summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-01-02bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi1-1/+1
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-9/+6
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko1-5/+12
2025-12-18bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi1-11/+30
2025-12-18bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni1-11/+8
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko2-2/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko2-16/+20
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-5/+0
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson1-0/+2
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar1-1/+3
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov2-11/+29
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2-2/+2
2025-10-01bpf: Reject negative offsets for ALU opsYazhou Tang1-2/+2
2025-10-01bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das1-1/+2
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds26-728/+2060
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov2-2/+2
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen2-5/+19
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong1-0/+1
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau1-0/+13
2025-09-23bpf: Clear packet pointers after changing packet data in kfuncsAmery Hung1-0/+13
2025-09-23bpf: Allow union argument in trampoline based programsLeon Hwang1-4/+4
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi1-3/+8
2025-09-23bpf: task work scheduling kfuncsMykyta Yatsenko1-2/+290
2025-09-23bpf: extract map key pointer calculationMykyta Yatsenko1-17/+13
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko6-18/+189
2025-09-23bpf: verifier: permit non-zero returns from async callbacksMykyta Yatsenko1-3/+2
2025-09-23bpf: htab: extract helper for freeing special structsMykyta Yatsenko1-12/+12
2025-09-23bpf: extract generic helper from process_timer_func()Mykyta Yatsenko1-11/+36
2025-09-23bpf: refactor special field-type detectionMykyta Yatsenko1-51/+33
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-2/+2
2025-09-22bpf: Implement signature verification for BPF programsKP Singh2-2/+45
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman2-71/+57