index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
13 days
bpf: Improve bounds when tnum has a single possible value
Paul Chaignon
-0
/
+30
13 days
bpf: Introduce tnum_step to step through tnum's members
Harishankar Vishwanathan
-0
/
+56
13 days
bpf: Fix race in devmap on PREEMPT_RT
Jiayuan Chen
-4
/
+21
13 days
bpf: Fix race in cpumap on PREEMPT_RT
Jiayuan Chen
-2
/
+15
13 days
bpf: Retire rcu_trace_implies_rcu_gp() from local storage
Kumar Kartikeya Dwivedi
-18
/
+19
13 days
bpf: Delay freeing fields in local storage
Kumar Kartikeya Dwivedi
-19
/
+21
13 days
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
-13
/
+12
13 days
bpf: Register dtor for freeing special fields
Kumar Kartikeya Dwivedi
-11
/
+134
2026-02-26
bpf: Fix stack-out-of-bounds write in devmap
Kohei Enju
-5
/
+17
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-21
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-102
/
+107
2026-02-13
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
-2
/
+4
2026-02-13
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
-26
/
+26
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-3
/
+4
2026-02-06
bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
Amery Hung
-37
/
+32
2026-02-06
bpf: Support lockless unlink when freeing map or local storage
Amery Hung
-6
/
+110
2026-02-06
bpf: Prepare for bpf_selem_unlink_nofail()
Amery Hung
-35
/
+34
2026-02-06
bpf: Remove unused percpu counter from bpf_local_storage_map_free
Amery Hung
-9
/
+4
2026-02-06
bpf: Remove cgroup local storage percpu counter
Amery Hung
-51
/
+8
2026-02-06
bpf: Remove task local storage percpu counter
Amery Hung
-136
/
+18
2026-02-06
bpf: Change local_storage->lock and b->lock to rqspinlock
Amery Hung
-20
/
+44
2026-02-06
bpf: Convert bpf_selem_unlink to failable
Amery Hung
-45
/
+37
2026-02-06
bpf: Convert bpf_selem_link_map to failable
Amery Hung
-3
/
+5
2026-02-06
bpf: Convert bpf_selem_unlink_map to failable
Amery Hung
-18
/
+39
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
-6
/
+11
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
-1
/
+13
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
-0
/
+3
2026-02-05
bpf: Limit bpf program signature size
KP Singh
-0
/
+7
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
-0
/
+1
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
-1
/
+1
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
-11
/
+39
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
-3
/
+73
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
-0
/
+16
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
-7
/
+10
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
-5
/
+1
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
-0
/
+48
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
-18
/
+37
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
-183
/
+225
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
-1
/
+12
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
-0
/
+20
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
-12
/
+51
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
-0
/
+68
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
-0
/
+11
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
-2
/
+3
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
-0
/
+10
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
-59
/
+11
[next]