index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
liveness.c
Age
Commit message (
Expand
)
Author
2026-05-09
bpf: Don't run arg-tracking analysis twice on main subprog
Paul Chaignon
2026-04-15
bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
2026-04-11
bpf: Delete unused variable
Alexei Starovoitov
2026-04-10
bpf: change logging scheme for live stack analysis
Eduard Zingerman
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
2026-04-10
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-21
bpf: correct stack liveness for tail calls
Eduard Zingerman
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
2025-10-21
bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()
Shardul Bankar
2025-10-16
bpf: Fix memory leak in __lookup_instance error path
Shardul Bankar
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman