1. 3a49cc2 tools/lib/lockdep: drop leftover liblockdep headers by Sasha Levin · 3 years, 1 month ago
  2. d6e6a27 tools: Fix math.h breakage by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  3. c5c1754 Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  4. 710d583 tools: sync uapi/linux/if_link.h header by Eric Dumazet · 3 years, 2 months ago
  5. 346e919 tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  6. 06cf00c tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  7. 37057e7 tools headers UAPI: Sync sound/asound.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  8. 4902420 tools headers UAPI: Sync linux/prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
  9. 7380aa8 tools headers UAPI: Sync files changed by new futex_waitv syscall by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  10. 89fa0be Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 2 months ago
  11. aedad3e arm64: mte: change PR_MTE_TCF_NONE back into an unsigned long by Peter Collingbourne · 3 years, 2 months ago
  12. 7f9f879 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 3 years, 2 months ago
  13. fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 3 months ago
  14. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 3 months ago
  15. b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  16. 160729a Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  17. 8845b46 bpf: Add alignment padding for "map_extra" + consolidate holes by Joanne Koong · 3 years, 3 months ago
  18. 91e1c99 Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  19. d6aef08 bpf: Add bpf_kallsyms_lookup_name helper by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  20. 9330986 bpf: Add bloom filter map implementation by Joanne Koong · 3 years, 3 months ago
  21. aba64c7 bpf: Add verified_insns to bpf_prog_info and fdinfo by Dave Marchevsky · 3 years, 3 months ago
  22. 9eeb3aa bpf: Add bpf_skc_to_unix_sock() helper by Hengqi Chen · 3 years, 3 months ago
  23. 6175047 perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID by Adrian Hunter · 3 years, 4 months ago
  24. 92ec3cc tools lib: Adopt list_sort() from the kernel sources by Ian Rogers · 3 years, 3 months ago
  25. cae1d75 tools/perf: Add mem_hops field in perf_mem_data_src structure by Kajol Jain · 3 years, 3 months ago
  26. f4c6217 perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line by Kajol Jain · 3 years, 3 months ago
  27. 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 3 months ago
  28. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  29. f96b467 x86/insn: Use get_unaligned() instead of memcpy() by Borislav Petkov · 3 years, 4 months ago
  30. 9fce636 tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 5 years ago
  31. e028c4f objtool: Add frame-pointer-specific function ignore by Josh Poimboeuf · 3 years, 4 months ago
  32. a42effb bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments by Dave Marchevsky · 3 years, 4 months ago
  33. 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
  34. af54faa Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  35. 3365627 bpf: Update bpf_get_smp_processor_id() documentation by Matteo Croce · 3 years, 4 months ago
  36. b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 4 months ago
  37. 41ced4c btf: Change BTF_KIND_* macros to enums by Yonghong Song · 3 years, 4 months ago
  38. d0ee23f tools: compiler-gcc.h: Guard error attribute use with __has_attribute by Nathan Chancellor · 3 years, 4 months ago
  39. 856c02d bpf: Introduce helper bpf_get_branch_snapshot by Song Liu · 3 years, 4 months ago
  40. 3163462 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) by Linus Torvalds · 3 years, 4 months ago
  41. 4e59869 compiler-gcc.h: drop checks for older GCC versions by Nick Desaulniers · 3 years, 4 months ago
  42. 4eb6bd5 compiler.h: drop fallback overflow checkers by Nick Desaulniers · 3 years, 4 months ago
  43. 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 9 months ago
  44. 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  45. 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  46. ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  47. f64c4ac bpf: Add hardware timestamp field to __sk_buff by Vadim Fedorenko · 3 years, 4 months ago
  48. 37ce9e4 tools include UAPI: Update linux/mount.h copy by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  49. 2c3ef25 tools headers UAPI: Sync linux/prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
  50. f9f018e tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 5 years ago
  51. dfa0045 tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  52. 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
  53. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  54. 7fc5b57 tools: rename bitmap_alloc() to bitmap_zalloc() by Andy Shevchenko · 3 years, 4 months ago
  55. 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
  56. 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, 5 months ago
  57. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  58. 49b99da ipv6: add IFLA_INET6_RA_MTU to expose mtu value by Rocco Yue · 3 years, 5 months ago
  59. dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 5 months ago
  60. f2e85d4 tools: include: Add ethtool_drvinfo definition to UAPI header by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  61. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 5 months ago
  62. ab3c0dd tools: Add sparse context/locking annotations in compiler-types.h by Riccardo Mancini · 3 years, 6 months ago
  63. 7adfc6c bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value by Andrii Nakryiko · 3 years, 5 months ago
  64. 82e6b1e bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 3 years, 5 months ago
  65. b89fbfb bpf: Implement minimal BPF perf link by Andrii Nakryiko · 3 years, 5 months ago
  66. 3a755cd bonding: add new option lacp_active by Hangbin Liu · 3 years, 6 months ago
  67. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
  68. f916d77 tools/nolibc: Implement msleep() by Mark Brown · 3 years, 7 months ago
  69. 9a83f9aea tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h by Bhaskar Chowdhury · 3 years, 7 months ago
  70. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  71. 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
  72. 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
  73. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  74. f170acd bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 3 years, 6 months ago
  75. cf2c6f0 bpf: Sync tools/include/uapi/linux/bpf.h by Alexei Starovoitov · 3 years, 6 months ago
  76. fa2c02e tools headers: Remove broken definition of __LITTLE_ENDIAN by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  77. 376a947 tools headers UAPI: Sync files changed by the memfd_secret new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  78. 44c2cd8 tools headers UAPI: Sync files changed by the quotactl_fd new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  79. 097e4e9 tools headers UAPI: Sync asm-generic/mman-common.h with the kernel by Arnaldo Carvalho de Melo · 5 years ago
  80. 84d5c07 tools headers UAPI: Update tools's copy of drm/drm.h header by Arnaldo Carvalho de Melo · 3 years, 11 months ago
  81. 4a1cdde tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 9 months ago
  82. 688ef3e tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 5 years ago
  83. 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, 7 months ago
  84. e48f62a tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  85. 14c6ef2 tools include UAPI: Update linux/mount.h copy by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  86. 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, 7 months ago
  87. f20510d tools lib: Adopt bitmap_intersects() operation from the kernel sources by Alexey Bayduraev · 3 years, 7 months ago
  88. 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, 7 months ago
  89. 1792a59e tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  90. 17d27fc tools headers UAPI: Sync asm-generic/unistd.h with the kernel original by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  91. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  92. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  93. d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
  94. e061047 bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. by Kuniyuki Iwashima · 3 years, 7 months ago
  95. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  96. 2244782 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  97. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  98. fb1070d KVM: X86: Use _BITUL() macro in UAPI headers by Joe Richey · 3 years, 8 months ago
  99. e624d4e xdp: Extend xdp_redirect_map with broadcast support by Hangbin Liu · 3 years, 8 months ago
  100. 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, 8 months ago