aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08lkdtm: add bad USER_DS testKees Cook1-0/+1
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+3
2017-02-10lkdtm: Convert to refcount_t testingKees Cook1-2/+6
2017-01-25lkdtm: Fix Oops when unloading the moduleJuerg Haefliger1-1/+3
2016-10-31lkdtm: Add tests for struct list corruptionKees Cook1-0/+2
2016-07-15lkdtm: silence warnings about function declarationsKees Cook1-5/+1
2016-07-15lkdtm: hide unused functionsArnd Bergmann1-30/+36
2016-07-07lkdtm: use struct arrays instead of enumsKees Cook1-463/+205
2016-07-07lkdtm: move jprobe entry points to start of sourceKees Cook1-64/+65
2016-07-07lkdtm: reorganize module paramatersKees Cook1-11/+17
2016-07-07lkdtm: rename globals for clarityKees Cook1-37/+38
2016-07-07lkdtm: rename "count" to "crash_count"Kees Cook1-14/+12
2016-07-07lkdtm: remove intentional off-by-one array accessKees Cook1-5/+11
2016-07-07lkdtm: split remaining logic bug tests to separate fileKees Cook1-91/+25
2016-07-07lkdtm: split heap corruption tests to separate fileKees Cook1-114/+10
2016-07-07lkdtm: split memory permissions tests to separate fileKees Cook1-155/+19
2016-07-07lkdtm: split usercopy tests to separate fileKees Cook1-266/+13
2016-07-07lkdtm: drop "alloc_size" parameterKees Cook1-10/+5
2016-07-07lkdtm: add usercopy test for blocking kernel textKees Cook1-0/+34
2016-06-10lkdtm: split atomic test into over and underflowKees Cook1-6/+20
2016-06-10lkdtm: add usercopy testsKees Cook1-2/+273
2016-06-10lkdtm: add function for testing .rodata sectionKees Cook1-7/+17
2016-06-10lkdtm: clean up after renameKees Cook1-6/+6
2016-06-10lkdtm: split build into multiple source filesKees Cook1-0/+1023