index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
-0
/
+4
2025-10-29
bpf: Use kmalloc_nolock() in bpf streams
Puranjay Mohan
-151
/
+8
2025-10-29
rqspinlock: Disable queue destruction for deadlocks
Kumar Kartikeya Dwivedi
-0
/
+8
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
-2
/
+2
2025-10-28
bpf: Fix stackmap overflow check in __bpf_get_stackid()
Arnaud Lecomte
-7
/
+8
2025-10-28
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
-15
/
+32
2025-10-27
bpf: Add overwrite mode for BPF ring buffer
Xu Kuohai
-19
/
+95
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
-3
/
+12
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
-46
/
+51
2025-10-27
bpf: add kfuncs and helpers support for file dynptrs
Mykyta Yatsenko
-2
/
+90
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
-6
/
+39
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
-8
/
+9
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
-33
/
+33
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
-2
/
+2
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
-0
/
+2
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
-32
/
+64
2025-10-21
bpf: generalize and export map_get_next_key for arrays
Anton Protopopov
-10
/
+9
2025-10-21
bpf: save the start of functions in bpf_prog_aux
Anton Protopopov
-0
/
+1
2025-10-21
bpf: fix the return value of push_stack
Anton Protopopov
-40
/
+40
2025-10-21
bpf: Sync pending IRQ work before freeing ring buffer
Noorain Eqbal
-0
/
+2
2025-10-21
bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()
Shardul Bankar
-0
/
+2
2025-10-18
bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null
Yafang Shao
-0
/
+6
2025-10-18
bpf: mark mm->owner as __safe_rcu_or_null
Yafang Shao
-0
/
+3
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
-12
/
+32
2025-10-16
bpf: Fix memory leak in __lookup_instance error path
Shardul Bankar
-1
/
+3
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
-22
/
+11
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
-11
/
+29
2025-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1
Alexei Starovoitov
-2
/
+2
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
-36
/
+29
2025-10-10
bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wq
Mykyta Yatsenko
-5
/
+12
2025-10-10
bpf: Avoid RCU context warning when unpinning htab with internal structs
KaFai Wan
-2
/
+2
2025-10-10
bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
Rong Tao
-21
/
+77
2025-10-10
bpf: Refactor storage_get_func_atomic to generic non_sleepable flag
Kumar Kartikeya Dwivedi
-16
/
+17
2025-10-10
bpf: Fix sleepable context for async callbacks
Kumar Kartikeya Dwivedi
-11
/
+30
2025-10-07
bpf: Cleanup unused func args in rqspinlock implementation
Siddharth Chintamaneni
-11
/
+8
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-3
/
+4
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
-2
/
+2
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
-2
/
+2
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
-1
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-728
/
+2060
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
-2
/
+2
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
-0
/
+5
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
-5
/
+19
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
-0
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
-0
/
+13
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
-0
/
+13
[prev]
[next]