summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm_core.c
Commit message (Expand)AuthorAgeFilesLines
* lkdtm: Relocate code to subdirectoryKees Cook2018-03-061-505/+0
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-2/+2
|\
| * lkdtm: Update usercopy tests for whitelistingKees Cook2018-01-151-2/+2
* | lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_ENIvan Delalande2018-01-251-1/+1
|/
* lkdtm: Constify the crashtypes tableKees Cook2017-10-201-9/+9
* lkdtm: Convert from jprobe to kprobeKees Cook2017-10-201-109/+45
* lkdtm: Add -fstack-protector-strong testKees Cook2017-08-151-0/+1
* lkdtm: Test VMAP_STACK allocates leading/trailing guard pagesKees Cook2017-08-041-0/+2
* lkdtm: Provide timing tests for atomic_t vs refcount_tKees Cook2017-07-261-0/+2
* lkdtm: Provide more complete coverage for REFCOUNT testsKees Cook2017-07-261-6/+17
* lkdtm: add bad USER_DS testKees Cook2017-04-081-0/+1
* Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-221-1/+3
|\
| * lkdtm: Fix Oops when unloading the moduleJuerg Haefliger2017-01-251-1/+3
* | lkdtm: Convert to refcount_t testingKees Cook2017-02-101-2/+6
|/
* lkdtm: Add tests for struct list corruptionKees Cook2016-10-311-0/+2
* lkdtm: silence warnings about function declarationsKees Cook2016-07-151-5/+1
* lkdtm: hide unused functionsArnd Bergmann2016-07-151-30/+36
* lkdtm: use struct arrays instead of enumsKees Cook2016-07-071-463/+205
* lkdtm: move jprobe entry points to start of sourceKees Cook2016-07-071-64/+65
* lkdtm: reorganize module paramatersKees Cook2016-07-071-11/+17
* lkdtm: rename globals for clarityKees Cook2016-07-071-37/+38
* lkdtm: rename "count" to "crash_count"Kees Cook2016-07-071-14/+12
* lkdtm: remove intentional off-by-one array accessKees Cook2016-07-071-5/+11
* lkdtm: split remaining logic bug tests to separate fileKees Cook2016-07-071-91/+25
* lkdtm: split heap corruption tests to separate fileKees Cook2016-07-071-114/+10
* lkdtm: split memory permissions tests to separate fileKees Cook2016-07-071-155/+19
* lkdtm: split usercopy tests to separate fileKees Cook2016-07-071-266/+13
* lkdtm: drop "alloc_size" parameterKees Cook2016-07-071-10/+5
* lkdtm: add usercopy test for blocking kernel textKees Cook2016-07-071-0/+34
* lkdtm: split atomic test into over and underflowKees Cook2016-06-101-6/+20
* lkdtm: add usercopy testsKees Cook2016-06-101-2/+273
* lkdtm: add function for testing .rodata sectionKees Cook2016-06-101-7/+17
* lkdtm: clean up after renameKees Cook2016-06-101-6/+6
* lkdtm: split build into multiple source filesKees Cook2016-06-101-0/+1023
OpenPOWER on IntegriCloud