| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-14 | bpf, arm64: Convert struct_ops arena arguments in the trampoline |  Puranjay Mohan | 1 | -3/+3 |
| 2026-08-12 | resolve_btfids: Emit arena attributes from kfunc parameter suffixes |  Kumar Kartikeya Dwivedi | 1 | -2/+2 |
| 2026-08-08 | bpf: Support __arena and __arena__nullable on struct_ops arguments |  Tejun Heo | 1 | -0/+10 |
| 2026-08-08 | bpf: Support __arena and __arena__nullable kfunc argument suffixes |  Tejun Heo | 1 | -0/+29 |
| 2026-08-06 | docs, resolve_btfids: Document kfunc BTF annotation emission |  Ihor Solodrai | 1 | -0/+7 |
| 2026-08-03 | bpf: Split kfunc map argument into __const_map and __map |  Amery Hung | 1 | -1/+29 |
| 2026-07-08 | Documentation/bpf: Add BPF signing and enforcement doc |  Daniel Borkmann | 2 | -0/+498 |
| 2026-07-07 | docs/bpf: Document BPF_STRICT_BUILD=0 to tolerate test build failures |  Ricardo B. Marlière | 1 | -1/+4 |
| 2026-07-01 | Documentation/bpf: make it clear that kfuncs should be non-static |  JP Kobryn | 1 | -8/+15 |
| 2026-06-07 | Documentation/bpf: Refresh map_lru_hash_update.dot for rqspinlock |  Mykyta Yatsenko | 1 | -2/+42 |
| 2026-05-25 | Merge branch 'arena_direct_access' |  Alexei Starovoitov | 1 | -0/+14 |
| 2026-05-23 | bpf: Recover arena kernel faults with scratch page |  Kumar Kartikeya Dwivedi | 1 | -0/+14 |
| 2026-05-21 | bpf: allow non-owning list-node args via __nonown_allowed |  Kaitao Cheng | 1 | -2/+20 |
| 2026-04-20 | Documentation/bpf: Update btf doc with updated vlen, kind sizes |  Alan Maguire | 1 | -4/+2 |
| 2026-04-12 | docs/bpf: add missing fsession attach type to docs |  Menglong Dong | 2 | -2/+6 |
| 2026-02-10 | Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Linus Torvalds | 2 | -120/+143 |
| 2026-01-23 | Documentation: use a source-read extension for the index link boilerplate |  Jani Nikula | 1 | -7/+0 |
| 2026-01-20 | bpf,docs: Document KF_IMPLICIT_ARGS flag |  Ihor Solodrai | 1 | -17/+32 |
| 2026-01-02 | bpf: Replace __opt annotation with __nullable for kfuncs |  Puranjay Mohan | 1 | -11/+20 |
| 2026-01-02 | bpf: Make KF_TRUSTED_ARGS the default for all kfuncs |  Puranjay Mohan | 1 | -93/+91 |
| 2025-12-31 | bpf: Update BPF_PROG_RUN documentation |  SungRock Jung | 1 | -1/+2 |
| 2025-11-25 | docs: bpf: map_array: Specify BPF_MAP_TYPE_PERCPU_ARRAY value size limit |  Alex Tran | 1 | -2/+3 |
| 2025-11-04 | docs/bpf: Add missing BPF k/uprobe program types to docs |  Donald Hunter | 1 | -0/+18 |
| 2025-09-19 | bpf: disable and remove registers chain based liveness |  Eduard Zingerman | 1 | -264/+0 |
| 2025-09-18 | bpf: Enforce RCU protection for KF_RCU_PROTECTED |  Kumar Kartikeya Dwivedi | 1 | -1/+18 |
| 2025-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3 |  Alexei Starovoitov | 2 | -4/+10 |
| 2025-06-18 | bpf: Adjust free target to avoid global starvation of LRU map |  Willem de Bruijn | 2 | -4/+10 |
| 2025-06-12 | docs/bpf: Default cpu version changed from v1 to v3 in llvm 20 |  Yonghong Song | 1 | -3/+4 |
| 2025-06-11 | bpf, doc: Improve wording of docs |  Eslam Khafagy | 1 | -2/+2 |
| 2025-06-06 | Documentation: Fix spelling mistake. |  Eslam Khafagy | 1 | -2/+2 |
| 2025-05-13 | bpf: Add support for __prog argument suffix to pass in prog->aux |  Kumar Kartikeya Dwivedi | 1 | -0/+17 |
| 2025-05-13 | docs: bpf: Fix bullet point formatting warning |  Khaled Elnaggar | 1 | -5/+5 |
| 2025-05-09 | bpf, docs: document open-coded BPF iterators |  Andrii Nakryiko | 1 | -3/+110 |
| 2025-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4 |  Alexei Starovoitov | 1 | -0/+8 |
| 2025-04-25 | bpf: Add namespace to BPF internal symbols |  Alexei Starovoitov | 1 | -0/+8 |
| 2025-04-24 | bpf, docs: Fix non-standard line break |  WangYuli | 1 | -2/+2 |
| 2025-03-15 | bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c |  T.J. Mercier | 1 | -1/+1 |
| 2025-02-26 | docs/bpf: Document some special sdiv/smod operations |  Yonghong Song | 1 | -6/+14 |
| 2025-02-05 | docs/bpf: Document the semantics of BTF tags with kind_flag |  Ihor Solodrai | 1 | -4/+21 |
| 2024-11-11 | bpf: Remove trailing whitespace in verifier.rst |  Abhinav Saxena | 1 | -2/+2 |
| 2024-10-29 | docs/bpf: Add description of .BTF.base section |  Alan Maguire | 1 | -1/+76 |
| 2024-09-12 | docs/bpf: Add missing BPF program types to docs |  Donald Hunter | 1 | -4/+26 |
| 2024-09-11 | docs/bpf: Add constant values for linkages |  Will Hawkins | 1 | -4/+35 |
| 2024-08-29 | docs/bpf: Fix a typo in verifier.rst |  Yiming Xiang | 1 | -1/+1 |
| 2024-06-23 | bpf, docs: Address comments from IETF Area Directors |  Dave Thaler | 1 | -35/+45 |
| 2024-05-28 | libbpf: Configure log verbosity with env variable |  Mykyta Yatsenko | 1 | -0/+8 |
| 2024-05-26 | bpf, docs: Fix instruction.rst indentation |  Dave Thaler | 1 | -13/+13 |
| 2024-05-25 | bpf, docs: Clarify call local offset |  Dave Thaler | 1 | -3/+4 |
| 2024-05-25 | bpf, docs: Add table captions |  Dave Thaler | 1 | -82/+102 |
| 2024-05-25 | bpf, docs: clarify sign extension of 64-bit use of 32-bit imm |  Dave Thaler | 1 | -0/+17 |