开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
lkdtm_core.c
Age
Commit message (
Expand
)
Author
2016-07-15
lkdtm: silence warnings about function declarations
Kees Cook
2016-07-15
lkdtm: hide unused functions
Arnd Bergmann
2016-07-07
lkdtm: use struct arrays instead of enums
Kees Cook
2016-07-07
lkdtm: move jprobe entry points to start of source
Kees Cook
2016-07-07
lkdtm: reorganize module paramaters
Kees Cook
2016-07-07
lkdtm: rename globals for clarity
Kees Cook
2016-07-07
lkdtm: rename "count" to "crash_count"
Kees Cook
2016-07-07
lkdtm: remove intentional off-by-one array access
Kees Cook
2016-07-07
lkdtm: split remaining logic bug tests to separate file
Kees Cook
2016-07-07
lkdtm: split heap corruption tests to separate file
Kees Cook
2016-07-07
lkdtm: split memory permissions tests to separate file
Kees Cook
2016-07-07
lkdtm: split usercopy tests to separate file
Kees Cook
2016-07-07
lkdtm: drop "alloc_size" parameter
Kees Cook
2016-07-07
lkdtm: add usercopy test for blocking kernel text
Kees Cook
2016-06-10
lkdtm: split atomic test into over and underflow
Kees Cook
2016-06-10
lkdtm: add usercopy tests
Kees Cook
2016-06-10
lkdtm: add function for testing .rodata section
Kees Cook
2016-06-10
lkdtm: clean up after rename
Kees Cook
2016-06-10
lkdtm: split build into multiple source files
Kees Cook