summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
9 daysbpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma
12 daysbpf: Fix exclusive map memory leakEdward Adam Davis
13 daysbpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-22bpf: Implement signature verification for BPF programsKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-03-15bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()Eric Dumazet
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-02-27bpf: Use try_alloc_pages() to allocate pages for bpf needs.Alexei Starovoitov
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds