summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm.c
Commit message (Expand)AuthorAgeFilesLines
* 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