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
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
-4
/
+4
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
-3
/
+8
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
-18
/
+189
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
-51
/
+33
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
-2
/
+2
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
-2
/
+45
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
-71
/
+57
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
-316
/
+25
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
-0
/
+9
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
-8
/
+53
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
-1
/
+678
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
-7
/
+0
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
-13
/
+6
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
-0
/
+166
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
-0
/
+36
2025-09-18
bpf: Implement exclusive map creation
KP Singh
-4
/
+33
2025-09-18
bpf: Update the bpf_prog_calc_tag to use SHA256
KP Singh
-4
/
+3
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
-0
/
+10
2025-09-17
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
-3
/
+18
2025-09-15
bpf: potential double-free of env->insn_aux_data
Eduard Zingerman
-1
/
+0
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
-1
/
+1
2025-09-11
bpf: Report arena faults to BPF stderr
Puranjay Mohan
-0
/
+30
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
-3
/
+4
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-16
/
+36
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
-0
/
+4
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
-2
/
+5
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
-7
/
+9
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
-1
/
+2
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
-1
/
+8
2025-09-09
bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt
Daniel Borkmann
-1
/
+1
2025-09-08
bpf: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+2
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-4
/
+4
2025-09-08
bpf: replace use of system_wq with system_percpu_wq
Marco Crivellari
-2
/
+2
2025-09-04
bpf: add bpf_strcasecmp kfunc
Rong Tao
-20
/
+48
2025-09-02
bpf: Replace kvfree with kfree for kzalloc memory
Feng Yang
-2
/
+2
2025-08-27
bpf: Improve the general precision of tnum_mul
Nandakumar Edamana
-13
/
+42
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
-2
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for trampoline.c
Menglong Dong
-12
/
+6
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()
Menglong Dong
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()
Menglong Dong
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()
Menglong Dong
-4
/
+2
[prev]
[next]