index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
fixups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
bpf: Rewrite any fault prone load out of a mem or btf_id pointer
Daniel Borkmann
1
-21
/
+26
2026-08-13
bpf: Fix func_info_aux desync after dead code elimination
Kumar Kartikeya Dwivedi
1
-1
/
+5
2026-08-13
bpf: Introduce global percpu data
Leon Hwang
1
-0
/
+37
2026-08-13
bpf: Drop duplicate blank lines in kernel/bpf/
Leon Hwang
1
-1
/
+0
2026-08-13
bpf: Eliminate dup/restore of insn_aux_data
Xu Kuohai
1
-34
/
+2
2026-08-12
bpf: Derive the atomic load register in one place
Daniel Borkmann
1
-10
/
+1
2026-08-08
bpf: Simplify the bpf_is_reg64()
Eduard Zingerman
1
-82
/
+26
2026-08-08
bpf: Infer zext_dst based on static register liveness analysis
Eduard Zingerman
1
-10
/
+17
2026-08-08
bpf: Move bpf_is_reg64() to fixups.c
Eduard Zingerman
1
-0
/
+90
2026-08-08
bpf: Extract is_addr_space_cast32() utility function
Eduard Zingerman
1
-9
/
+26
2026-07-19
bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
Leon Hwang
1
-0
/
+5
2026-07-08
bpf: Reject programs with inlined helpers if JIT is not available
Tiezhu Yang
1
-1
/
+3
2026-07-08
bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
Tiezhu Yang
1
-3
/
+2
2026-07-01
bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixups
Tiezhu Yang
1
-1
/
+1
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
1
-0
/
+1
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
1
-0
/
+1
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
1
-1
/
+1
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
1
-4
/
+9
2026-05-17
bpf,x86: Fix exception unwinding with outgoing stack arguments
Yonghong Song
1
-0
/
+1
2026-05-16
bpf: Clean up redundant stack arg checks for non-JITed programs
Yonghong Song
1
-1
/
+1
2026-05-13
bpf: Reject stack arguments in non-JITed programs
Yonghong Song
1
-0
/
+6
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
1
-2
/
+14
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
1
-3
/
+3
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
1
-1
/
+6
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
1
-0
/
+12
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
1
-5
/
+5
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
1
-23
/
+123
2026-04-15
bpf: copy BPF token from main program to subprograms
Eduard Zingerman
1
-0
/
+1
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
1
-0
/
+2457