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-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
2026-01-30
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
-39
/
+40
2026-01-30
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
-1
/
+4
2026-01-28
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
-6
/
+8
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
-30
/
+190
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
-1
/
+2
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
-11
/
+19
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
-18
/
+14
2026-01-27
bpf: Fix tcx/netkit detach permissions when prog fd isn't given
Guillaume Gonnet
-5
/
+2
2026-01-27
bpf: add new BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
-5
/
+21
2026-01-26
bpf: explicitly align bpf_res_spin_lock
Finn Thain
-1
/
+0
2026-01-24
bpf: support fsession for bpf_session_cookie
Menglong Dong
-0
/
+20
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
-0
/
+13
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
-1
/
+5
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
-16
/
+23
2026-01-24
bpf: add fsession support
Menglong Dong
-12
/
+73
2026-01-23
rqspinlock: Fix TAS fallback lock entry creation
Kumar Kartikeya Dwivedi
-3
/
+4
2026-01-21
bpf: add bpf_strncasecmp kfunc
Yuzuki Ishiyama
-5
/
+25
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
-4
/
+18
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
-0
/
+22
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+2
2026-01-20
bpf: Simplify bpf_timer_cancel()
Mykyta Yatsenko
-16
/
+11
2026-01-20
bpf: Introduce lock-free bpf_async_update_prog_callback()
Mykyta Yatsenko
-30
/
+37
2026-01-20
bpf: Remove unnecessary arguments from bpf_async_set_callback()
Mykyta Yatsenko
-5
/
+4
2026-01-20
bpf: Factor out timer deletion helper
Mykyta Yatsenko
-11
/
+18
2026-01-20
bpf: Require ARG_PTR_TO_MEM with memory flag
Zesen Liu
-0
/
+17
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
-2
/
+2
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
-0
/
+299
2026-01-20
bpf: Remove __prog kfunc arg annotation
Ihor Solodrai
-9
/
+2
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
-4
/
+3
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
-22
/
+20
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
-14
/
+13
2026-01-20
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
-4
/
+54
2026-01-20
bpf: Introduce struct bpf_kfunc_meta
Ihor Solodrai
-65
/
+91
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
-20
/
+56
2026-01-20
bpf/verifier: Optimize ID mapping reset in states_equal
Qiliang Yuan
-9
/
+14
2026-01-20
bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
Daniel Borkmann
-7
/
+4
2026-01-20
bpf: verifier: Make sync_linked_regs() scratch registers
Puranjay Mohan
-6
/
+12
2026-01-16
bpf: Add SPDX license identifiers to a few files
Tim Bird
-11
/
+3
2026-01-16
bpf: Preserve id of register in sync_linked_regs()
Puranjay Mohan
-1
/
+3
2026-01-14
bpf: Properly mark live registers for indirect jumps
Anton Protopopov
-0
/
+6
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-0
/
+5
2026-01-13
bpf: Return EACCES for incorrect access to insn array
Anton Protopopov
-1
/
+1
2026-01-13
bpf: Return proper address for non-zero offsets in insn array
Anton Protopopov
-1
/
+1
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
-17
/
+29
[prev]
[next]