summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+6
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-05bpf: Require frozen map for calculating map hashKP Singh1-0/+3
2026-02-05bpf: Limit bpf program signature sizeKP Singh1-0/+7
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-01-24bpf: add fsession supportMenglong Dong1-1/+17
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang1-1/+1
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-14/+17
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan1-3/+0
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan1-28/+26
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov1-1/+1
2025-12-05bpf: Support associating BPF program with struct_opsAmery Hung1-0/+46
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