summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
11 daysmm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
11 daysmm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
13 daysbpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov
13 daysbpf: Move verifier helpers to headerAlexei Starovoitov
13 daysbpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov
13 daysbpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov
13 daysbpf: Do register range validation earlyAlexei Starovoitov
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
13 daysbpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan
13 daysbpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan
13 daysbpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon
13 daysbpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan
14 daysbpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
14 daysbpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
14 daysbpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko
14 daysbpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko
14 daysbpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-03-31bpf: Fix block device hooks namesJiri Olsa
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai
2026-03-27bpf: classify block device hooks appropriatelyChristian Brauner
2026-03-26btf: Support kernel parsing of BTF with layout infoAlan Maguire
2026-03-24bpf: Fix variable length stack write over spilled pointersAlexei Starovoitov
2026-03-24bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
2026-03-24bpf: update outdated comment for refactored btf_check_kfunc_arg_match()Kexin Sun
2026-03-24bpf: Support pointer param types via SCALAR_VALUE for trampolinesSlava Imameev
2026-03-24bpf: Support 32-bit scalar spills in stacksafe()Alexei Starovoitov
2026-03-24bpf: Fix refcount check in check_struct_ops_btf_id()Keisuke Nishimura
2026-03-24bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signatureWeixie Cui
2026-03-24bpf: Simplify tnum_step()Hao Sun
2026-03-24bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFICarlos Llamas
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 sync_linked_regs regarding BPF_ADD_CONST32 zext propagationDaniel Borkmann
2026-03-21bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade
2026-03-21bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan
2026-03-21bpf: Consolidate sleepable checks in check_kfunc_call()Puranjay Mohan
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai
2026-03-19bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()Amery Hung
2026-03-19bpf: Do not allow deleting local storage in NMIAmery Hung
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-16bpf: Only enforce 8 frame call stack limit for all-static stacksEmil Tsalapatis
2026-03-13bpf: Avoid one round of bounds deductionPaul Chaignon
2026-03-13bpf: better naming for __reg_deduce_bounds() partsEduard Zingerman
2026-03-10bpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar
2026-03-10bpf: detect non null pointer with register operand in JEQ/JNE.Cupertino Miranda
2026-03-10bpf: Reset register ID for BPF_END value trackingYazhou Tang