summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm_core.c
AgeCommit message (Expand)Author
2019-04-20lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy
2017-10-08lkdtm: Fix Oops when unloading the moduleJuerg Haefliger
2016-07-15lkdtm: silence warnings about function declarationsKees Cook
2016-07-15lkdtm: hide unused functionsArnd Bergmann
2016-07-07lkdtm: use struct arrays instead of enumsKees Cook
2016-07-07lkdtm: move jprobe entry points to start of sourceKees Cook
2016-07-07lkdtm: reorganize module paramatersKees Cook
2016-07-07lkdtm: rename globals for clarityKees Cook
2016-07-07lkdtm: rename "count" to "crash_count"Kees Cook
2016-07-07lkdtm: remove intentional off-by-one array accessKees Cook
2016-07-07lkdtm: split remaining logic bug tests to separate fileKees Cook
2016-07-07lkdtm: split heap corruption tests to separate fileKees Cook
2016-07-07lkdtm: split memory permissions tests to separate fileKees Cook
2016-07-07lkdtm: split usercopy tests to separate fileKees Cook
2016-07-07lkdtm: drop "alloc_size" parameterKees Cook
2016-07-07lkdtm: add usercopy test for blocking kernel textKees Cook
2016-06-10lkdtm: split atomic test into over and underflowKees Cook
2016-06-10lkdtm: add usercopy testsKees Cook
2016-06-10lkdtm: add function for testing .rodata sectionKees Cook
2016-06-10lkdtm: clean up after renameKees Cook
2016-06-10lkdtm: split build into multiple source filesKees Cook