summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi-2/+23
2026-02-27bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-05bpf: Require frozen map for calculating map hashKP Singh-0/+3
2026-02-05bpf: Limit bpf program signature sizeKP Singh-0/+7
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet-5/+2
2026-01-24bpf: add fsession supportMenglong Dong-1/+17
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang-1/+1
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang-14/+17
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan-3/+0
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan-28/+26
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov-1/+1
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung-0/+46
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-36/+50
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma-1/+1
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis-1/+2
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang-23/+11
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui-0/+3
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-1/+1
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)-11/+11
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe-0/+1
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov-0/+22
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)-2/+2
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov-0/+15
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-1/+1
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov-1/+1
2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen-3/+5
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko-1/+15
2025-09-22bpf: Implement signature verification for BPF programsKP Singh-1/+44
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh-0/+23
2025-09-18bpf: Implement exclusive map creationKP Singh-4/+27
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann-6/+7
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann-0/+6
2025-07-16bpf: Add struct bpf_token_infoTao Chen-0/+18
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen-3/+2
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-13/+22
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen-14/+3
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi-0/+25
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen-1/+8
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen-2/+4