summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-05bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_XAnton Protopopov
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-03bpf: Skip bounds adjustment for conditional jumps on same scalar registerKaFai Wan
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan
2025-10-29rqspinlock: Disable queue destruction for deadlocksKumar Kartikeya Dwivedi
2025-10-29perf: Support deferred user unwindPeter Zijlstra
2025-10-28bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko
2025-10-27bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()Mykyta Yatsenko
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson
2025-10-21bpf: make bpf_insn_successors to return a pointerAnton Protopopov
2025-10-21bpf: generalize and export map_get_next_key for arraysAnton Protopopov
2025-10-21bpf: save the start of functions in bpf_prog_auxAnton Protopopov
2025-10-21bpf: fix the return value of push_stackAnton Protopopov
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-21bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()Shardul Bankar
2025-10-18bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_nullYafang Shao
2025-10-18bpf: mark mm->owner as __safe_rcu_or_nullYafang Shao
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar
2025-10-15bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Alexei Starovoitov
2025-10-10bpf: Extract internal structs validation logic into helpersMykyta Yatsenko
2025-10-10bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-10bpf: add bpf_strcasestr,bpf_strncasestr kfuncsRong Tao
2025-10-10bpf: Refactor storage_get_func_atomic to generic non_sleepable flagKumar Kartikeya Dwivedi
2025-10-10bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi
2025-10-07bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-10-01bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-01bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das