summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau
2025-09-23bpf: Clear packet pointers after changing packet data in kfuncsAmery Hung
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-22bpf: Implement signature verification for BPF programsKP Singh
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman