1. a42effb bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments by Dave Marchevsky · 3 years, 3 months ago
  2. 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 3 months ago
  3. af54faa Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  4. 3365627 bpf: Update bpf_get_smp_processor_id() documentation by Matteo Croce · 3 years, 4 months ago
  5. b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 4 months ago
  6. 41ced4c btf: Change BTF_KIND_* macros to enums by Yonghong Song · 3 years, 4 months ago
  7. d0ee23f tools: compiler-gcc.h: Guard error attribute use with __has_attribute by Nathan Chancellor · 3 years, 4 months ago
  8. 856c02d bpf: Introduce helper bpf_get_branch_snapshot by Song Liu · 3 years, 4 months ago
  9. 3163462 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) by Linus Torvalds · 3 years, 4 months ago
  10. 4e59869 compiler-gcc.h: drop checks for older GCC versions by Nick Desaulniers · 3 years, 4 months ago
  11. 4eb6bd5 compiler.h: drop fallback overflow checkers by Nick Desaulniers · 3 years, 4 months ago
  12. 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  13. 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  14. 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  15. ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  16. f64c4ac bpf: Add hardware timestamp field to __sk_buff by Vadim Fedorenko · 3 years, 4 months ago
  17. 37ce9e4 tools include UAPI: Update linux/mount.h copy by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  18. 2c3ef25 tools headers UAPI: Sync linux/prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 11 months ago
  19. f9f018e tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 4 years, 11 months ago
  20. dfa0045 tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  21. 64f4535 tools headers UAPI: Sync files changed by new process_mrelease syscall and the removal of some compat entry points by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  22. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  23. 7fc5b57 tools: rename bitmap_alloc() to bitmap_zalloc() by Andy Shevchenko · 3 years, 4 months ago
  24. 27151f1 Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 4 months ago
  25. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
  26. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  27. 49b99da ipv6: add IFLA_INET6_RA_MTU to expose mtu value by Rocco Yue · 3 years, 4 months ago
  28. dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 4 months ago
  29. f2e85d4 tools: include: Add ethtool_drvinfo definition to UAPI header by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  30. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
  31. ab3c0dd tools: Add sparse context/locking annotations in compiler-types.h by Riccardo Mancini · 3 years, 5 months ago
  32. 7adfc6c bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value by Andrii Nakryiko · 3 years, 5 months ago
  33. 82e6b1e bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 3 years, 5 months ago
  34. b89fbfb bpf: Implement minimal BPF perf link by Andrii Nakryiko · 3 years, 5 months ago
  35. 3a755cd bonding: add new option lacp_active by Hangbin Liu · 3 years, 5 months ago
  36. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 5 months ago
  37. f916d77 tools/nolibc: Implement msleep() by Mark Brown · 3 years, 6 months ago
  38. 9a83f9aea tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h by Bhaskar Chowdhury · 3 years, 6 months ago
  39. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  40. 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
  41. 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
  42. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  43. f170acd bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 3 years, 6 months ago
  44. cf2c6f0 bpf: Sync tools/include/uapi/linux/bpf.h by Alexei Starovoitov · 3 years, 6 months ago
  45. fa2c02e tools headers: Remove broken definition of __LITTLE_ENDIAN by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  46. 376a947 tools headers UAPI: Sync files changed by the memfd_secret new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  47. 44c2cd8 tools headers UAPI: Sync files changed by the quotactl_fd new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  48. 097e4e9 tools headers UAPI: Sync asm-generic/mman-common.h with the kernel by Arnaldo Carvalho de Melo · 5 years ago
  49. 84d5c07 tools headers UAPI: Update tools's copy of drm/drm.h header by Arnaldo Carvalho de Melo · 3 years, 10 months ago
  50. 4a1cdde tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  51. 688ef3e tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 4 years, 11 months ago
  52. 4062549 Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
  53. e48f62a tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  54. 14c6ef2 tools include UAPI: Update linux/mount.h copy by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  55. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  56. f20510d tools lib: Adopt bitmap_intersects() operation from the kernel sources by Alexey Bayduraev · 3 years, 6 months ago
  57. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  58. 1792a59e tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  59. 17d27fc tools headers UAPI: Sync asm-generic/unistd.h with the kernel original by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  60. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  61. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  62. d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
  63. e061047 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years, 7 months ago
  64. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 7 months ago
  65. 2244782 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 7 months ago
  66. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  67. fb1070d KVM: X86: Use _BITUL() macro in UAPI headers by Joe Richey · 3 years, 7 months ago
  68. e624d4e xdp: Extend xdp_redirect_map with broadcast support by Hangbin Liu · 3 years, 7 months ago
  69. a050a6d Merge tag 'perf-tools-fixes-for-v5.13-2021-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 7 months ago
  70. 3e87f19 bpf: Add lookup_and_delete_elem support to hashtab by Denis Salopek · 3 years, 8 months ago
  71. f747e66 linux/bits.h: fix compilation error with GENMASK by Rikard Falkeborn · 3 years, 7 months ago
  72. 4224680 tools headers UAPI: Sync linux/perf_event.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  73. ec347b7 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  74. 5d67f34 bpf: Add cmd alias BPF_PROG_RUN by Alexei Starovoitov · 3 years, 8 months ago
  75. 3abea08 bpf: Add bpf_sys_close() helper. by Alexei Starovoitov · 3 years, 8 months ago
  76. 3d78417 bpf: Add bpf_btf_find_by_name_kind() helper. by Alexei Starovoitov · 3 years, 8 months ago
  77. 387544b bpf: Introduce fd_idx by Alexei Starovoitov · 3 years, 8 months ago
  78. 79a7f8b bpf: Introduce bpf_sys_bpf() helper and program type. by Alexei Starovoitov · 3 years, 8 months ago
  79. 7ac592a sched: prctl() core-scheduling interface by Chris Hyser · 3 years, 9 months ago
  80. 71d7924 tools headers UAPI: Sync perf_event.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  81. fb24e30 tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  82. 5a80ee4 tools headers UAPI: Sync linux/prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  83. f8bcb06 tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_settattr new syscalls by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  84. 0d943d5 tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  85. 0fdee79 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  86. a3bc4ff tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  87. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  88. eaae784 tools: sync lib/find_bit implementation by Yury Norov · 3 years, 8 months ago
  89. ea81c1e tools: sync find_next_bit implementation by Yury Norov · 3 years, 8 months ago
  90. 78e48f0 tools: sync small_const_nbits() macro with the kernel by Yury Norov · 3 years, 8 months ago
  91. a719101 tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel by Yury Norov · 3 years, 8 months ago
  92. e5b9252 tools: bitmap: sync function declarations with the kernel by Yury Norov · 3 years, 8 months ago
  93. 10a3efd Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 8 months ago
  94. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  95. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  96. 4127361 tools headers uapi: Update tools's copy of linux/perf_event.h by Jin Yao · 3 years, 8 months ago
  97. c653667 Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  98. 2c5ce2d Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  99. 26bda3c Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  100. 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago