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
2026-04-07
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
-28
/
+28
2026-04-07
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
-1
/
+2
2026-04-07
bpf: Retire rcu_trace_implies_rcu_gp()
Kumar Kartikeya Dwivedi
-48
/
+19
2026-04-07
bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
Jiayuan Chen
-3
/
+0
2026-04-06
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
-0
/
+20
2026-04-06
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
-5
/
+7
2026-04-06
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
-2
/
+1
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
-38
/
+65
2026-04-05
bpf: Fix stale offload->prog pointer after constant blinding
MingTao Huang
-0
/
+2
2026-04-05
bpf: fix end-of-list detection in cgroup_storage_get_next_key()
Weiming Shi
-1
/
+1
2026-04-05
bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
Mykyta Yatsenko
-0
/
+4
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
-1
/
+1
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
-2
/
+1
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
-0
/
+188
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
-34
/
+10
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
-24
/
+449
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
-0
/
+92
2026-04-03
bpf: Do register range validation early
Alexei Starovoitov
-26
/
+8
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
-7
/
+55
2026-04-02
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
-35
/
+51
2026-04-02
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
-0
/
+5
2026-04-02
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
-41
/
+23
2026-04-02
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
-24
/
+40
2026-04-02
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
-3
/
+24
2026-04-02
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
-1
/
+2
2026-04-02
bpf: Migrate dynptr file to kmalloc_nolock
Mykyta Yatsenko
-2
/
+2
2026-04-02
bpf: Migrate bpf_task_work to kmalloc_nolock
Mykyta Yatsenko
-19
/
+37
2026-04-02
bpf: Fix abuse of kprobe_write_ctx via freplace
Leon Hwang
-0
/
+17
2026-03-31
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
-2
/
+23
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
-1
/
+6
2026-03-31
bpf: Fix block device hooks names
Jiri Olsa
-3
/
+3
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
-73
/
+283
2026-03-27
bpf: classify block device hooks appropriately
Christian Brauner
-0
/
+4
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
-4
/
+56
2026-03-24
bpf: Fix variable length stack write over spilled pointers
Alexei Starovoitov
-8
/
+20
2026-03-24
bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path
David Carlier
-3
/
+2
2026-03-24
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
Kexin Sun
-1
/
+1
2026-03-24
bpf: Support pointer param types via SCALAR_VALUE for trampolines
Slava Imameev
-10
/
+7
2026-03-24
bpf: Support 32-bit scalar spills in stacksafe()
Alexei Starovoitov
-17
/
+21
2026-03-24
bpf: Fix refcount check in check_struct_ops_btf_id()
Keisuke Nishimura
-1
/
+1
2026-03-24
bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
Weixie Cui
-1
/
+1
2026-03-24
bpf: Simplify tnum_step()
Hao Sun
-27
/
+19
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
-1
/
+1
2026-03-24
bpf: Remove inclusions of crypto/sha1.h
Eric Biggers
-1
/
+0
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
-20
/
+80
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
-6
/
+15
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
-1
/
+1
2026-03-21
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
-8
/
+14
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
-6
/
+5
2026-03-21
bpf: Consolidate sleepable checks in check_kfunc_call()
Puranjay Mohan
-23
/
+13
[prev]
[next]