summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
23 hoursbpf: collect only live registers in linked regsEduard Zingerman
23 hoursbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
23 hoursbpf: Improve bounds when tnum has a single possible valuePaul Chaignon
23 hoursbpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan
23 hoursbpf: Add bitwise tracking for BPF_ENDTianci Cao
23 hoursbpf: Fix race in devmap on PREEMPT_RTJiayuan Chen
23 hoursbpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen
23 hoursbpf: Fix stack-out-of-bounds write in devmapKohei Enju
9 daysbpf: Properly mark live registers for indirect jumpsAnton Protopopov
9 daysbpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
9 daysbpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
9 daysbpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-02-26bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov
2026-02-26bpf: Fix a potential use-after-free of BTF objectAnton Protopopov
2026-02-26kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-02-26bpf: Require frozen map for calculating map hashKP Singh
2026-02-26bpf: Limit bpf program signature sizeKP Singh
2026-02-26bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst
2026-02-26ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
2026-02-26bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet
2026-02-26rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu
2026-02-26bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-02-26bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov
2026-02-26bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-09bpf: Fix truncated dmabuf iterator readsT.J. Mercier
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Perform AA checks immediatelyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
2025-11-28bpf: Disable file_alloc_security hookAmery Hung
2025-11-28bpf: check for insn arrays in check_ptr_alignmentAnton Protopopov
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov
2025-11-28bpf: convert bpf_token_create() to FD_PREPARE()Christian Brauner
2025-11-28bpf: convert bpf_iter_new_fd() to FD_PREPARE()Christian Brauner
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong