1. c6f7c75 lkdtm: remove set_fs-based tests by Christoph Hellwig · 4 years, 4 months ago
  2. f049c54 misc: lkdtm: bugs: At least try to use popuated variable by Lee Jones · 4 years, 6 months ago
  3. ae56942 lkdtm: Make arch-specific tests always available by Kees Cook · 4 years, 7 months ago
  4. e12145c lkdtm/heap: Avoid edge and middle of slabs by Kees Cook · 4 years, 7 months ago
  5. 464e86b lkdtm: Avoid more compiler optimizations for bad writes by Kees Cook · 4 years, 7 months ago
  6. c568515 lkdtm: bugs: Fix spelling mistake by Gustavo A. R. Silva · 4 years, 9 months ago
  7. ae2e1aa drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checks by Kees Cook · 4 years, 9 months ago
  8. 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 9 months ago
  9. 6cb6982 lkdtm: arm64: test kernel pointer authentication by Amit Daniel Kachhap · 4 years, 10 months ago
  10. 01c0514 lkdtm/stackleak: Make the test more verbose by Alexander Popov · 5 years ago
  11. 0e31e35 lkdtm/bugs: fix build error in lkdtm_UNSET_SMEP by Brendan Higgins · 5 years ago
  12. cea23ef lkdtm/bugs: Make double-fault test always available by Kees Cook · 5 years ago
  13. e5b3fc1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  14. b09511c lkdtm: Add a DOUBLE_FAULT crash type on x86 by Andy Lutomirski · 5 years ago
  15. 500543c lkdtm: Remove references to CONFIG_REFCOUNT_FULL by Will Deacon · 5 years ago
  16. 23e6b16 locking/refcount: Define constants for saturation and max refcount values by Will Deacon · 5 years ago
  17. 99097a2 Merge 5.3-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  18. b9bc7b8 lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACK by Raul E Rangel · 5 years ago
  19. 1ee170e lkdtm: Split WARNING into separate tests by Kees Cook · 5 years ago
  20. b0eb93c lkdtm: Add Control Flow Integrity test by Kees Cook · 5 years ago
  21. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  22. ef8f3d4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  23. 966fede lkdtm/heap: add tests for freelist hardening by Kees Cook · 5 years ago
  24. 97ff4ca Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  25. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  26. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  27. 06b32fd lkdtm: Check for SMEP clearing protections by Kees Cook · 6 years ago
  28. 65bbdd4 lkdtm: remove redundant initialization of ret by Colin Ian King · 6 years ago
  29. 10ffebb docs: fault-injection: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  30. 5a2338d lkdtm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  31. 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  32. 1ce2c85 Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  33. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  34. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  35. e9e08a0 lkdtm: support llvm-objcopy by Nick Desaulniers · 6 years ago
  36. 24cccab lkdtm/bugs: Adjust recursion test to avoid elision by Kees Cook · 6 years ago
  37. 2bf8496 lkdtm/usercopy: Moves the KERNEL_DS test to non-canonical by Kees Cook · 6 years ago
  38. 87bf65b lkdtm: change snprintf to scnprintf for possible overflow by Silvio Cesare · 6 years ago
  39. 59a1220 lkdtm: Add tests for NULL pointer dereference by Christophe Leroy · 6 years ago
  40. 4c41115 lkdtm: Print real addresses by Christophe Leroy · 6 years ago
  41. a77d087 lkdtm: Do not depend on BLOCK and clean up headers by Kees Cook · 6 years ago
  42. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  43. 18d0eae Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  44. 0181cfd misc: lkdtm: fixed static variable initialization by Parth Y Shah · 6 years ago
  45. f90d1e0 lkdtm: Add a test for STACKLEAK by Alexander Popov · 6 years ago
  46. bef4590 lkdtm: Test copy_to_user() on bad kernel pointer under KERNEL_DS by Jann Horn · 6 years ago
  47. aeef9c0 lkdtm: Add missing SPDX-License-Identifier line by Kees Cook · 7 years ago
  48. 039a1c42 lkdtm: Relocate code to subdirectory by Kees Cook · 7 years ago