summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
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
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-01-29bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-01-29bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-08bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao
2025-01-08bpf: Disable migration before calling ops->map_free()Hou Tao
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-11-01bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko
2024-11-01bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-10-09bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-13bpf: Call the missed btf_record_free() when map creation failsHou Tao