aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-36/+50
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma1-1/+1
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-23/+11
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)1-11/+11
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe1-0/+1
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov1-0/+22
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)1-2/+2
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