aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/fixups.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17bpf: Rewrite any fault prone load out of a mem or btf_id pointerDaniel Borkmann1-21/+26
2026-08-13bpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi1-1/+5
2026-08-13bpf: Introduce global percpu dataLeon Hwang1-0/+37
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang1-1/+0
2026-08-13bpf: Eliminate dup/restore of insn_aux_dataXu Kuohai1-34/+2
2026-08-12bpf: Derive the atomic load register in one placeDaniel Borkmann1-10/+1
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman1-82/+26
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman1-10/+17
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman1-0/+90
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman1-9/+26
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang1-0/+5
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang1-1/+3
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang1-3/+2
2026-07-01bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixupsTiezhu Yang1-1/+1
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-0/+1
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-0/+1
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-1/+1
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-4/+9
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+1
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song1-1/+1
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song1-0/+6
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song1-2/+14
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang1-3/+3
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang1-1/+6
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai1-0/+12
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-5/+5
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-23/+123
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman1-0/+1
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov1-0/+2457