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-06-13
bpf: Remove redundant free_verifier_state()/pop_stack()
Luis Gerhorst
-26
/
+10
2025-06-13
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
-0
/
+1
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
-41
/
+43
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
-1
/
+1
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
-2
/
+2
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
-1
/
+7
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
-164
/
+1
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
-68
/
+384
2025-06-12
bpf: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
-4
/
+3
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
-2
/
+7
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
-12
/
+23
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
-11
/
+13
2025-06-12
bpf: frame_insn_idx() utility function
Eduard Zingerman
-3
/
+10
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
-0
/
+182
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
-53
/
+56
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
-4
/
+74
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
-2
/
+2
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
-8
/
+9
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
-0
/
+15
2025-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
-3
/
+3
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
-18
/
+18
2025-06-09
bpf: Move insn if/else into do_check_insn()
Luis Gerhorst
-205
/
+223
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
-2
/
+4
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
-2
/
+4
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
-0
/
+1
2025-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
-1
/
+2
2025-06-09
bpf: Add show_fdinfo for perf_event
Tao Chen
-0
/
+120
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
-37
/
+191
2025-06-05
bpf: Clarify sanitize_check_bounds()
Luis Gerhorst
-4
/
+12
2025-06-05
bpf: Add cookie to raw_tp bpf_link_info
Tao Chen
-0
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-467
/
+753
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-3
/
+4
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+36
2025-05-27
selftests/bpf: Add tests with stack ptr register in conditional jmp
Yonghong Song
-2
/
+5
2025-05-27
bpf: Do not include stack ptr register in precision backtracking bookkeeping
Yonghong Song
-2
/
+16
2025-05-27
bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
Hou Tao
-1
/
+2
2025-05-27
bpf: Avoid __bpf_prog_ret0_warn when jit fails
KaFai Wan
-1
/
+1
2025-05-27
bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
Yonghong Song
-0
/
+10
2025-05-27
bpf: Remove special_kfunc_set from verifier
Yonghong Song
-197
/
+177
2025-05-27
bpf: Add open coded dmabuf iterator
T.J. Mercier
-0
/
+53
2025-05-27
bpf: Add dmabuf iterator
T.J. Mercier
-0
/
+105
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+1
2025-05-23
btf: Allow mmap of vmlinux btf
Lorenz Bauer
-0
/
+32
2025-05-22
mm: rename try_alloc_pages() to alloc_pages_nolock()
Alexei Starovoitov
-1
/
+1
2025-05-22
sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifier
Tejun Heo
-2
/
+36
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
-83
/
+62
2025-05-14
bpf: Pass the same orig_call value to trampoline functions
Ilya Leoshkevich
-1
/
+1
2025-05-13
bpf: Add support for __prog argument suffix to pass in prog->aux
Kumar Kartikeya Dwivedi
-8
/
+29
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
-0
/
+8
[prev]
[next]