1. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  2. e3181f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  3. 49bf4b3 tools lib bpf: improve warning by Eric Leblond · 7 years ago
  4. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  5. 768dc4e test_kmod: fix description for -s -and -c parameters by Luis R. Rodriguez · 7 years ago
  6. 6f6d33f bpf: selftests add sockmap tests by John Fastabend · 7 years ago
  7. 41bc94f bpf: selftests: add tests for new __sk_buff members by John Fastabend · 7 years ago
  8. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  9. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. 2cc7659 selftests: add 'ip get' to rtnetlink.sh by Florian Westphal · 7 years ago
  11. 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
  12. 047dbb2 selftests: bpf: add check for ip XDP redirect by William Tu · 7 years ago
  13. 622b2fb selftests: timers: freq-step: fix compile error by Shuah Khan · 7 years ago
  14. 33b01b7b selftests: add rtnetlink test script by Florian Westphal · 7 years ago
  15. 31e482b bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions by Daniel Borkmann · 7 years ago
  16. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  17. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 7ba190b selftests: futex: fix run_tests target by Shuah Khan · 7 years ago
  19. 996139e selftests: bpf: add a test for XDP redirect by William Tu · 7 years ago
  20. 69c4e8a selftests/bpf: variable offset negative tests by Edward Cree · 7 years ago
  21. f999d64 selftests/bpf: add tests for subtraction & negative numbers by Edward Cree · 7 years ago
  22. 1f9ab38 selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier by Edward Cree · 7 years ago
  23. c2c3e11 selftests/bpf: add test for bogus operations on pointers by Edward Cree · 7 years ago
  24. 715dddb selftests/bpf: add a test to test_align by Edward Cree · 7 years ago
  25. 9fafa80 selftests/bpf: rewrite test_align by Edward Cree · 7 years ago
  26. f65b184 selftests/bpf: change test_verifier expectations by Edward Cree · 7 years ago
  27. 8b0949d test_sysctl: fix sysctl.sh by making it executable by Luis R. Rodriguez · 7 years ago
  28. 0a9c40c test_kmod: fix kmod.sh by making it executable by Luis R. Rodriguez · 7 years ago
  29. f9ea322 bpf: fix selftest/bpf/test_pkt_md_access on s390x by Thomas Richter · 7 years ago
  30. 2c46062 bpf: fix byte order test in test_verifier by Daniel Borkmann · 7 years ago
  31. bad1926 bpf, s390: fix build for libbpf and selftest suite by Daniel Borkmann · 7 years ago
  32. 07b65c5 test: add msg_zerocopy test by Willem de Bruijn · 7 years ago
  33. 12aa746 netvsc: remove bonding setup script by stephen hemminger · 7 years ago
  34. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  36. 81f6bf8 bpf: testing: fix devmap tests by John Fastabend · 7 years ago
  37. d777b2d bpf: don't zero out the info struct in bpf_obj_get_info_by_fd() by Jakub Kicinski · 7 years ago
  38. eb54e52 bpf: install libbpf headers on 'make install' by Jakub Kicinski · 7 years ago
  39. 67fbcd6 tools/kvm_stat: add '-f help' to get the available event list by Lin Ma · 7 years ago
  40. efcb521 tools/kvm_stat: use variables instead of hard paths in help output by Lin Ma · 7 years ago
  41. 545722c selftests/bpf: subtraction bounds test by Edward Cree · 7 years ago
  42. bbcdea6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. 96080f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  45. 8641250 bpf: more tests for mixed signed and unsigned bounds checks by Daniel Borkmann · 7 years ago
  46. b712296 bpf: add test for mixed signed and unsigned bounds checks by Edward Cree · 7 years ago
  47. a150213 bpf: fix up test cases with mixed signed/unsigned bounds by Daniel Borkmann · 7 years ago
  48. d655490 bpf: allow to specify log level and reduce it for test_verifier by Daniel Borkmann · 7 years ago
  49. 9d6e005 xdp: bpf redirect with map sample program by John Fastabend · 7 years ago
  50. 546ac1f bpf: add devmap, a map for storing net device references by John Fastabend · 7 years ago
  51. 1c3a044 tools: hv: ignore a NIC if it has been configured by sixiao@microsoft.com · 7 years ago
  52. 867eacd Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  53. 6d7964a kmod: throttle kmod thread limit by Luis R. Rodriguez · 7 years ago
  54. d9c6a72 kmod: add test driver to stress test the module loader by Luis R. Rodriguez · 7 years ago
  55. ccd5d1b Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  56. bc0f51d Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  57. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  58. 3a00be19 Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  59. edaf382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  60. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  61. 7c43a65 test_sysctl: test against int proc_dointvec() array support by Luis R. Rodriguez · 7 years ago
  62. 2920fad test_sysctl: add simple proc_douintvec() case by Luis R. Rodriguez · 7 years ago
  63. eb965ed test_sysctl: add simple proc_dointvec() case by Luis R. Rodriguez · 7 years ago
  64. 1c0357c test_sysctl: test against PAGE_SIZE for int by Luis R. Rodriguez · 7 years ago
  65. 64b6712 test_sysctl: add generic script to expand on tests by Luis R. Rodriguez · 7 years ago
  66. 9308f2f test_sysctl: add dedicated proc sysctl test driver by Luis R. Rodriguez · 7 years ago
  67. 4b1303d perf symbols: Accept zero as the kernel base address by Arnaldo Carvalho de Melo · 7 years ago
  68. 5333502 samples/bpf: fix a build issue by Yonghong Song · 7 years ago
  69. 80f6258 perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target by Jin Yao · 8 years ago
  70. ede5626 perf evsel: State in the default event name if attr.exclude_kernel is set by Arnaldo Carvalho de Melo · 7 years ago
  71. d37a369 perf evsel: Fix attr.exclude_kernel setting for default cycles:p by Arnaldo Carvalho de Melo · 7 years ago
  72. 69c3122 rtc: rtctest: add check for problematic dates by Benjamin Gaignard · 8 years ago
  73. c96396f tools: timer: add rtctest_setdate by Benjamin Gaignard · 8 years ago
  74. c3931a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 19bf2e0 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 8cb0bc9 selftests/ftrace: Add a testcase for kprobe event naming by Masami Hiramatsu · 8 years ago
  77. ff431b1 selftests/ftrace: Add a test to probe module functions by Naveen N. Rao · 8 years ago
  78. f7181e5 selftests/ftrace: Update multiple kprobes test for powerpc by Naveen N. Rao · 8 years ago
  79. 4855022 objtool: Fix sibling call detection logic by Josh Poimboeuf · 8 years ago
  80. 58f051f Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  81. ef3ad08 Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  82. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  83. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  84. c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  85. 7c49c98 NTB: ntb_test: add parameter for doorbell bitmask by Allen Hubbe · 8 years ago
  86. c2d42ed NTB: ntb_test: modprobe on remote host by Allen Hubbe · 8 years ago
  87. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  88. e24dd9e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  89. 524b62f Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  90. eceeae4 Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  91. 408c986 Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  92. 1934adf perf unwind: Do not fail due to missing unwind support by Jiri Olsa · 8 years ago
  93. 97365e8 perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip by Arnaldo Carvalho de Melo · 8 years ago
  94. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  95. cbcd4f0 Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  96. 362f672 Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  97. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago