summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2026-01-16bpf: Add SPDX license identifiers to a few filesTim Bird
2026-01-16bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng
2026-01-13btf: Verify BTF sortingDonglin Peng
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang
2026-01-06bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage mapsLeon Hwang
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-06bpf: Allow calls to arena functions while holding spinlocksEmil Tsalapatis
2026-01-06bpf: Check active lock count in in_sleepable_context()Emil Tsalapatis
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan
2025-12-31bpf: allow states pruning for misc/invalid slots in iterator loopsEduard Zingerman
2025-12-30bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan
2025-12-23bpf: arena: use kmalloc_nolock() in place of kvcalloc()Puranjay Mohan
2025-12-23bpf: arena: populate vm_area without allocating memoryPuranjay Mohan
2025-12-22bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez
2025-12-22bpf: allow calling kfuncs from raw_tp programsPuranjay Mohan
2025-12-21bpf: annotate file argument as __nullable in bpf_lsm_mmap_fileMatt Bobrowski
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis
2025-12-13bpf: Fix bpf_seq_read docs for increased buffer sizeT.J. Mercier
2025-12-10bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2025-12-09bpf: cpumap: propagate underlying error in cpu_map_update_elem()Kohei Enju
2025-12-09bpf: Fix truncated dmabuf iterator readsT.J. Mercier
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung
2025-12-05bpf: Allow verifier to fixup kernel module kfuncsAmery Hung
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds