1. a32ae26 selftests/bpf: Fix resource leak in serial_test_wq on attach failure by Kery Qi · 29 hours ago master
  2. 26ad5d6 scripts/gen-btf.sh: Use CONFIG_SHELL for execution by Ihor Solodrai · 21 hours ago for-next
  3. d73cbe2 Merge branch 'bpf-add-kfunc-bpf_strncasecmp' by Alexei Starovoitov · 21 hours ago
  4. f4924ad selftests/bpf: Test kfunc bpf_strncasecmp by Yuzuki Ishiyama · 36 hours ago
  5. 1dc6696 bpf: add bpf_strncasecmp kfunc by Yuzuki Ishiyama · 36 hours ago
  6. d0f5d4f bpf: Revert "bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()" by Matt Bobrowski · 30 hours ago
  7. ca674a0 Merge branch 'bpf-support-bpf_get_func_arg-for-bpf_trace_raw_tp' by Alexei Starovoitov · 22 hours ago
  8. 1ed7977 selftests/bpf: test bpf_get_func_arg() for tp_btf by Menglong Dong · 34 hours ago
  9. 85c7f91 bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP by Menglong Dong · 34 hours ago
  10. ba335bf Merge branch 'bpf-x86-inline-bpf_get_current_task-for-x86_64' by Alexei Starovoitov · 35 hours ago
  11. 4fca950 selftests/bpf: test the jited inline of bpf_get_current_task by Menglong Dong · 2 days ago
  12. eaedea1 bpf, x86: inline bpf_get_current_task() for x86_64 by Menglong Dong · 2 days ago
  13. 83c9030 bpf: Simplify bpf_timer_cancel() by Mykyta Yatsenko · 2 days ago
  14. 8bb1e32 bpf: Introduce lock-free bpf_async_update_prog_callback() by Mykyta Yatsenko · 2 days ago
  15. 57d31e7 bpf: Remove unnecessary arguments from bpf_async_set_callback() by Mykyta Yatsenko · 2 days ago
  16. c1f2c44 bpf: Factor out timer deletion helper by Mykyta Yatsenko · 2 days ago
  17. dd341ea selftests/bpf: update verifier test for default trusted pointer semantics by Matt Bobrowski · 2 days ago
  18. 2516a9c5 Merge branch 'bpf-fix-memory-access-flags-in-helper-prototypes' by Alexei Starovoitov · 2 days ago
  19. ed47242 bpf: Require ARG_PTR_TO_MEM with memory flag by Zesen Liu · 2 days ago
  20. 802eef5 bpf: Fix memory access flags in helper prototypes by Zesen Liu · 2 days ago
  21. 900dbb6 Merge branch 'bpf-add-range-tracking-for-bpf_div-and-bpf_mod' by Alexei Starovoitov · 2 days ago
  22. c9e440b selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking by Yazhou Tang · 3 days ago
  23. 44fdd58 bpf: Add range tracking for BPF_DIV and BPF_MOD by Yazhou Tang · 3 days ago
  24. b236134 Merge branch 'bpf-kernel-functions-with-kf_implicit_args' by Alexei Starovoitov · 2 days ago
  25. 74bc4f6 bpf,docs: Document KF_IMPLICIT_ARGS flag by Ihor Solodrai · 2 days ago
  26. aed57a3 bpf: Remove __prog kfunc arg annotation by Ihor Solodrai · 2 days ago
  27. bd06b97 selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  28. d806f31 bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  29. 6e663ff bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  30. 8157cc7 HID: Use bpf_wq_set_callback kernel function by Ihor Solodrai · 2 days ago
  31. b97931a bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  32. e939f3d selftests/bpf: Add tests for KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  33. 9d19996 resolve_btfids: Support for KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  34. 2583e81 resolve_btfids: Introduce finalize_btf() step by Ihor Solodrai · 2 days ago
  35. 64e1360 bpf: Verifier support for KF_IMPLICIT_ARGS by Ihor Solodrai · 2 days ago
  36. 08ca87d bpf: Introduce struct bpf_kfunc_meta by Ihor Solodrai · 2 days ago
  37. ea073d1 bpf: Refactor btf_kfunc_id_set_contains by Ihor Solodrai · 2 days ago
  38. 2e6690d selftests/bpf: Add perfbuf multi-producer benchmark by Gyutae Bae · 2 days ago
  39. f81c07a bpf/verifier: Optimize ID mapping reset in states_equal by Qiliang Yuan · 3 days ago
  40. 713edc7 bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock by Daniel Borkmann · 2 days ago
  41. ef7d4e4 bpf: verifier: Make sync_linked_regs() scratch registers by Puranjay Mohan · 6 days ago
  42. efad162 selftests/bpf: Fix map_kptr test failure by Yonghong Song · 6 days ago
  43. 47d440d selftests/bpf: Support when CONFIG_VXLAN=m by Alan Maguire · 7 days ago
  44. 999b2395 bpftool: Add 'prepend' option for tcx attach to insert at chain start by Gyutae Bae · 10 days ago
  45. 4787eaf bpf: Add SPDX license identifiers to a few files by Tim Bird · 8 days ago
  46. 1700147 bpf: Add __force annotations to silence sparse warnings by Mykyta Yatsenko · 7 days ago
  47. 2acbd05 Merge branch 'bpf-fix-linked-register-tracking' by Alexei Starovoitov · 6 days ago
  48. 086c99fb selftests: bpf: Add test for multiple syncs from linked register by Puranjay Mohan · 7 days ago
  49. af9e89d bpf: Preserve id of register in sync_linked_regs() by Puranjay Mohan · 7 days ago
  50. 934d974 selftests/bpf: Add test for bpf_override_return helper by Jiri Olsa · 10 days ago
  51. 276f3b6 arm64/ftrace,bpf: Fix partial regs after bpf_prog_run by Jiri Olsa · 10 days ago
  52. 9a403a4 Merge branch 'bpf-live-registers-computation-with-gotox' by Alexei Starovoitov · 8 days ago
  53. 7c8e817 selftests/bpf: Extend live regs tests with a test for gotox by Anton Protopopov · 8 days ago
  54. d1aab1c bpf: Properly mark live registers for indirect jumps by Anton Protopopov · 8 days ago
  55. e3d0dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 by Alexei Starovoitov · 8 days ago
  56. c537e12 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 8 days ago
  57. 46c7676 Merge branch 'properly-load-insn-array-values-with-offsets' by Alexei Starovoitov · 8 days ago
  58. c656807 selftests/bpf: Add tests for loading insn array values with offsets by Anton Protopopov · 11 days ago
  59. 7e52586 bpf: Return EACCES for incorrect access to insn array by Anton Protopopov · 11 days ago
  60. e3bd7bd bpf: Return proper address for non-zero offsets in insn array by Anton Protopopov · 11 days ago
  61. bbdbed1 selftests/bpf: assert BPF kfunc default trusted pointer semantics by Matt Bobrowski · 9 days ago
  62. e463b6d bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup() by Matt Bobrowski · 9 days ago
  63. f8ade23 bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default by Matt Bobrowski · 9 days ago
  64. b9da173 Merge branch 'improve-the-performance-of-btf-type-lookups-with-binary-search' by Andrii Nakryiko · 9 days ago
  65. 9282a42 btf: Refactor the code by calling str_is_empty by Donglin Peng · 13 days ago
  66. 434bcbc bpf: Optimize the performance of find_bpffs_btf_enums by Donglin Peng · 13 days ago
  67. dc893cf bpf: Skip anonymous types in type lookup for performance by Donglin Peng · 13 days ago
  68. 342bf52 btf: Verify BTF sorting by Donglin Peng · 13 days ago
  69. 8c3070e btf: Optimize type lookup with binary search by Donglin Peng · 13 days ago
  70. 33ecca5 libbpf: Verify BTF sorting by Donglin Peng · 13 days ago
  71. d836e5e libbpf: Optimize type lookup with binary search for sorted BTF by Donglin Peng · 13 days ago
  72. 230e7d7 tools/resolve_btfids: Support BTF sorting feature by Donglin Peng · 13 days ago
  73. a3acd7d selftests/bpf: Add test cases for btf__permute functionality by Donglin Peng · 13 days ago
  74. 6fbf129 libbpf: Add BTF permutation support for type reordering by Donglin Peng · 13 days ago
  75. b543459 Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 days ago
  76. c9c9f6b bpf: Remove an unused parameter in check_func_proto by Song Chen · 2 weeks ago
  77. 0bb933a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 days ago
  78. afd12f9 Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 9 days ago
  79. da4ab5d Merge branch 'bpf-recognize-special-arithmetic-shift-in-the-verifier' by Alexei Starovoitov · 9 days ago
  80. 9160335 selftests/bpf: Add tests for s>>=31 and s>>=63 by Alexei Starovoitov · 10 days ago
  81. bffacdb bpf: Recognize special arithmetic shift in the verifier by Alexei Starovoitov · 10 days ago
  82. 1fffe1f Merge branch 'fix-a-few-selftest-failure-due-to-64k-page' by Alexei Starovoitov · 9 days ago
  83. 951d790 selftests/bpf: Fix verifier_arena_globals1 failure with 64K page by Yonghong Song · 9 days ago
  84. d2f7cd2 selftests/bpf: Fix sk_bypass_prot_mem failure with 64K page by Yonghong Song · 9 days ago
  85. 2465a08d selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K page by Yonghong Song · 9 days ago
  86. 7af3339 bpf: Consistently use reg_state() for register access in the verifier by Mykyta Yatsenko · 9 days ago
  87. 9c1a352 Merge branch 'use-correct-destructor-kfunc-types' by Alexei Starovoitov · 10 days ago
  88. 99fde4d bpf, btf: Enforce destructor kfunc type with CFI by Sami Tolvanen · 12 days ago
  89. ba7f102 selftests/bpf: Use the correct destructor kfunc type by Sami Tolvanen · 12 days ago
  90. c99d97b bpf: net_sched: Use the correct destructor kfunc type by Sami Tolvanen · 12 days ago
  91. b40a5d7 bpf: crypto: Use the correct destructor kfunc type by Sami Tolvanen · 12 days ago
  92. ec69daa bpf: Fix reference count leak in bpf_prog_test_run_xdp() by Tetsuo Handa · 2 weeks ago
  93. b71e635 Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 days ago
  94. 469d715 Revert "gfs2: Fix use of bio_chain" by Andreas Gruenbacher · 10 days ago
  95. 0f61b18 Linux 6.19-rc5 by Linus Torvalds · 11 days ago
  96. 7143203 Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux by Linus Torvalds · 11 days ago
  97. 9c7ef209 Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 days ago
  98. 316a94c Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  99. fac4bdb Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago
  100. fe94832 Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 days ago