1. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. d6d4f60 bpf: add selftest for tcpbpf by Lawrence Brakmo · 7 years ago
  3. 28b8f95 tools include asm-generic: Grab errno.h and errno-base.h by Hendrik Brueckner · 7 years ago
  4. 52775b3 bpf: offload: report device information about offloaded maps by Jakub Kicinski · 7 years ago
  5. e7b2823 bpf: Sync kernel ABI header with tooling header by Jesper Dangaard Brouer · 7 years ago
  6. a388457 bpf: offload: add map offload infrastructure by Jakub Kicinski · 7 years ago
  7. 972c148 perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13 by Jiri Olsa · 7 years ago
  8. 81df978 perf: Add sample_id to PERF_RECORD_ITRACE_START event comment by Jiri Olsa · 7 years ago
  9. 675fc27 bpf: offload: report device information for offloaded programs by Jakub Kicinski · 7 years ago
  10. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  11. 48cca7e libbpf: add support for bpf_call by Alexei Starovoitov · 7 years ago
  12. 7a3c296 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  13. 1f76a75 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  14. 643e345 tools/headers: Synchronize kernel <-> tooling headers by Ingo Molnar · 7 years ago
  15. 92ccc26 tools/lib/lockdep: Add missing declaration of 'pr_cont()' by Mengting Zhang · 7 years ago
  16. 720f228 bpf: fix broken BPF selftest build by Daniel Borkmann · 7 years ago
  17. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  18. d279f1f bpf/tracing: add a bpf test for new ioctl query interface by Yonghong Song · 7 years ago
  19. 2a22f69 tools/include: Remove ACCESS_ONCE() by Mark Rutland · 7 years ago
  20. f335195 kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  21. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  22. d6eabce Merge branch 'linus' into perf/urgent, to synchronize UAPI headers by Ingo Molnar · 7 years ago
  23. 618e165 selftests/bpf: sync kernel headers and introduce arch support in Makefile by Hendrik Brueckner · 7 years ago
  24. 1b3b521 tools headers: Syncronize mman.h ABI header by Arnaldo Carvalho de Melo · 7 years ago
  25. d9744f9 tools headers: Synchronize prctl.h ABI header by Arnaldo Carvalho de Melo · 7 years ago
  26. 374fbe5 tools headers: Synchronize KVM arch ABI headers by Arnaldo Carvalho de Melo · 7 years ago
  27. 485be0c tools headers: Synchronize drm/i915_drm.h by Arnaldo Carvalho de Melo · 7 years ago
  28. 8ce6d5e tools headers uapi: Synchronize drm/drm.h by Arnaldo Carvalho de Melo · 7 years ago
  29. 0f1aabe tools headers: Synchronize perf_event.h header by Arnaldo Carvalho de Melo · 7 years ago
  30. 8536913 tools headers: Synchronize kernel ABI headers wrt SPDX tags by Arnaldo Carvalho de Melo · 7 years ago
  31. 51aa423 bpftool: revert printing program device bound info by Jakub Kicinski · 7 years ago
  32. 1f6f4cb bpf: offload: rename the ifindex field by Jakub Kicinski · 7 years ago
  33. 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
  34. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  35. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  36. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  37. 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
  38. 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
  39. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  40. 505ee76 tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header by Ingo Molnar · 7 years ago
  41. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  42. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  44. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  45. ebc614f bpf, cgroup: implement eBPF-based device controller for cgroup v2 by Roman Gushchin · 7 years ago
  46. 928631e bpftool: print program device bound info by Jakub Kicinski · 7 years ago
  47. fb7df12 tools/headers: Synchronize kernel ABI headers by Ingo Molnar · 7 years ago
  48. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
  50. 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
  51. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  52. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 04686ef bpf: remove SK_REDIRECT from UAPI by John Fastabend · 7 years ago
  54. 735e215 tools include uapi: Grab a copy of linux/kcmp.h by Arnaldo Carvalho de Melo · 7 years ago
  55. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. bfa64075 bpf: rename sk_actions to align with bpf infrastructure by John Fastabend · 7 years ago
  57. 4337279 tools include uapi: Grab a copy of linux/prctl.h by Arnaldo Carvalho de Melo · 7 years ago
  58. 6856b8e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  59. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  60. e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 7 years ago
  61. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  63. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  64. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  65. 6710e11 bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP by Jesper Dangaard Brouer · 7 years ago
  66. aa7b4e0 tools include uapi bpf.h: Sync kernel ABI header with tooling header by Arnaldo Carvalho de Melo · 7 years ago
  67. 067cae4 bpf: Use char in prog and map name by Martin KaFai Lau · 7 years ago
  68. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  69. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  70. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  71. defd9c4 libbpf: sync bpf.h by Alexei Starovoitov · 7 years ago
  72. c976a7d Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes by Arnaldo Carvalho de Melo · 7 years ago
  73. 88cda1c bpf: libbpf: Provide basic API support to specify BPF obj name by Martin KaFai Lau · 7 years ago
  74. ac29991 bpf: update bpf.h uapi header for tools by Daniel Borkmann · 7 years ago
  75. 549a397 tools include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  76. 6ae8eef tools include: Do not use poison with C++ by Arnaldo Carvalho de Melo · 7 years ago
  77. 492e05b tools: Update asm-generic/mman-common.h copy from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  78. 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
  79. 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
  80. 259d407 tools include linux: Guard against redefinition of some macros by Arnaldo Carvalho de Melo · 7 years ago
  81. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  82. 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
  83. 3b0a5da perf tools: Support new sample type for physical address by Kan Liang · 7 years ago
  84. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  85. df770ff perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file by Mike Leach · 7 years ago
  86. b97971b coresight: pmu: Adds return stack option to perf coresight pmu by Mike Leach · 7 years ago
  87. 52839e6 perf tools: Add support for printing new mem_info encodings by Andi Kleen · 7 years ago
  88. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  89. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  90. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  91. 996139e selftests: bpf: add a test for XDP redirect by William Tu · 7 years ago
  92. d02b395 tools include uapi: Grab a copy of linux/vhost.h by Arnaldo Carvalho de Melo · 7 years ago
  93. 3ce9751 tools include uapi: Grab a copy of linux/kvm.h by Arnaldo Carvalho de Melo · 7 years ago
  94. a215684e tools include uapi: Grab a copy of sound/asound.h by Arnaldo Carvalho de Melo · 7 years ago
  95. c1737f2 tools include uapi: Grab copies of drm/{drm,i915_drm}.h by Arnaldo Carvalho de Melo · 7 years ago
  96. f1d6cb2 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 7 years ago
  97. 6375f0a tools include uapi: Grab a copy of asm-generic/ioctls.h by Arnaldo Carvalho de Melo · 7 years ago
  98. d62c1d7 tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header by Arnaldo Carvalho de Melo · 7 years ago
  99. f5db340 Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree by Ingo Molnar · 7 years ago
  100. 81f6bf8 bpf: testing: fix devmap tests by John Fastabend · 7 years ago