summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
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
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong