summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm_core.c
AgeCommit message (Expand)Author
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-25lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_ENIvan Delalande
2018-01-15lkdtm: Update usercopy tests for whitelistingKees Cook
2017-10-20lkdtm: Constify the crashtypes tableKees Cook
2017-10-20lkdtm: Convert from jprobe to kprobeKees Cook
2017-08-15lkdtm: Add -fstack-protector-strong testKees Cook
2017-08-04lkdtm: Test VMAP_STACK allocates leading/trailing guard pagesKees Cook
2017-07-26lkdtm: Provide timing tests for atomic_t vs refcount_tKees Cook
2017-07-26lkdtm: Provide more complete coverage for REFCOUNT testsKees Cook
2017-04-08lkdtm: add bad USER_DS testKees Cook
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-10lkdtm: Convert to refcount_t testingKees Cook
2017-01-25lkdtm: Fix Oops when unloading the moduleJuerg Haefliger
2016-10-31lkdtm: Add tests for struct list corruptionKees Cook
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