index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
memalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
1
-1
/
+9
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
1
-3
/
+18
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2022-10-21
bpf: Use __llist_del_all() whenever possbile during memory draining
Hou Tao
1
-2
/
+5
2022-10-21
bpf: Wait for busy refill_work when destroying bpf memory allocator
Hou Tao
1
-0
/
+11
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocator
Hou Tao
1
-5
/
+10
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
2022-09-06
bpf: Replace __ksize with ksize.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-16
/
+64
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
1
-36
/
+14
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
1
-1
/
+14
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-5
/
+39
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
1
-3
/
+62
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
1
-14
/
+36
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
1
-0
/
+480