summaryrefslogtreecommitdiff
path: root/kernel/bpf/arena.c
AgeCommit message (Expand)Author
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