aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/arena.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-15bpf: Do not alloc arena on unsupported archesViktor Malik1-0/+4
2024-11-13bpf: Introduce range_tree data structure and use it in bpf arenaAlexei Starovoitov1-14/+20
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov1-2/+14
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang1-1/+1
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-1/+1
2024-03-28bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang1-1/+1
2024-03-15bpf: Clarify bpf_arena comments.Alexei Starovoitov1-7/+18
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov1-0/+558