index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
memalloc.c
Age
Commit message (
Expand
)
Author
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
2023-07-12
bpf: Add object leak check.
Hou Tao
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-21
bpf: Use __llist_del_all() whenever possbile during memory draining
Hou Tao
2022-10-21
bpf: Wait for busy refill_work when destroying bpf memory allocator
Hou Tao
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocator
Hou Tao
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
2022-09-06
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov