index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
1
-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
/
+1
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
1
-1
/
+1
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
1
-3
/
+5
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
1
-1
/
+15
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
1
-1
/
+44
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
1
-0
/
+23
2025-09-18
bpf: Implement exclusive map creation
KP Singh
1
-4
/
+27
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-6
/
+7
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+6
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
1
-0
/
+18
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-3
/
+2
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-13
/
+22
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
1
-14
/
+3
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
1
-0
/
+25
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-1
/
+8
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
1
-2
/
+4
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
1
-2
/
+4
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
1
-0
/
+1
2025-06-09
bpf: Add show_fdinfo for perf_event
Tao Chen
1
-0
/
+120
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
1
-15
/
+31
2025-06-05
bpf: Add cookie to raw_tp bpf_link_info
Tao Chen
1
-0
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-05-22
mm: rename try_alloc_pages() to alloc_pages_nolock()
Alexei Starovoitov
1
-1
/
+1
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
1
-2
/
+3
2025-05-01
bpf: Replace offsetof() with struct_size()
Thorsten Blum
1
-2
/
+3
2025-04-25
bpf: Add namespace to BPF internal symbols
Alexei Starovoitov
1
-3
/
+3
2025-03-30
Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+20
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
1
-1
/
+5
2025-03-17
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-2
/
+21
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
1
-5
/
+5
2025-03-15
bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()
Eric Dumazet
1
-5
/
+2
2025-03-15
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
1
-1
/
+2
2025-02-27
bpf: Use try_alloc_pages() to allocate pages for bpf needs.
Alexei Starovoitov
1
-3
/
+20
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
1
-21
/
+22
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-21
/
+22
2025-02-18
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-02-17
bpf: Make every prog keep a copy of ctx_arg_info
Amery Hung
1
-0
/
+1
2025-01-29
bpf: avoid holding freeze_mutex during mmap operation
Andrii Nakryiko
1
-7
/
+10
2025-01-29
bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
Andrii Nakryiko
1
-2
/
+8
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-08
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
1
-1
/
+7
2024-12-13
bpf: Add fd_array_cnt attribute for prog_load
Anton Protopopov
1
-1
/
+1
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-18
/
+49
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
1
-2
/
+7
2024-11-01
bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links
Andrii Nakryiko
1
-2
/
+4
2024-11-01
bpf: decouple BPF link/attach hook and BPF program sleepable semantics
Andrii Nakryiko
1
-11
/
+28
[next]