index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
memalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Use __llist_del_all() whenever possbile during memory draining
Hou Tao
2022-10-21
1
-2
/
+5
*
bpf: Wait for busy refill_work when destroying bpf memory allocator
Hou Tao
2022-10-21
1
-0
/
+11
*
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
2022-09-20
1
-1
/
+2
*
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-06
1
-1
/
+1
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-16
/
+64
*
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
*
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+39
*
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
1
-3
/
+62
*
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-1
/
+1
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
1
-0
/
+480