summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+27
2025-11-18bpf: Replace bpf memory allocator with kmalloc_nolock() in local storageAmery Hung-107/+45
2025-11-18bpf: Save memory alloction info in bpf_local_storageAmery Hung-44/+8
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung-9/+10
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung-12/+10
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui-0/+3
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-2/+2
2025-11-16convert bpfAl Viro-10/+5
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)-11/+11
2025-11-14bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()Puranjay Mohan-19/+35
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-25/+27
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong-1/+3
2025-11-14bpf: Add missing checks to avoid verbose verifier logEduard Zingerman-4/+6
2025-11-14bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna-0/+3
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman-2/+4
2025-11-13bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang-2/+8
2025-11-12bpf: Adjust return value for queue destruction in rqspinlockKumar Kartikeya Dwivedi-1/+1
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe-0/+3
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki-4/+2
2025-11-06bpf: Use kmalloc_nolock() in range treePuranjay Mohan-15/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2025-11-05bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_XAnton Protopopov-0/+3
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov-6/+387
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov-1/+30
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov-1/+354
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook-4/+4
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook-2/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko-2/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko-16/+20
2025-11-03bpf: Skip bounds adjustment for conditional jumps on same scalar registerKaFai Wan-0/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu-5/+0
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov-0/+4
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan-151/+8
2025-10-29rqspinlock: Disable queue destruction for deadlocksKumar Kartikeya Dwivedi-0/+8
2025-10-29perf: Support deferred user unwindPeter Zijlstra-2/+2
2025-10-28bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte-7/+8
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte-15/+32
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai-19/+95
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko-3/+12
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko-46/+51
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko-2/+90
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko-6/+39
2025-10-27bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()Mykyta Yatsenko-8/+9
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-33/+33
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)-2/+2
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson-0/+2
2025-10-21bpf: make bpf_insn_successors to return a pointerAnton Protopopov-32/+64
2025-10-21bpf: generalize and export map_get_next_key for arraysAnton Protopopov-10/+9
2025-10-21bpf: save the start of functions in bpf_prog_auxAnton Protopopov-0/+1
2025-10-21bpf: fix the return value of push_stackAnton Protopopov-40/+40