1. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  2. c0a3a64 Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  3. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  4. 69e33b2 selftests: rtnetlink.sh: add test case for device ifalias by Florian Westphal · 7 years ago
  5. e8d1749 bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE by Craig Gallek · 7 years ago
  6. bae3046 bpf: Add uniqueness invariant to trivial lpm test implementation by Craig Gallek · 7 years ago
  7. 5e75fe3 tools/testing/nvdimm: disable labels for nfit_test.1 by Dan Williams · 7 years ago
  8. 48bddb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  9. e67b8a6 bpf/verifier: reject BPF_ALU64|BPF_END by Edward Cree · 7 years ago
  10. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  11. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  12. fbd0141 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  13. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  14. 5a67da2 bpf: add support for sockmap detach programs by John Fastabend · 7 years ago
  15. 66559a6 tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing by Cyrill Gorcunov · 7 years ago
  16. 6d62189 Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  17. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  18. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  19. 1f522a4 selftests/memfd: add memfd_create hugetlbfs selftest by Mike Kravetz · 7 years ago
  20. d312cb1 userfaultfd: selftest: explicit failure if the SIGBUS test failed by Andrea Arcangeli · 7 years ago
  21. 67e8032 userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXIST by Andrea Arcangeli · 7 years ago
  22. 81aac3a userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS feature by Prakash Sangappa · 7 years ago
  23. 824f973 userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem by Mike Rapoport · 7 years ago
  24. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  25. 369130b selftests: Enhance kselftest_harness.h to print which assert failed by Mickaël Salaün · 7 years ago
  26. 44b1671 Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  27. dd90ccc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  30. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. bbd9644 selftests: correct define in msg_zerocopy.c by Willem de Bruijn · 7 years ago
  32. 8f98ae0 Merge branch 'for-4.14/fs' into libnvdimm-for-next by Dan Williams · 7 years ago
  33. 5deb67f libnvdimm, nd_blk: remove mmio_flush_range() by Robin Murphy · 7 years ago
  34. a3c0105 selftests/powerpc: Force ptrace tests to build -fno-pie by Michael Neuling · 7 years ago
  35. eb03916 powerpc/asm: Convert .llong directives to .8byte by Tobin C. Harding · 8 years ago
  36. 90774a9 bpf: test_maps: fix typos, "conenct" and "listeen" by Colin Ian King · 7 years ago
  37. 1d51f65 tc-testing: add test for testing ife type by Alexander Aring · 7 years ago
  38. 3450402 selftests: add addrlabel add/delete to rtnetlink.sh by Florian Westphal · 7 years ago
  39. 7cadf2c selftests/bpf: check the instruction dumps are populated by Jakub Kicinski · 7 years ago
  40. 3f0d6a1 bpf: test_maps add sockmap stress test by John Fastabend · 7 years ago
  41. 81374aa bpf: harden sockmap program attach to ensure correct map type by John Fastabend · 7 years ago
  42. ed85054 bpf: more SK_SKB selftests by John Fastabend · 7 years ago
  43. 6fd2886 bpf: additional sockmap self tests by John Fastabend · 7 years ago
  44. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  45. fff4e7a Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  46. 1f87c7c selftests: lib.mk: change RUN_TESTS to print messages in TAP13 format by Shuah Khan · 7 years ago
  47. 77d802e selftests: change lib.mk RUN_TESTS to take test list as an argument by Shuah Khan · 7 years ago
  48. 49b7364 selftests: lib.mk: suppress "cd" output from run_tests target by Shuah Khan · 7 years ago
  49. 11867a7 selftests: kselftest framework: change skip exit code to 0 by Shuah Khan · 7 years ago
  50. 8f14e26 selftests/timers: make loop consistent with array size by Benjamin Gaignard · 7 years ago
  51. df20cb7 selftests/bpf: add a test for a pruning bug in the verifier by Alexei Starovoitov · 7 years ago
  52. d893dc2 selftests/bpf: add a test for a bug in liveness-based pruning by Edward Cree · 7 years ago
  53. 16e7812 selftests/net: Add a test to validate behavior of rx timestamps by Mike Maloney · 7 years ago
  54. 475c57c selftests: timers: remove rtctest_setdate from run_destructive_tests by Shuah Khan · 7 years ago
  55. df9c011 selftests: timers: Fix run_destructive_tests target to handle skipped tests by Shuah Khan · 7 years ago
  56. 98b74e1 kselftests: timers: leap-a-day: Change default arguments to help test runs by John Stultz · 7 years ago
  57. b841065 selftests: timers: drop support for !KTEST case by Shuah Khan · 7 years ago
  58. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  60. 4e2a809 Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  61. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  62. 768dc4e test_kmod: fix description for -s -and -c parameters by Luis R. Rodriguez · 7 years ago
  63. 28be3f8 kselftests: timers: set-timer-lat: Add one-shot timer test cases by Greg Hackmann · 7 years ago
  64. a524b11 kselftests: timers: set-timer-lat: Tweak reporting when timer fires early by Greg Hackmann · 7 years ago
  65. 6cc6366 kselftests: timers: freq-step: Fix build warning by John Stultz · 7 years ago
  66. 0aeab46 kselftests: timers: freq-step: Define ADJ_SETOFFSET if device has older kernel headers by John Stultz · 7 years ago
  67. 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
  68. 7e42776 rcu: Drive TASKS_RCU directly off of PREEMPT by Paul E. McKenney · 8 years ago
  69. 99597ce selftests/powerpc: Improve tm-resched-dscr by Sam Bobroff · 7 years ago
  70. 4db26f9 rtc: rtctest: Improve support detection by Lukáš Doktor · 7 years ago
  71. 86db9a1 selftests/cpu-hotplug: Skip test when there is only one online cpu by Li Zhijian · 7 years ago
  72. 8fe6e53 selftests/cpu-hotplug: exit with failure when test occured unexpected behaviors by Li Zhijian · 7 years ago
  73. b274e75 selftests: futex: convert test to use ksft TAP13 framework by Shuah Khan · 7 years ago
  74. 6f6d33f bpf: selftests add sockmap tests by John Fastabend · 7 years ago
  75. 41bc94f bpf: selftests: add tests for new __sk_buff members by John Fastabend · 7 years ago
  76. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  77. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. 2cc7659 selftests: add 'ip get' to rtnetlink.sh by Florian Westphal · 7 years ago
  79. 40c6d1b Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  80. f3e1821 selftests/seccomp: Test thread vs process killing by Kees Cook · 7 years ago
  81. fd76875 seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD by Kees Cook · 7 years ago
  82. 59f5cf4 seccomp: Action to log before allowing by Tyler Hicks · 7 years ago
  83. e66a399 seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW by Tyler Hicks · 7 years ago
  84. 2b7ea5b seccomp: Selftest for detection of filter flag support by Tyler Hicks · 7 years ago
  85. d612b1f seccomp: Operation for checking if an action is available by Tyler Hicks · 7 years ago
  86. f3f6e30 selftests/seccomp: Refactor RET_ERRNO tests by Kees Cook · 7 years ago
  87. 967d7ba selftests/seccomp: Add simple seccomp overhead benchmark by Kees Cook · 9 years ago
  88. f75f6ff Merge 4.13-rc5 into driver-core-next by Greg Kroah-Hartman · 7 years ago
  89. a33b2d0 selftests/seccomp: Add tests for basic ptrace actions by Kees Cook · 8 years ago
  90. 3c1f619 selftests: capabilities: convert error output to TAP13 ksft framework by Shuah Khan · 7 years ago
  91. 047dbb2 selftests: bpf: add check for ip XDP redirect by William Tu · 7 years ago
  92. 0e64f1d selftests: memfd: Align STACK_SIZE for ARM AArch64 system by Orson Zhai · 7 years ago
  93. 622b2fb selftests: timers: freq-step: fix compile error by Shuah Khan · 7 years ago
  94. c92316b test_firmware: add batched firmware tests by Luis R. Rodriguez · 7 years ago
  95. 0d1f417 test_firmware: add test case for SIGCHLD on sync fallback by Luis R. Rodriguez · 7 years ago
  96. 33b01b7b selftests: add rtnetlink test script by Florian Westphal · 7 years ago
  97. 23d98c2 selftests/x86/fsgsbase: Test selectors 1, 2, and 3 by Andy Lutomirski · 7 years ago
  98. 31e482b bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions by Daniel Borkmann · 7 years ago
  99. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. 43c6437 selftests: warn if failure is due to lack of executable bit by Luis R. Rodriguez · 7 years ago