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