1. 51aa423 bpftool: revert printing program device bound info by Jakub Kicinski · 7 years ago
  2. 1f6f4cb bpf: offload: rename the ifindex field by Jakub Kicinski · 7 years ago
  3. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  4. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  5. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  6. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  7. 3148637 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  10. 505ee76 tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header by Ingo Molnar · 7 years ago
  11. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  12. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  14. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  15. ebc614f bpf, cgroup: implement eBPF-based device controller for cgroup v2 by Roman Gushchin · 7 years ago
  16. 928631e bpftool: print program device bound info by Jakub Kicinski · 7 years ago
  17. fb7df12 tools/headers: Synchronize kernel ABI headers by Ingo Molnar · 7 years ago
  18. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
  20. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. 04686ef bpf: remove SK_REDIRECT from UAPI by John Fastabend · 7 years ago
  24. 735e215 tools include uapi: Grab a copy of linux/kcmp.h by Arnaldo Carvalho de Melo · 7 years ago
  25. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. bfa64075 bpf: rename sk_actions to align with bpf infrastructure by John Fastabend · 7 years ago
  27. 4337279 tools include uapi: Grab a copy of linux/prctl.h by Arnaldo Carvalho de Melo · 7 years ago
  28. 6856b8e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  29. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  30. e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 7 years ago
  31. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  33. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  34. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  35. 6710e11 bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP by Jesper Dangaard Brouer · 7 years ago
  36. aa7b4e0 tools include uapi bpf.h: Sync kernel ABI header with tooling header by Arnaldo Carvalho de Melo · 7 years ago
  37. 067cae4 bpf: Use char in prog and map name by Martin KaFai Lau · 7 years ago
  38. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  39. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  40. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. defd9c4 libbpf: sync bpf.h by Alexei Starovoitov · 7 years ago
  42. c976a7d Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes by Arnaldo Carvalho de Melo · 7 years ago
  43. 88cda1c bpf: libbpf: Provide basic API support to specify BPF obj name by Martin KaFai Lau · 7 years ago
  44. ac29991 bpf: update bpf.h uapi header for tools by Daniel Borkmann · 7 years ago
  45. 549a397 tools include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  46. 6ae8eef tools include: Do not use poison with C++ by Arnaldo Carvalho de Melo · 7 years ago
  47. 492e05b tools: Update asm-generic/mman-common.h copy from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  48. b130a69 Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  49. e6328a7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. 259d407 tools include linux: Guard against redefinition of some macros by Arnaldo Carvalho de Melo · 7 years ago
  51. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  52. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  53. 3b0a5da perf tools: Support new sample type for physical address by Kan Liang · 7 years ago
  54. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  55. df770ff perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file by Mike Leach · 7 years ago
  56. b97971b coresight: pmu: Adds return stack option to perf coresight pmu by Mike Leach · 7 years ago
  57. 52839e6 perf tools: Add support for printing new mem_info encodings by Andi Kleen · 7 years ago
  58. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  59. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  60. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  61. 996139e selftests: bpf: add a test for XDP redirect by William Tu · 7 years ago
  62. d02b395 tools include uapi: Grab a copy of linux/vhost.h by Arnaldo Carvalho de Melo · 7 years ago
  63. 3ce9751 tools include uapi: Grab a copy of linux/kvm.h by Arnaldo Carvalho de Melo · 7 years ago
  64. a215684e tools include uapi: Grab a copy of sound/asound.h by Arnaldo Carvalho de Melo · 7 years ago
  65. c1737f2 tools include uapi: Grab copies of drm/{drm,i915_drm}.h by Arnaldo Carvalho de Melo · 7 years ago
  66. f1d6cb2 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 7 years ago
  67. 6375f0a tools include uapi: Grab a copy of asm-generic/ioctls.h by Arnaldo Carvalho de Melo · 7 years ago
  68. d62c1d7 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 7 years ago
  69. f5db340 Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree by Ingo Molnar · 7 years ago
  70. 81f6bf8 bpf: testing: fix devmap tests by John Fastabend · 7 years ago
  71. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  72. 450c86c tools include uapi: Grab a copy of linux/sched.h by Arnaldo Carvalho de Melo · 7 years ago
  73. eb0baf8 perf/core: Define the common branch type classification by Jin Yao · 7 years ago
  74. 84d1d8a tools include uapi asm-generic: Grab a copy of fcntl.h by Arnaldo Carvalho de Melo · 7 years ago
  75. ca3cf04 tools: Update include/uapi/linux/fcntl.h copy from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  76. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  77. 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 2be7e21 bpf: add bpf_skb_adjust_room helper by Daniel Borkmann · 7 years ago
  79. 04df41e bpf: update tools/include/uapi/linux/bpf.h by Lawrence Brakmo · 7 years ago
  80. 07fda55 tools include: Add byte-swapping macros to kernel.h by Adrian Hunter · 8 years ago
  81. 5c97cac tools: Adopt __aligned from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  82. c9f5da7 tools: Adopt __packed from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  83. 9dd4ca4 tools: Adopt noinline from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  84. 3ee350f tools: Adopt __scanf from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  85. afaed6d tools: Adopt __printf from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  86. 6c34664 tools: Adopt __noreturn from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  87. ded092c bpf: add bpf_set_hash helper for tc progs by Daniel Borkmann · 8 years ago
  88. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. 95b9afd bpf: Test for bpf ID by Martin KaFai Lau · 8 years ago
  90. e58e871 tools/lib/lockdep: Remove private kernel headers by Levin, Alexander (Sasha Levin) · 8 years ago
  91. 61d4595 tools/include: Add IS_ERR_OR_NULL to err.h by Levin, Alexander (Sasha Levin) · 8 years ago
  92. 12d83f7 tools/include: Add (mostly) empty include/linux/sched/mm.h by Levin, Alexander (Sasha Levin) · 8 years ago
  93. 6c8e648 tools/lib/lockdep: Fix compilation for 4.11 by Levin, Alexander (Sasha Levin) · 8 years ago
  94. b7d3ed5 bpf: update perf event helper functions documentation by Teng Qin · 8 years ago
  95. fac3fca Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 614d0d7 bpf: add various verifier test cases by Daniel Borkmann · 8 years ago
  97. 6e30437 tools/include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 8 years ago
  98. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  99. e0c4a5f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. e07b98d bpf: Add strict alignment flag for BPF_PROG_LOAD. by David S. Miller · 8 years ago