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
/
syscall.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-31
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
-2
/
+23
2026-02-27
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+6
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
-0
/
+3
2026-02-05
bpf: Limit bpf program signature size
KP Singh
-0
/
+7
2026-01-27
bpf: Fix tcx/netkit detach permissions when prog fd isn't given
Guillaume Gonnet
-5
/
+2
2026-01-24
bpf: add fsession support
Menglong Dong
-1
/
+17
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
-1
/
+1
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...
Leon Hwang
-1
/
+1
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
-1
/
+1
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
Leon Hwang
-1
/
+1
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-14
/
+17
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
-3
/
+0
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
-28
/
+26
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
-1
/
+1
2025-12-05
bpf: Support associating BPF program with struct_ops
Amery Hung
-0
/
+46
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-0
/
+1
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-36
/
+50
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
-1
/
+1
2025-11-26
bpf: Fix exclusive map memory leak
Edward Adam Davis
-1
/
+2
2025-11-25
bpf: Introduce internal bpf_map_check_op_flags helper function
Leon Hwang
-23
/
+11
2025-11-17
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
-0
/
+3
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
-1
/
+1
2025-11-14
bpf: don't skip other information if xlated_prog_insns is skipped
Altgelt, Max (Nextron)
-11
/
+11
2025-11-10
bpf: Export necessary symbols for modules with struct_ops
D. Wythe
-0
/
+1
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
-0
/
+22
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
-2
/
+2
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
-0
/
+15
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
-1
/
+1
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
-1
/
+1
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
-3
/
+5
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
-1
/
+15
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
-1
/
+44
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
-0
/
+23
2025-09-18
bpf: Implement exclusive map creation
KP Singh
-4
/
+27
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-1
/
+1
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
-6
/
+7
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
-0
/
+6
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
-0
/
+18
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
-3
/
+2
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
-13
/
+22
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
-14
/
+3
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
-0
/
+25
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
-1
/
+8
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
-2
/
+4
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
-2
/
+4
[next]