1. 1e6f1af selftests/capabilities: Fix the test_execve test by Andy Lutomirski · 7 years ago
  2. e65c6aa selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug by Andy Lutomirski · 7 years ago
  3. 1f0c69c x86/mpx: Re-add MPX to selftests Makefile by Dave Hansen · 7 years ago
  4. fa555d0 selftest/powerpc: Wrong PMC initialized in pmc56_overflow test by Madhavan Srinivasan · 8 years ago
  5. 057ac44 selftests: do not require bash for the generated test by Rolf Eike Beer · 8 years ago
  6. 91ee732 selftests: do not require bash to run netsocktests testcase by Rolf Eike Beer · 8 years ago
  7. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  8. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  9. fecf861 selftests/futex: Check ANSI terminal color support by SeongJae Park · 8 years ago
  10. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  12. 07021b4 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  13. 26b4224 selftests: expanding more mlock selftest by Simon Guo · 8 years ago
  14. d5aed9c selftest: move seek_to_smaps_entry() out of mlock2-tests.c by Simon Guo · 8 years ago
  15. 1448d4d selftests/vm: add test for mlock() when areas are intersected by Simon Guo · 8 years ago
  16. c7f032b selftest: split mlock2_ funcs into separate mlock2.h by Simon Guo · 8 years ago
  17. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  18. 8321564 selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes by Michael Ellerman · 8 years ago
  19. 2ae342e selftests/powerpc: Add missing binaries to .gitignores by Michael Ellerman · 8 years ago
  20. dd9bda4 selftests/powerpc: Add checks for transactional VSXs in signal contexts by Cyril Bur · 8 years ago
  21. 7bb0e7e selftests/powerpc: Add checks for transactional VMXs in signal contexts by Cyril Bur · 8 years ago
  22. 5ca4ffc selftests/powerpc: Add checks for transactional FPUs in signal contexts by Cyril Bur · 8 years ago
  23. f10d442 selftests/powerpc: Add checks for transactional GPRs in signal contexts by Cyril Bur · 8 years ago
  24. ef18633 selftests/powerpc: Check that signals always get delivered by Cyril Bur · 8 years ago
  25. 8e03bd4 selftests/powerpc: Add TM tcheck helpers in C by Cyril Bur · 8 years ago
  26. 0886c6d selftests/powerpc: Allow tests to extend their kill timeout by Cyril Bur · 8 years ago
  27. babcd9c selftests/powerpc: Introduce GPR asm helper header file by Cyril Bur · 8 years ago
  28. 2b40937 selftests/powerpc: Move VMX stack frame macros to header file by Cyril Bur · 8 years ago
  29. be4a9f5 selftests/powerpc: Rework FPU stack placement macros and move to header file by Cyril Bur · 8 years ago
  30. 65ca668 selftests/powerpc: Check for VSX preservation across userspace preemption by Cyril Bur · 8 years ago
  31. 96c4470 selftests/powerpc: Compile selftests against headers without AT_HWCAP2 by Cyril Bur · 8 years ago
  32. 6ad92bf tools/testing: add a test to check nsfs ioctl-s by Andrey Vagin · 8 years ago
  33. 3d2c86e selftests: Move networking/timestamping from Documentation by Shuah Khan · 8 years ago
  34. 02a35aa selftests: move watchdog tests from Documentation/watchdog by Shuah Khan · 8 years ago
  35. b6ebbac selftests: move ia64 tests from Documentation/ia64 by Shuah Khan · 8 years ago
  36. f9b6b0e selftests: move vDSO tests from Documentation/vDSO by Shuah Khan · 8 years ago
  37. 8dbbf85 selftests: move ptp tests from Documentation/ptp by Shuah Khan · 8 years ago
  38. 92dd8dd selftests: move prctl tests from Documentation/prctl by Shuah Khan · 8 years ago
  39. 10924bc selftests: move dnotify_test from Documentation/filesystems by Shuah Khan · 8 years ago
  40. c3cb835 selftests/timers: Add missing error code assignment before test by Christophe JAILLET · 8 years ago
  41. 0ad46be selftests/zram: replace ZRAM_LZ4_COMPRESS by Fabian Frederick · 8 years ago
  42. 1ef0199 selftests/x86/sigreturn: Use CX, not AX, as the scratch register by Andy Lutomirski · 8 years ago
  43. 5f23f6d x86/pkeys: Add self-tests by Dave Hansen · 8 years ago
  44. 1d723de7 selftests/x86: Fix spelling mistake "preseve" -> "preserve" by Colin Ian King · 8 years ago
  45. ca49e64f selftests/powerpc: Specify we expect to build with std=gnu99 by Michael Ellerman · 8 years ago
  46. 32199ec Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  47. a9c59ef ntb_test: Add a selftest script for the NTB subsystem by Logan Gunthorpe · 8 years ago
  48. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  49. 5dd0bf6 Merge tag 'linux-kselftest-4.8-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  50. 1571a03 Merge tag 'linux-kselftest-4.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  51. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  52. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  53. d78388d selftests: media_tests add a new video device test by Shuah Khan · 8 years ago
  54. a431b94 selftests/powerpc: exec() with suspended transaction by Cyril Bur · 8 years ago
  55. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
  57. 24af8c5 selftests/powerpc: Add a test for PROT_SAO by Michael Ellerman · 8 years ago
  58. 52e31f8 Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  59. f80fd3a selftests/x86: Add vDSO mremap() test by Dmitry Safonov · 8 years ago
  60. bc5c0a0 selftests/powerpc: Use "Delta" rather than "Error" in normal output by Michael Ellerman · 8 years ago
  61. 4375088 selftests/powerpc: Test unaligned copy and paste by Chris Smart · 8 years ago
  62. 0c63e8b selftests/powerpc: Import Anton's mmap & futex micro benchmarks by Michael Ellerman · 8 years ago
  63. f2418ae selftests/powerpc: Fix generation of vector instructions/types in context_switch by Cyril Bur · 8 years ago
  64. 94fa56a selftests/powerpc: Fix usage message in context_switch by Cyril Bur · 8 years ago
  65. d4ecdff selftests/powerpc/pmu: Use signed long to read perf_event_paranoid by Cyril Bur · 8 years ago
  66. 54d5f16e Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  67. cde07f4 selftests: media_tests - Add media_device_open to .gitignore by Shuah Khan · 8 years ago
  68. fe8777a selftests: add media controller regression test scripts and document by Shuah Khan · 8 years ago
  69. b96da0f selftests: add media_device_open test by Shuah Khan · 8 years ago
  70. e9c0d44 selftests: media_device_test change it to randomize loop count by Shuah Khan · 8 years ago
  71. bff1246 selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test by Yannick Brosseau · 8 years ago
  72. ee65735 selftests/vm: write strlen length instead of sizeof to nr_hugepages by Yannick Brosseau · 8 years ago
  73. 3aefd1f selftests/lib: set printf.sh executable by SeongJae Park · 8 years ago
  74. 0a553cb rtc: rtctest: Change no IRQ detection for RTC_IRQP_SET by Andrey Smirnov · 8 years ago
  75. 519efa9 rtc: rtctest: Change no IRQ detection for RTC_IRQP_READ by Andrey Smirnov · 8 years ago
  76. cd26fca rtc: rtctest: Change alarm IRQ support detection by Andrey Smirnov · 8 years ago
  77. a7b50ab selftests/vm/compaction_test: fix write to restore nr_hugepages by Mike Kravetz · 8 years ago
  78. 16c19a2 selftests/powerpc: Load Monitor Register Tests by Jack Miller · 8 years ago
  79. 0ded517 ftracetest: Fix hist unsupported result in hist selftests by Steven Rostedt (Red Hat) · 8 years ago
  80. f80eb42 selftests/exec: Makefile is a run-time dependency, add it to the install list by Yannick Brosseau · 8 years ago
  81. 65cbea5 torture: Inflict default jitter by Paul E. McKenney · 8 years ago
  82. 5ef20f8 rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments by Paul E. McKenney · 8 years ago
  83. d5e9537 rcutorture: Don't specify the cpu type of QEMU on PPC by Boqun Feng · 8 years ago
  84. 1b2f48f rcutorture: Make -soundhw a x86 specific option by Boqun Feng · 8 years ago
  85. 1b900c6 rcutorture: Use vmlinux as the fallback kernel image by Boqun Feng · 8 years ago
  86. e5731b5 rcutorture/doc: Create initrd using dracut by Boqun Feng · 8 years ago
  87. 682ed70 torture: Add starvation events to error summary by Paul E. McKenney · 8 years ago
  88. 6e8c66c torture: Forgive lengthy trace dumps and preemption by Paul E. McKenney · 8 years ago
  89. 58d0a86 seccomp: add tests for ptrace hole by Kees Cook · 8 years ago
  90. e754aed x86/mpx, selftests: Add MPX self test by Dave Hansen · 8 years ago
  91. fc100a7 soreuseport: Fix reuseport_bpf testcase on 32bit architectures by Helge Deller · 8 years ago
  92. 1a77e2b kselftests: timers: Add set-tz test case by John Stultz · 8 years ago
  93. 24c82fb Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  94. d62a023 Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  95. 4496a1d Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  96. 97f8827 ftracetest: Use proper logic to find process PID by Steven Rostedt (Red Hat) · 8 years ago
  97. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  98. a4351cb selftests/thuge-gen: Use platform specific MAP_HUGETLB value by Helge Deller · 8 years ago
  99. 64e2a42 parisc: Add ARCH_TRACEHOOK and regset support by Helge Deller · 8 years ago
  100. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago