index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
2026-01-02
bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
Puranjay Mohan
2025-12-31
bpf: allow states pruning for misc/invalid slots in iterator loops
Eduard Zingerman
2025-12-30
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
2025-12-23
bpf: arena: make arena kfuncs any context safe
Puranjay Mohan
2025-12-23
bpf: arena: use kmalloc_nolock() in place of kvcalloc()
Puranjay Mohan
2025-12-23
bpf: arena: populate vm_area without allocating memory
Puranjay Mohan
2025-12-22
bpf: crypto: replace -EEXIST with -EBUSY
Daniel Gomez
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
2025-12-21
bpf: annotate file argument as __nullable in bpf_lsm_mmap_file
Matt Bobrowski
2025-12-21
bpf: arm64: Optimize recursion detection by not using atomics
Puranjay Mohan
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-12-16
bpf/verifier: Do not limit maximum direct offset into arena map
Emil Tsalapatis
2025-12-13
bpf: Fix bpf_seq_read docs for increased buffer size
T.J. Mercier
2025-12-10
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
2025-12-09
bpf: cpumap: propagate underlying error in cpu_map_update_elem()
Kohei Enju
2025-12-09
bpf: Fix truncated dmabuf iterator reads
T.J. Mercier
2025-12-09
bpf: Add bpf_has_frame_pointer()
Josh Poimboeuf
2025-12-05
bpf: Support associating BPF program with struct_ops
Amery Hung
2025-12-05
bpf: Allow verifier to fixup kernel module kfuncs
Amery Hung
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
2025-11-29
rqspinlock: Precede non-head waiter queueing with AA check
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Disable spinning for trylock fallback
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Use trylock fallback when per-CPU rqnode is busy
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Perform AA checks immediately
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Enclose lock/unlock within lock entry acquisitions
Kumar Kartikeya Dwivedi
2025-11-28
bpf: Disable file_alloc_security hook
Amery Hung
2025-11-28
bpf: check for insn arrays in check_ptr_alignment
Anton Protopopov
2025-11-28
bpf: force BPF_F_RDONLY_PROG on insn array creation
Anton Protopopov
2025-11-28
bpf: convert bpf_token_create() to FD_PREPARE()
Christian Brauner
2025-11-28
bpf: convert bpf_iter_new_fd() to FD_PREPARE()
Christian Brauner
2025-11-26
bpf: Fix exclusive map memory leak
Edward Adam Davis
2025-11-25
bpf: Introduce internal bpf_map_check_op_flags helper function
Leon Hwang
2025-11-24
bpf: implement "jmp" mode for trampoline
Menglong Dong
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
2025-11-24
bpf: cleanup aux->used_maps after jit
Anton Protopopov
2025-11-21
bpf: support nested rcu critical sections
Puranjay Mohan
2025-11-21
bpf: correct stack liveness for tail calls
Eduard Zingerman
[prev]
[next]