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-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
-12
/
+2
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
-2
/
+3
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
-32
/
+42
2025-05-09
bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()
Peilin Ye
-6
/
+6
2025-05-06
bpf: Add bpf_list_{front,back} kfunc
Martin KaFai Lau
-2
/
+32
2025-05-06
bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node po...
Martin KaFai Lau
-2
/
+6
2025-05-06
bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
Martin KaFai Lau
-2
/
+2
2025-05-06
bpf: Add bpf_rbtree_{root,left,right} kfunc
Martin KaFai Lau
-4
/
+48
2025-05-06
bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node po...
Martin KaFai Lau
-3
/
+7
2025-05-06
bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"
Martin KaFai Lau
-9
/
+9
2025-05-05
bpf: Replace offsetof() with struct_size()
Thorsten Blum
-10
/
+9
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+5
2025-05-01
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
-11
/
+16
2025-05-01
bpf: Replace offsetof() with struct_size()
Thorsten Blum
-2
/
+3
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
-4
/
+5
2025-04-25
bpf: Add namespace to BPF internal symbols
Alexei Starovoitov
-3
/
+4
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
-1
/
+1
2025-04-23
bpf: Allow access to const void pointer arguments in tracing programs
KaFai Wan
-11
/
+7
2025-04-23
bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
Shung-Hsi Yu
-2
/
+2
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-3
/
+3
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-34
/
+20
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-34
/
+20
2025-04-17
bpf: Prepare to reuse get_ctx_arg_idx
Amery Hung
-3
/
+3
2025-04-11
bpf: Convert ringbuf map to rqspinlock
Kumar Kartikeya Dwivedi
-10
/
+7
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
-0
/
+1
2025-04-10
bpf: Convert queue_stack map to rqspinlock
Kumar Kartikeya Dwivedi
-23
/
+12
2025-04-10
bpf: Use architecture provided res_smp_cond_load_acquire
Kumar Kartikeya Dwivedi
-1
/
+1
2025-04-09
bpf: Don't allocate per-cpu extra_elems for fd htab
Hou Tao
-7
/
+6
2025-04-09
bpf: Add is_fd_htab() helper
Hou Tao
-3
/
+7
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
-23
/
+21
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
-9
/
+8
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
-34
/
+30
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
-1
/
+1
2025-03-30
Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-6
/
+22
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-217
/
+1094
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-454
/
+1596
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-56
/
+102
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+1
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2025-03-22
bpf: Fix out-of-bounds read in check_atomic_load/store()
Kohei Enju
-2
/
+14
2025-03-20
bpf: Add struct_ops context information to struct bpf_prog_aux
Juntong Deng
-2
/
+6
2025-03-19
bpf: Maintain FIFO property for rqspinlock unlock
Kumar Kartikeya Dwivedi
-5
/
+28
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
-42
/
+209
2025-03-19
bpf: Introduce rqspinlock kfuncs
Kumar Kartikeya Dwivedi
-0
/
+74
2025-03-19
bpf: Convert lpm_trie.c to rqspinlock
Kumar Kartikeya Dwivedi
-11
/
+14
2025-03-19
bpf: Convert percpu_freelist.c to rqspinlock
Kumar Kartikeya Dwivedi
-90
/
+27
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
-70
/
+32
2025-03-19
rqspinlock: Add entry to Makefile, MAINTAINERS
Kumar Kartikeya Dwivedi
-1
/
+1
2025-03-19
rqspinlock: Add basic support for CONFIG_PARAVIRT
Kumar Kartikeya Dwivedi
-0
/
+3
2025-03-19
rqspinlock: Add a test-and-set fallback
Kumar Kartikeya Dwivedi
-2
/
+44
[prev]
[next]