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-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-21
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
19
-102
/
+107
2026-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1
Alexei Starovoitov
1
-23
/
+25
2026-02-13
bpf: rename bpf_reg_state->off to bpf_reg_state->delta
Eduard Zingerman
2
-13
/
+13
2026-02-13
bpf: use reg->var_off instead of reg->off for pointers
Eduard Zingerman
2
-191
/
+128
2026-02-13
bpf: split check_reg_sane_offset() in two parts
Eduard Zingerman
1
-12
/
+27
2026-02-13
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
1
-2
/
+4
2026-02-13
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
1
-26
/
+26
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-3
/
+4
2026-02-06
bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
Amery Hung
4
-37
/
+32
2026-02-06
bpf: Support lockless unlink when freeing map or local storage
Amery Hung
1
-6
/
+110
2026-02-06
bpf: Prepare for bpf_selem_unlink_nofail()
Amery Hung
1
-35
/
+34
2026-02-06
bpf: Remove unused percpu counter from bpf_local_storage_map_free
Amery Hung
4
-9
/
+4
2026-02-06
bpf: Remove cgroup local storage percpu counter
Amery Hung
1
-51
/
+8
2026-02-06
bpf: Remove task local storage percpu counter
Amery Hung
2
-136
/
+18
2026-02-06
bpf: Change local_storage->lock and b->lock to rqspinlock
Amery Hung
1
-20
/
+44
2026-02-06
bpf: Convert bpf_selem_unlink to failable
Amery Hung
4
-45
/
+37
2026-02-06
bpf: Convert bpf_selem_link_map to failable
Amery Hung
1
-3
/
+5
2026-02-06
bpf: Convert bpf_selem_unlink_map to failable
Amery Hung
1
-18
/
+39
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
1
-6
/
+11
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
1
-1
/
+13
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
1
-0
/
+3
2026-02-05
bpf: Limit bpf program signature size
KP Singh
1
-0
/
+7
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
1
-0
/
+1
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
1
-1
/
+1
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
1
-11
/
+39
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2
-3
/
+73
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
1
-0
/
+16
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
1
-7
/
+10
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
1
-5
/
+1
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
1
-0
/
+48
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
1
-18
/
+37
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
1
-183
/
+225
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
1
-1
/
+12
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
2
-0
/
+20
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
1
-12
/
+51
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
1
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
1
-0
/
+68
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
1
-0
/
+11
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
1
-2
/
+3
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
2
-0
/
+10
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
1
-59
/
+11
2026-01-30
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
1
-39
/
+40
2026-01-30
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
2
-1
/
+4
2026-01-28
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
1
-6
/
+8
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
1
-30
/
+190
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
1
-1
/
+2
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
1
-11
/
+19
[prev]
[next]