summaryrefslogtreecommitdiff
path: root/kernel/bpf/core.c
AgeCommit message (Expand)Author
2026-06-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann
2026-05-27bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALLTejun Heo
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong 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-23bpf: Introduce bpf register BPF_REG_PARAMSYonghong Song
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-08bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi
2026-04-08bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva
2026-04-05bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
2026-03-24bpf: Remove inclusions of crypto/sha1.hEric Biggers
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov
2026-03-21bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-03-10bpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar
2026-02-24bpf: Do not increment tailcall count when prog is NULLHari Bathini
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-15bpf: Check the helper function is valid in get_helper_protoJiri Olsa
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan