summaryrefslogtreecommitdiff
path: root/kernel/bpf/arena.c
AgeCommit message (Expand)Author
2025-02-06bpf: Fix softlockup in arena_map_free on 64k page kernelAlan Maguire
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-08bpf: Fix range_tree_set() error handlingSoma Nakata
2024-12-30bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao
2024-12-30bpf: Remove unused MT_ENTRY defineLorenzo Pieralisi
2024-11-15bpf: Do not alloc arena on unsupported archesViktor Malik
2024-11-13bpf: Introduce range_tree data structure and use it in bpf arenaAlexei Starovoitov
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-03-28bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang
2024-03-15bpf: Clarify bpf_arena comments.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov