1. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 11 years ago
  2. 0e342a8 rcutorture: Stop tracking FSF's postal address by Paul E. McKenney · 11 years ago
  3. 32caccb rcutorture: Move checkarg to functions.sh by Paul E. McKenney · 11 years ago
  4. 6d40cc0 rcutorture: Flag errors and warnings with color coding by Paul E. McKenney · 11 years ago
  5. f43f8f7 rcutorture: Record results from repeated runs of the same test scenario by Paul E. McKenney · 11 years ago
  6. e136265 rcutorture: Test summary at end of run with less chattiness by Paul E. McKenney · 11 years ago
  7. 782ab4c rcutorture: Update comment in kvm.sh listing typical RCU trace events by Paul E. McKenney · 11 years ago
  8. 0ef42bb rcutorture: Add tracing-enabled version of TREE08 by Paul E. McKenney · 11 years ago
  9. 74878fb rcutorture: Add --kmake-arg argument to kvm.sh by Paul E. McKenney · 11 years ago
  10. 73931b5 rcutorture: Add --no-initrd argument to kvm.sh by Paul E. McKenney · 11 years ago
  11. e9ce640 rcutorture: Add --qemu-args argument to kvm.sh by Paul E. McKenney · 11 years ago
  12. 7dca927 rcutorture: Add --bootargs argument to specify additional boot arguments by Paul E. McKenney · 11 years ago
  13. 1127481 rcutorture: Add --buildonly dry-run capability by Paul E. McKenney · 11 years ago
  14. 06d9d1b rcutorture: Eliminate configdir argument from kvm-recheck.sh script by Paul E. McKenney · 11 years ago
  15. be70a73 rcutorture: Allow Kconfig-related boot parameters to override by Paul E. McKenney · 11 years ago
  16. 315c540 rcutorture: Refactor to enable non-x86 architectures by Paul E. McKenney · 11 years ago
  17. 2bcdf4e rcutorture: Eliminate --rcu-kvm argument by Paul E. McKenney · 11 years ago
  18. 14db63f rcutorture: Remove decorative qemu argument by Paul E. McKenney · 11 years ago
  19. 4f8a031 rcutorture: Abstract qemu-flavor identification by Paul E. McKenney · 11 years ago
  20. 50d48a1 rcutorture: Eliminate duplicate .config-check code by Paul E. McKenney · 11 years ago
  21. 330a76f rcutorture: Make test output less chatty by Paul E. McKenney · 11 years ago
  22. 0f66f92 rcutorture: Refactor TINY_RCU test cases by Paul E. McKenney · 11 years ago
  23. 27ac1dd rcutorture: Refactor TREE_RCU test cases by Paul E. McKenney · 11 years ago
  24. a0b8e08 rcutorture: Add SRCU Kconfig-fragment files by Paul E. McKenney · 11 years ago
  25. ccb51a8 rcutorture: Add v3.12 version, which adds sysidle testing by Paul E. McKenney · 11 years ago
  26. 0cc2441 rcutorture: Add per-Kconfig fragment boot parameters by Paul E. McKenney · 11 years ago
  27. 4275be8 rcutorture: Add per-version default Kconfig fragments and module parameters by Paul E. McKenney · 11 years ago
  28. bb91853 rcutorture: Add kernel-version argument by Paul E. McKenney · 11 years ago
  29. 847bfd2 rcutorture: Add datestamp argument to kvm.sh by Paul E. McKenney · 11 years ago
  30. c87b9c6 rcutorture: Add KVM-based test framework by Paul E. McKenney · 11 years ago
  31. c88b05b tools/testing/selftests: fix uninitialized variable by Felipe Pena · 11 years ago
  32. cb96143 selftests: Add test of PMU instruction counting on powerpc by Michael Ellerman · 11 years ago
  33. 2fae0d7 selftests: Add support files for powerpc tests by Michael Ellerman · 11 years ago
  34. 0e56dac selftests: Add infrastructure for powerpc selftests by Michael Ellerman · 11 years ago
  35. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  36. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  37. 9307c29 tools/testing/selftests: don't assume the x bit is set on scripts by Andrew Morton · 11 years ago
  38. 94d0900 selftests: add .gitignore for kcmp by Ramkumar Ramachandra · 11 years ago
  39. 1b78715 selftests: fix clean target in kcmp Makefile by Ramkumar Ramachandra · 11 years ago
  40. c7fed9c selftests: add .gitignore for vm by Ramkumar Ramachandra · 11 years ago
  41. 7e50533 selftests: add hugetlbfstest by Joern Engel · 11 years ago
  42. fc256f0 self-test: fix make clean by Joern Engel · 11 years ago
  43. 51a1d16 selftests: exit 1 on failure by Joern Engel · 11 years ago
  44. 0bc4b0c selftests: add basic posix timers selftests by Frederic Weisbecker · 11 years ago
  45. 37beae6 tools: selftests: psock_tpacket: get rid of macro wrappers by Daniel Borkmann · 11 years ago
  46. 97c9266 revert "selftest: add simple test for soft-dirty bit" by Andrew Morton · 11 years ago
  47. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  48. 17afab1 selftest: add a test case for PTRACE_PEEKSIGINFO by Andrey Vagin · 11 years ago
  49. 58c7be8 selftest: add simple test for soft-dirty bit by Pavel Emelyanov · 11 years ago
  50. fdd5f43 selftests: psock_tpacket: fix status check by Daniel Borkmann · 11 years ago
  51. cf27014 net: Add .gitignore to networking selftests directory. by David S. Miller · 11 years ago
  52. 23a9544 selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftests by Daniel Borkmann · 11 years ago
  53. 98e821a net: fix psock_fanout on sparc64 by Willem de Bruijn · 11 years ago
  54. a6f6803 net: Move selftests to common net/ subdirectory. by David S. Miller · 11 years ago
  55. 4c1d8d0 net: fix psock_fanout selftest bind error message by Daniel Baluta · 11 years ago
  56. 23a9072 net: fix psock_fanout selftest hash collision by Willem de Bruijn · 11 years ago
  57. b44540e net: Get rid of compat defines in psock_fanout.c selftest. by David S. Miller · 11 years ago
  58. 9471244 net: Fix failure string in net-socket selftests Makefile. by David S. Miller · 11 years ago
  59. 77f65eb packet: packet fanout rollover during socket overload by Willem de Bruijn · 11 years ago
  60. b0aa73b net: Add socket() system call self test. by David S. Miller · 11 years ago
  61. 123abd7 efivars: efivarfs_valid_name() should handle pstore syntax by Matt Fleming · 11 years ago
  62. 80d0342 selftests: add a simple doc by Jeremy Kerr · 11 years ago
  63. 66a01b9 tools/testing/selftests/Makefile: rearrange targets by Andrew Morton · 11 years ago
  64. d974f67 selftests/efivarfs: add create-read test by Jeremy Kerr · 11 years ago
  65. 033a1a7 selftests/efivarfs: add empty file creation test by Jeremy Kerr · 11 years ago
  66. 455ce1c selftests: add tests for efivarfs by Jeremy Kerr · 11 years ago
  67. 3a66553 selftests: IPC message queue copy feature test by Stanislav Kinsbursky · 12 years ago
  68. 2bf1cbf tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test by Dave Jones · 12 years ago
  69. 5a55f8b breakpoint selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  70. ed8ad10 kcmp selftests: print fail status instead of cause make error by Dave Young · 12 years ago
  71. 63d2336 kcmp selftests: make run_tests fix by Dave Young · 12 years ago
  72. aabccae mem-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  73. a58130d cpu-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  74. 9ed1d90 mqueue selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  75. 000e06b vm selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  76. fcc1f2d selftests: add a test program for variable huge page sizes in mmap/shmget by Andi Kleen · 12 years ago
  77. a80a6b8 revert "epoll: support for disabling items, and a self-test app" by Andrew Morton · 12 years ago
  78. fc314d0 tools/testing/selftests/epoll/test_epoll.c: fix build by Daniel Hazelton · 12 years ago
  79. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  80. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  81. ce8283d tools/testing: fix comment / output typos by Masanari Iida · 12 years ago
  82. d89dffa fault-injection: add selftests for cpu and memory hotplug by Akinobu Mita · 12 years ago
  83. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 12 years ago
  84. 7820b07 tools/selftests: add mq_perf_tests by Doug Ledford · 12 years ago
  85. 50069a5 selftests: add mq_open_tests by Doug Ledford · 12 years ago
  86. f0f57b2 mm: move hugepage test examples to tools/testing/selftests/vm by Dave Young · 12 years ago
  87. cab6b05 selftests/Makefile: make `run_tests' depend on `all' by Andrew Morton · 12 years ago
  88. f467f71 selftests: launch individual selftests from the main Makefile by Frederic Weisbecker · 12 years ago
  89. 85bbddc selftests: new x86 breakpoints selftest by Frederic Weisbecker · 13 years ago
  90. 274343a selftests: new very basic kernel selftests directory by Frederic Weisbecker · 13 years ago