summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm.c
Commit message (Expand)AuthorAge
* lkdtm: do not leak free page on kmalloc failureKees Cook2016-04-06
* lkdtm: fix memory leak of baseSudip Mukherjee2016-04-06
* lkdtm: fix memory leak of valSudip Mukherjee2016-04-06
* Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-17
|\
| * Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman2016-03-01
| |\
| | * lkdtm: improve use-after-free testsKees Cook2016-03-01
| | * lkdtm: add test for atomic_t underflow/overflowDavid Windsor2016-03-01
| | * lkdtm: Add read/write after free tests for buddy memoryLaura Abbott2016-03-01
| | * lkdtm: Update WRITE_AFTER_FREE testLaura Abbott2016-03-01
| | * lkdtm: Add READ_AFTER_FREE testLaura Abbott2016-03-01
| * | lkdtm: mark execute_location as noinlineArnd Bergmann2016-02-09
| |/
* | lkdtm: Verify that '__ro_after_init' works correctlyKees Cook2016-02-22
|/
* lkdtm: fix ACCESS_USERSPACE testStephen Smalley2015-10-29
* Add MODULE_DESCRIPTION to dummy-irq.c and lkdtm.c in drivers/miscTerry Chia2014-07-09
* lkdtm: include cacheflush.hKees Cook2014-02-14
* lkdtm: add "WRITE_KERN" testKees Cook2014-02-14
* lkdtm: flush icache and report actionsKees Cook2014-02-14
* lkdtm: convert to using pr_* for reportsKees Cook2014-02-14
* drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.cRashika Kheria2013-12-18
* lkdtm: clean up sparse warningsKees Cook2013-12-08
* lkdtm: add tests for additional page permissionsKees Cook2013-10-29
* lkdtm: adjust recursion size to avoid warningsKees Cook2013-10-29
* lkdtm: isolate stack corruption testKees Cook2013-10-25
* lkdtm: add "EXEC_*" triggersKees Cook2013-07-24
* lkdtm: add "SPINLOCKUP" triggerKees Cook2013-07-24
* lkdtm: add "WARNING" triggerKees Cook2013-07-24
* lkdtm: fix stack protector triggerKees Cook2013-07-24
* drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox2012-07-30
* lkdtm: avoid calling lkdtm_do_action() with spinlock heldCong Wang2012-02-03
* drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...Josh Hunt2011-06-27
* lkdtm: prefix enum constantsNamhyung Kim2010-10-26
* lkdtm: use generic_file_llseek in debugfsArnd Bergmann2010-09-16
* param: remove unnecessary writable charpRusty Russell2010-08-11
* lktdm: add support for hardlockup, softlockup and hung task crashesFrederic Weisbecker2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom2010-03-06
* kprobes: use do_IRQ() in lkdtmM. Mohan Kumar2009-09-23
* NULL noise: drivers/miscAl Viro2008-03-30
* drivers/misc/lkdtm.c: cleanupsAdrian Bunk2008-02-06
* [PATCH] assigning enum constant to char * is vile, even if it happens to be 0Al Viro2007-02-09
* [PATCH] Fix for LKDTM MEM_SWAPOUT crashpointAnkita Garg2006-11-06
* [PATCH] lkdtm: cleanup headers and module_param/MODULE_PARM_DESCRandy Dunlap2006-11-03
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] Linux Kernel Dump Test ModuleAnkita Garg2006-10-02