index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-36
/
+50
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
1
-1
/
+1
2025-11-26
bpf: Fix exclusive map memory leak
Edward Adam Davis
1
-1
/
+2
2025-11-25
bpf: Introduce internal bpf_map_check_op_flags helper function
Leon Hwang
1
-23
/
+11
2025-11-17
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
1
-0
/
+3
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
1
-1
/
+1
2025-11-14
bpf: don't skip other information if xlated_prog_insns is skipped
Altgelt, Max (Nextron)
1
-11
/
+11
2025-11-10
bpf: Export necessary symbols for modules with struct_ops
D. Wythe
1
-0
/
+1
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
1
-0
/
+22
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
1
-2
/
+2
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
[next]