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
/
fixups.c
Age
Commit message (
Expand
)
Author
3 days
bpf: zero extend the result of an arena 32-bit cmpxchg
Eduard Zingerman
2026-08-17
bpf: Rewrite any fault prone load out of a mem or btf_id pointer
Daniel Borkmann
2026-08-13
bpf: Fix func_info_aux desync after dead code elimination
Kumar Kartikeya Dwivedi
2026-08-13
bpf: Introduce global percpu data
Leon Hwang
2026-08-13
bpf: Drop duplicate blank lines in kernel/bpf/
Leon Hwang
2026-08-13
bpf: Eliminate dup/restore of insn_aux_data
Xu Kuohai
2026-08-12
bpf: Derive the atomic load register in one place
Daniel Borkmann
2026-08-08
bpf: Simplify the bpf_is_reg64()
Eduard Zingerman
2026-08-08
bpf: Infer zext_dst based on static register liveness analysis
Eduard Zingerman
2026-08-08
bpf: Move bpf_is_reg64() to fixups.c
Eduard Zingerman
2026-08-08
bpf: Extract is_addr_space_cast32() utility function
Eduard Zingerman
2026-07-19
bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
Leon Hwang
2026-07-08
bpf: Reject programs with inlined helpers if JIT is not available
Tiezhu Yang
2026-07-08
bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
Tiezhu Yang
2026-07-01
bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixups
Tiezhu Yang
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
2026-05-17
bpf,x86: Fix exception unwinding with outgoing stack arguments
Yonghong Song
2026-05-16
bpf: Clean up redundant stack arg checks for non-JITed programs
Yonghong Song
2026-05-13
bpf: Reject stack arguments in non-JITed programs
Yonghong Song
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
2026-04-15
bpf: copy BPF token from main program to subprograms
Eduard Zingerman
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov