1. f66b4aa bpf: Remove redundant free_verifier_state()/pop_stack() by Luis Gerhorst · 18 hours ago master
  2. 4a4b84b selftests/bpf: verify jset handling in CFG computation by Eduard Zingerman · 9 hours ago
  3. 3157f7e bpf: handle jset (if a & b ...) as a jump in CFG computation by Eduard Zingerman · 9 hours ago
  4. e4c8f96 Merge branch 'veristat-memory-accounting-for-bpf-programs' by Andrii Nakryiko · 9 hours ago
  5. 67cdcc4 veristat: Memory accounting for bpf programs by Eduard Zingerman · 19 hours ago
  6. 43736ec bpf: Include verifier memory allocations in memcg statistics by Eduard Zingerman · 19 hours ago
  7. ccefa19 bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE by Song Liu · 22 hours ago
  8. af91af3 tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path() by Ruslan Semchenko · 2 days ago
  9. 0e93df4 Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size' by Alexei Starovoitov · 25 hours ago
  10. 44df9e0 selftests/bpf: Fix xdp_do_redirect failure with 64KB page size by Yonghong Song · 2 days ago
  11. 96fcf7e7 selftests/bpf: Fix two net related test failures with 64K page size by Yonghong Song · 2 days ago
  12. 4fc012d bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K by Yonghong Song · 2 days ago
  13. fa693257 bpf: Initialize used but uninit variable in propagate_liveness() by Song Liu · 29 hours ago
  14. 50034d9 docs/bpf: Default cpu version changed from v1 to v3 in llvm 20 by Yonghong Song · 2 days ago
  15. 6a4bd31 selftests/bpf: fix signedness bug in redir_partial() by Fushuai Wang · 2 days ago
  16. 3d71b8b bpf: Fix state use-after-free on push_stack() err by Luis Gerhorst · 2 days ago
  17. e3f6660 Merge branch 'bpf-propagate-read-precision-marks-over-state-graph-backedges' by Alexei Starovoitov · 2 days ago
  18. 5159482 selftests/bpf: tests with a loop state missing read/precision mark by Eduard Zingerman · 2 days ago
  19. 0f54ff5 bpf: include backedges in peak_states stat by Eduard Zingerman · 2 days ago
  20. 0e0da5f bpf: remove {update,get}_loop_entry functions by Eduard Zingerman · 2 days ago
  21. c9e3190 bpf: propagate read/precision marks over state graph backedges by Eduard Zingerman · 2 days ago
  22. b5c677d bpf: move REG_LIVE_DONE check to clean_live_states() by Eduard Zingerman · 2 days ago
  23. dfb2d4c bpf: set 'changed' status if propagate_liveness() did any updates by Eduard Zingerman · 2 days ago
  24. 23b37d6 bpf: set 'changed' status if propagate_precision() did any updates by Eduard Zingerman · 2 days ago
  25. 9a2a0d7 bpf: starting_state parameter for __mark_chain_precision() by Eduard Zingerman · 2 days ago
  26. 13f843c bpf: frame_insn_idx() utility function by Eduard Zingerman · 2 days ago
  27. 96c6aa4 bpf: compute SCCs in program control flow graph by Eduard Zingerman · 2 days ago
  28. baaebe0 Revert "bpf: use common instruction history across all states" by Eduard Zingerman · 2 days ago
  29. 517b088 selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable by Yonghong Song · 2 days ago
  30. c9b03a1 bpf, doc: Improve wording of docs by Eslam Khafagy · 6 days ago
  31. 2d72dd1 bpf: adjust path to trace_output sample eBPF program by Tobias Klauser · 4 days ago
  32. 5fcf896 Merge branch 'bpf-mitigate-spectre-v1-using-barriers' by Alexei Starovoitov · 4 days ago
  33. 4a8765d selftests/bpf: Add test for Spectre v1 mitigation by Luis Gerhorst · 10 days ago
  34. d6f1c85f bpf: Fall back to nospec for Spectre v1 by Luis Gerhorst · 10 days ago
  35. 9124a45 bpf: Rename sanitize_stack_spill to nospec_result by Luis Gerhorst · 10 days ago
  36. dff883d bpf, arm64, powerpc: Change nospec to include v1 barrier by Luis Gerhorst · 10 days ago
  37. 03c68a0 bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4() by Luis Gerhorst · 10 days ago
  38. 6b84d78 bpf: Return -EFAULT on internal errors by Luis Gerhorst · 10 days ago
  39. fd508bd bpf: Return -EFAULT on misconfigurations by Luis Gerhorst · 10 days ago
  40. 8b7df50 bpf: Move insn if/else into do_check_insn() by Luis Gerhorst · 10 days ago
  41. 2bc0575 bpf: Add cookie in fdinfo for raw_tp by Tao Chen · 7 days ago
  42. 380cb6df bpf: Add cookie in fdinfo for tracing by Tao Chen · 7 days ago
  43. ad954cb bpftool: Display cookie for tracing link probe by Tao Chen · 7 days ago
  44. d77efc0 selftests/bpf: Add cookies check for tracing fill_link_info test by Tao Chen · 7 days ago
  45. c7beb48 bpf: Add cookie to tracing bpf_link_info by Tao Chen · 7 days ago
  46. f3effef Merge branch 'bpf-make-reg_not_null-true-for-const_ptr_to_map' by Andrii Nakryiko · 4 days ago
  47. 260b862 selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks by Ihor Solodrai · 4 days ago
  48. eb6c992 selftests/bpf: Add cmp_map_pointer_with_const test by Ihor Solodrai · 4 days ago
  49. 5534e58 bpf: Make reg_not_null() true for CONST_PTR_TO_MAP by Ihor Solodrai · 4 days ago
  50. 97ebac5 bpf: Add show_fdinfo for perf_event by Tao Chen · 7 days ago
  51. 4d2815a Merge branch 'bpf-implement-mprog-api-on-top-of-existing-cgroup-progs' by Andrii Nakryiko · 4 days ago
  52. e422d5f selftests/bpf: Add two selftests for mprog API based cgroup progs by Yonghong Song · 7 days ago
  53. c1bb686 selftests/bpf: Move some tc_helpers.h functions to test_progs.h by Yonghong Song · 7 days ago
  54. 1d67116 libbpf: Support link-based cgroup attach with options by Yonghong Song · 7 days ago
  55. 1209339 bpf: Implement mprog API on top of existing cgroup progs by Yonghong Song · 7 days ago
  56. 9b8367b cgroup: Add bpf prog revisions to struct cgroup_bpf by Yonghong Song · 7 days ago
  57. e41079f Documentation: Fix spelling mistake. by Eslam Khafagy · 8 days ago
  58. d365993 Merge branch 'selftests-bpf-fix-a-few-test-failures-with-arm64-64kb-page' by Alexei Starovoitov · 7 days ago
  59. bbc7bd6 selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page size by Yonghong Song · 7 days ago
  60. 8c8c5e3 selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size by Yonghong Song · 7 days ago
  61. 377d371 selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page size by Yonghong Song · 7 days ago
  62. ae88240 selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logs by Yonghong Song · 7 days ago
  63. 64a064c selftests/bpf: rbtree: Fix incorrect global variable usage by Rong Tao · 9 days ago
  64. a570f38 Tests for the ".emit_strings" functionality in the BTF dumper. by Blake Jones · 10 days ago
  65. 87c9c79 libbpf: Add support for printing BTF character arrays as strings by Blake Jones · 10 days ago
  66. 97744b4 bpf: Clarify sanitize_check_bounds() by Luis Gerhorst · 10 days ago
  67. 919319b libbpf: Correct some typos and syntax issues in usdt doc by Jiawei Zhao · 14 days ago
  68. 9c8827d bpftool: Display cookie for raw_tp link probe by Tao Chen · 10 days ago
  69. 25a0d04 selftests/bpf: Add cookies check for raw_tp fill_link_info test by Tao Chen · 10 days ago
  70. 2fe1c59 bpf: Add cookie to raw_tp bpf_link_info by Tao Chen · 10 days ago
  71. 7fdaba9 Merge tag 'rtc-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 days ago
  72. bfdf35c Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 8 days ago
  73. d12ed2b Merge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy by Linus Torvalds · 8 days ago
  74. a479ebb Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire by Linus Torvalds · 8 days ago
  75. ec7714e Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux by Linus Torvalds · 9 days ago
  76. 6498044 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 9 days ago
  77. d2fec01 Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 9 days ago
  78. ff0905b Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefs by Linus Torvalds · 9 days ago
  79. 3d11125 bcachefs: add cond_resched() to handle_overwrites() by Kent Overstreet · 10 days ago
  80. a4b0f75 bcachefs: Make journal read log message a bit quieter by Kent Overstreet · 11 days ago
  81. 29cc6fb bcachefs: Fix subvol to missing root repair by Kent Overstreet · 11 days ago
  82. 09fb85ae bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm() by Kent Overstreet · 11 days ago
  83. bb6689b bcachefs: delete dead code from may_delete_deleted_inode() by Kent Overstreet · 11 days ago
  84. bfaac2c bcachefs: Add flags to subvolume_to_text() by Kent Overstreet · 11 days ago
  85. 9f2dc5f bcachefs: Fix oops in btree_node_seq_matches() by Kent Overstreet · 12 days ago
  86. 2bf380c bcachefs: Fix dirent_casefold_mismatch repair by Kent Overstreet · 14 days ago
  87. b938d3c bcachefs: Fix bch2_fsck_rename_dirent() for casefold by Kent Overstreet · 13 days ago
  88. 35c1f13 bcachefs: Redo bch2_dirent_init_name() by Kent Overstreet · 12 days ago
  89. 01d925f bcachefs: Fix -Wc23-extensions in bch2_check_dirents() by Nathan Chancellor · 9 days ago
  90. 16b7069 Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext by Linus Torvalds · 9 days ago
  91. 3719a04 Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci by Linus Torvalds · 9 days ago
  92. 1af80d0 Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 9 days ago
  93. f5ebe7b Merge tag 'spdx-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 9 days ago
  94. 3de9148 Merge branch 'pci/misc' by Bjorn Helgaas · 9 days ago
  95. 27b1aac Merge branch 'pci/dt-bindings' by Bjorn Helgaas · 9 days ago
  96. db847ad Merge branch 'pci/ptm-debugfs' by Bjorn Helgaas · 9 days ago
  97. df52b63 Merge branch 'pci/controller/tegra194' by Bjorn Helgaas · 9 days ago
  98. fd0c51f Merge branch 'pci/controller/rockchip' by Bjorn Helgaas · 9 days ago
  99. d96c67a Merge branch 'pci/controller/rcar-gen4' by Bjorn Helgaas · 9 days ago
  100. 05cf00a Merge branch 'pci/controller/qcom' by Bjorn Helgaas · 9 days ago