index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-06
bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
Leon Hwang
1
-4
/
+2
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
Leon Hwang
2
-31
/
+65
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
Leon Hwang
2
-7
/
+24
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
1
-13
/
+16
2026-01-06
bpf: Allow calls to arena functions while holding spinlocks
Emil Tsalapatis
1
-1
/
+10
2026-01-06
bpf: Check active lock count in in_sleepable_context()
Emil Tsalapatis
1
-0
/
+1
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
2
-28
/
+23
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
3
-8
/
+29
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
1
-28
/
+26
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
5
-16
/
+16
2026-01-02
bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
Puranjay Mohan
1
-11
/
+3
2025-12-31
bpf: allow states pruning for misc/invalid slots in iterator loops
Eduard Zingerman
1
-6
/
+4
2025-12-30
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
1
-4
/
+9
2025-12-23
bpf: arena: make arena kfuncs any context safe
Puranjay Mohan
2
-41
/
+217
2025-12-23
bpf: arena: use kmalloc_nolock() in place of kvcalloc()
Puranjay Mohan
1
-29
/
+55
2025-12-23
bpf: arena: populate vm_area without allocating memory
Puranjay Mohan
1
-10
/
+90
2025-12-22
bpf: crypto: replace -EEXIST with -EBUSY
Daniel Gomez
1
-1
/
+1
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
1
-0
/
+1
2025-12-21
bpf: annotate file argument as __nullable in bpf_lsm_mmap_file
Matt Bobrowski
3
-3
/
+33
2025-12-21
bpf: arm64: Optimize recursion detection by not using atomics
Puranjay Mohan
1
-1
/
+2
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
1
-4
/
+4
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
5
-19
/
+72
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-7
/
+65
2025-12-16
bpf/verifier: Do not limit maximum direct offset into arena map
Emil Tsalapatis
1
-5
/
+0
2025-12-13
bpf: Fix bpf_seq_read docs for increased buffer size
T.J. Mercier
1
-1
/
+1
2025-12-10
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
1
-11
/
+7
2025-12-09
bpf: cpumap: propagate underlying error in cpu_map_update_elem()
Kohei Enju
1
-8
/
+13
2025-12-09
bpf: Fix truncated dmabuf iterator reads
T.J. Mercier
1
-7
/
+49
2025-12-09
bpf: Add bpf_has_frame_pointer()
Josh Poimboeuf
1
-0
/
+16
2025-12-05
bpf: Support associating BPF program with struct_ops
Amery Hung
3
-0
/
+137
2025-12-05
bpf: Allow verifier to fixup kernel module kfuncs
Amery Hung
1
-2
/
+1
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-10
/
+5
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-2
/
+2
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-8
/
+9
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
19
-796
/
+1819
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-52
/
+22
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
1
-1
/
+1
2025-11-29
rqspinlock: Precede non-head waiter queueing with AA check
Kumar Kartikeya Dwivedi
1
-0
/
+13
2025-11-29
rqspinlock: Disable spinning for trylock fallback
Kumar Kartikeya Dwivedi
1
-10
/
+8
2025-11-29
rqspinlock: Use trylock fallback when per-CPU rqnode is busy
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-11-29
rqspinlock: Perform AA checks immediately
Kumar Kartikeya Dwivedi
1
-18
/
+7
2025-11-29
rqspinlock: Enclose lock/unlock within lock entry acquisitions
Kumar Kartikeya Dwivedi
1
-9
/
+6
2025-11-28
bpf: Disable file_alloc_security hook
Amery Hung
1
-0
/
+1
2025-11-28
bpf: check for insn arrays in check_ptr_alignment
Anton Protopopov
1
-3
/
+3
2025-11-28
bpf: force BPF_F_RDONLY_PROG on insn array creation
Anton Protopopov
2
-7
/
+9
2025-11-28
bpf: convert bpf_token_create() to FD_PREPARE()
Christian Brauner
1
-32
/
+15
2025-11-28
bpf: convert bpf_iter_new_fd() to FD_PREPARE()
Christian Brauner
1
-20
/
+7
2025-11-26
bpf: Fix exclusive map memory leak
Edward Adam Davis
1
-1
/
+2
[prev]
[next]