index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
memalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-1
/
+13
2024-10-30
bpf: Add bpf_mem_alloc_check_size() helper
Hou Tao
1
-1
/
+13
2024-10-03
bpf: Call kfree(obj) only once in free_one()
Markus Elfring
1
-4
/
+1
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
1
-6
/
+6
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-6
/
+3
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
1
-4
/
+2
2024-01-04
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
1
-1
/
+1
2024-01-03
bpf: Use smaller low/high marks for percpu allocation
Yonghong Song
1
-1
/
+7
2024-01-03
bpf: Refill only one percpu element in memalloc
Yonghong Song
1
-4
/
+9
2024-01-03
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
1
-1
/
+56
2024-01-03
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
1
-5
/
+6
2024-01-03
bpf: Avoid unnecessary extra percpu memory allocation
Yonghong Song
1
-1
/
+3
2023-12-20
bpf: Use c->unit_size to select target cache during free
Hou Tao
1
-94
/
+11
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
1
-0
/
+2
2023-10-26
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
1
-0
/
+4
2023-10-20
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
1
-2
/
+14
2023-10-20
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
1
-10
/
+12
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-25
/
+19
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+90
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
1
-0
/
+7
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
1
-2
/
+31
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
1
-2
/
+14
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
1
-0
/
+38
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
1
-2
/
+7
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
1
-1
/
+6
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
1
-8
/
+6
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
1
-4
/
+8
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
1
-6
/
+6
2023-07-12
bpf: Add object leak check.
Hou Tao
1
-0
/
+35
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
1
-3
/
+126
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
1
-6
/
+10
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
1
-19
/
+31
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
1
-9
/
+9
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
1
-20
/
+26
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
1
-2
/
+6
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
1
-5
/
+2
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
1
-28
/
+29
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
1
-15
/
+16
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
1
-9
/
+50
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
1
-1
/
+1
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
1
-1
/
+2
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
1
-1
/
+1
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
[next]