1. b7af27b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 6 years ago
  2. 6c3ac11 Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  3. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  4. e266ca3 Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  5. e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  6. d276709 Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  7. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  8. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  9. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. fff0490 tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include by Souptick Joarder · 6 years ago
  11. 332e0e8 proc: more robust bulk read test by Alexey Dobriyan · 6 years ago
  12. e483b02 proc: test /proc/*/maps, smaps, smaps_rollup, statm by Alexey Dobriyan · 6 years ago
  13. 0338c83 proc: return exit code 4 for skipped tests by Alexey Dobriyan · 6 years ago
  14. a332286 tmpfs: test link accounting with O_TMPFILE by Alexey Dobriyan · 6 years ago
  15. b2f0246 tools/vm/slabinfo: clean up usage menu debug items by Tobin C. Harding · 6 years ago
  16. 3c89ff9 tools/vm/slabinfo: align usage output columns by Tobin C. Harding · 6 years ago
  17. b80fd30 tools/vm/slabinfo: put options in alphabetic order by Tobin C. Harding · 6 years ago
  18. 402ad96 tools/vm/slabinfo: update options in usage message by Tobin C. Harding · 6 years ago
  19. 54402986 selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal by Joel Fernandes (Google) · 6 years ago
  20. a05ef00 selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  21. 7c9eefe tools/: replace open encodings for NUMA_NO_NODE by Stephen Rothwell · 6 years ago
  22. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  23. 3717f61 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. edaed16 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 9e9322e selftest/net: Remove duplicate header by Souptick Joarder · 6 years ago
  26. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  27. 7db52b5 Merge branch 'acpica' by Rafael J. Wysocki · 6 years ago
  28. 87dab7c bpf: add test cases for non-pointer sanitiation logic by Daniel Borkmann · 6 years ago
  29. 4e7df11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  30. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 886225b selftests: bpf: break up test_progs - misc by Stanislav Fomichev · 6 years ago
  32. 271a633 selftests: bpf: break up test_progs - spinlock by Stanislav Fomichev · 6 years ago
  33. 20cb14f selftests: bpf: break up test_progs - tracepoint by Stanislav Fomichev · 6 years ago
  34. 615741d selftests: bpf: break up test_progs - stackmap by Stanislav Fomichev · 6 years ago
  35. eaf9074 selftests: bpf: break up test_progs - xdp by Stanislav Fomichev · 6 years ago
  36. 7395724 selftests: bpf: break up test_progs - pkt access by Stanislav Fomichev · 6 years ago
  37. 3f30658 selftests: bpf: break up test_progs - preparations by Stanislav Fomichev · 6 years ago
  38. 5cce85c bpf: sync bpf.h to tools and update bpf_helpers.h by brakmo · 6 years ago
  39. 255c1c7 tc-testing: Allow test cases to be skipped by Lucas Bates · 6 years ago
  40. a83de90 selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fields by Yonghong Song · 6 years ago
  41. ada641f selftests: fixes for UDP GRO by Paolo Abeni · 6 years ago
  42. 7c7a489 selftests/bpf: add btf_dedup test of FWD/STRUCT resolution by Andrii Nakryiko · 6 years ago
  43. 91097fb btf: fix bug with resolving STRUCT/UNION into corresponding FWD by Andrii Nakryiko · 6 years ago
  44. 51edf5f btf: allow to customize dedup hash table size by Andrii Nakryiko · 6 years ago
  45. 1baabdc libbpf: fix formatting for btf_ext__get_raw_data by Andrii Nakryiko · 6 years ago
  46. 8054d51f selftests/bpf: fix btf_dedup testing code by Andrii Nakryiko · 6 years ago
  47. 3d8669e tools/libbpf: signedness bug in btf_dedup_ref_type() by Dan Carpenter · 6 years ago
  48. 771744f tools: libbpf: make sure readelf shows full names in build checks by Jakub Kicinski · 6 years ago
  49. f74a53d9 tools: libbpf: add a correctly named define for map iteration by Jakub Kicinski · 6 years ago
  50. ebace0e selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector by Stanislav Fomichev · 6 years ago
  51. f2bb538 bpf: add missing entries to bpf_helpers.h by Willem de Bruijn · 6 years ago
  52. be9cefe selftests: rtnetlink: use internal netns switch for ip commands by David Ahern · 6 years ago
  53. c978b94 Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  54. 0a15712 Merge tag 'perf-core-for-mingo-5.1-20190220' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  55. 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  56. f214737 lockdep/lib/tests: Test dynamic key registration by Bart Van Assche · 6 years ago
  57. d93ac78 lockdep/lib/tests: Fix run_tests.sh by Bart Van Assche · 6 years ago
  58. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  59. b3cc4f8 selftests: pmtu: add explicit tests for PMTU exceptions cleanup by Paolo Abeni · 6 years ago
  60. 651eb32 selftests: pmtu: disable DAD in all namespaces by Paolo Abeni · 6 years ago
  61. 9eca508 tools/bpf: selftests: add map lookup to test_map_in_map bpf prog by Yonghong Song · 6 years ago
  62. 88ad472 tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt by Alexei Starovoitov · 6 years ago
  63. b1eca86 tools/bpf: sync bpf.h into tools by Alexei Starovoitov · 6 years ago
  64. 3bf195a netfilter: nat: merge nf_nat_ipv4,6 into nat core by Florian Westphal · 6 years ago
  65. a110ae7 tc-testing: gitignore, ignore local tdc config file by Vlad Buslov · 6 years ago
  66. da640bc tools: selftests: rtnetlink: add testcases for vxlan flag sets by Roopa Prabhu · 6 years ago
  67. 6cd96c5 selftests/powerpc: Remove duplicate header by Michael Ellerman · 6 years ago
  68. 1cad078 libbpf: add support for using AF_XDP sockets by Magnus Karlsson · 6 years ago
  69. 740f8a6 selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  70. de667cc perf script python: Add Python3 support to syscall-counts-by-pid.py by Tony Jones · 6 years ago
  71. 1d1b0db perf script python: Add Python3 support to syscall-counts.py by Tony Jones · 6 years ago
  72. e985bf7 perf script python: Add Python3 support to stat-cpi.py by Tony Jones · 6 years ago
  73. 6d22d99 perf script python: Add Python3 support to stackcollapse.py by Tony Jones · 6 years ago
  74. ee75a89 perf script python: Add Python3 support to sctop.py by Tony Jones · 6 years ago
  75. 118af5b perf script python: Add Python3 support to powerpc-hcalls.py by Tony Jones · 6 years ago
  76. 8c42b96 perf script python: Add Python3 support to net_dropmonitor.py by Tony Jones · 6 years ago
  77. e4d053d perf script python: Add Python3 support to mem-phys-addr.py by Tony Jones · 6 years ago
  78. 9b2700e perf script python: Add Python3 support to failed-syscalls-by-pid.py by Tony Jones · 6 years ago
  79. 02b03ec perf script python: Add Python3 support to netdev-times.py by Tony Jones · 6 years ago
  80. 94816ad perf tools: Add perf_exe() helper to find perf binary by Andi Kleen · 6 years ago
  81. 4b6ac81 perf script: Handle missing fields with -F +.. by Andi Kleen · 6 years ago
  82. eb61767 perf data: Add perf_data__open_dir_data function by Jiri Olsa · 6 years ago
  83. 1455206 perf data: Add perf_data__(create_dir|close_dir) functions by Jiri Olsa · 6 years ago
  84. ccb7a71 perf data: Fail check_backup in case of error by Jiri Olsa · 6 years ago
  85. 5021fc4 perf data: Make check_backup work over directories by Jiri Olsa · 6 years ago
  86. c69e4c3 perf tools: Add rm_rf_perf_data function by Jiri Olsa · 6 years ago
  87. cdb6b02 perf tools: Add pattern name checking to rm_rf by Jiri Olsa · 6 years ago
  88. 05a4865 perf tools: Add depth checking to rm_rf by Jiri Olsa · 6 years ago
  89. 81d56d8 selftests: mlxsw: spectrum-2: Add massive delta rehash test by Jiri Pirko · 6 years ago
  90. f6eaf1c selftests: mlxsw: spectrum-2: Check migrate end trace by Jiri Pirko · 6 years ago
  91. d39ca90 selftests: mlxsw: spectrum-2: Add IPv6 variant of simple delta rehash test by Jiri Pirko · 6 years ago
  92. 5ce4645 selftests: concurrency: add test to verify parallel replace/delete by Vlad Buslov · 6 years ago
  93. be6b294 selftests: concurrency: add test to verify parallel add/delete by Vlad Buslov · 6 years ago
  94. a788b30 selftests: concurrency: add test to verify concurrent delete by Vlad Buslov · 6 years ago
  95. 424c5bd selftests: concurrency: add test to verify concurrent replace by Vlad Buslov · 6 years ago
  96. 4ba21de selftests: concurrency: add test to verify parallel rules replace by Vlad Buslov · 6 years ago
  97. 596952f selftests: concurrency: add test to verify parallel rules deletion by Vlad Buslov · 6 years ago
  98. 450ef62 selftests: concurrency: add test to verify parallel rules insertion by Vlad Buslov · 6 years ago
  99. 3b07270 selftests: tdc_batch.py: add options needed for concurrency tests by Vlad Buslov · 6 years ago
  100. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago