summaryrefslogtreecommitdiff
path: root/kernel/bpf/fixups.c
AgeCommit message (Expand)Author
4 daysbpf: zero extend the result of an arena 32-bit cmpxchgEduard Zingerman
2026-08-17bpf: Rewrite any fault prone load out of a mem or btf_id pointerDaniel Borkmann
2026-08-13bpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi
2026-08-13bpf: Introduce global percpu dataLeon Hwang
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang
2026-08-13bpf: Eliminate dup/restore of insn_aux_dataXu Kuohai
2026-08-12bpf: Derive the atomic load register in one placeDaniel Borkmann
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang
2026-07-01bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixupsTiezhu Yang
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov