aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov1-0/+15
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-1/+1
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov1-1/+1
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen1-3/+5
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko1-1/+15
2025-09-22bpf: Implement signature verification for BPF programsKP Singh1-1/+44
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh1-0/+23
2025-09-18bpf: Implement exclusive map creationKP Singh1-4/+27
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann1-6/+7
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+6
2025-07-16bpf: Add struct bpf_token_infoTao Chen1-0/+18
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-3/+2
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-13/+22
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen1-14/+3
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi1-0/+25
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen1-1/+8
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen1-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen1-2/+4
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen1-0/+1
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen1-0/+120
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song1-15/+31
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen1-0/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov1-1/+1
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa1-2/+3
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum1-2/+3
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov1-3/+3
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+20
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi1-1/+5
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-2/+21
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy1-5/+5
2025-03-15bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()Eric Dumazet1-5/+2
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-1/+2
2025-02-27bpf: Use try_alloc_pages() to allocate pages for bpf needs.Alexei Starovoitov1-3/+20
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov1-21/+22
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-21/+22
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung1-0/+1
2025-01-29bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-01-29bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko1-2/+8
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-08bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao1-2/+0
2025-01-08bpf: Disable migration before calling ops->map_free()Hou Tao1-1/+7
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov1-1/+1
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-18/+49
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa1-2/+7
2024-11-01bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko1-2/+4
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko1-11/+28