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
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