index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-07-10
1
-6
/
+3
*
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-25
1
-4
/
+2
*
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
2024-01-04
1
-1
/
+1
*
bpf: Use smaller low/high marks for percpu allocation
Yonghong Song
2024-01-03
1
-1
/
+7
*
bpf: Refill only one percpu element in memalloc
Yonghong Song
2024-01-03
1
-4
/
+9
*
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2024-01-03
1
-1
/
+56
*
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
2024-01-03
1
-5
/
+6
*
bpf: Avoid unnecessary extra percpu memory allocation
Yonghong Song
2024-01-03
1
-1
/
+3
*
bpf: Use c->unit_size to select target cache during free
Hou Tao
2023-12-20
1
-94
/
+11
*
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
2023-11-26
1
-0
/
+2
*
bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
Hou Tao
2023-10-26
1
-0
/
+4
*
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2023-10-20
1
-2
/
+14
*
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
2023-10-20
1
-10
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-05
1
-25
/
+19
|
\
|
*
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
2023-09-30
1
-25
/
+19
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-21
1
-4
/
+90
|
\
|
|
*
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
2023-09-15
1
-0
/
+7
|
*
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
2023-09-11
1
-2
/
+31
|
*
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
2023-09-11
1
-2
/
+14
|
*
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
2023-09-11
1
-0
/
+38
*
|
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
2023-09-08
1
-2
/
+7
*
|
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
2023-09-08
1
-1
/
+6
*
|
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-09-08
1
-8
/
+6
|
/
*
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
2023-07-28
1
-4
/
+8
*
bpf: work around -Wuninitialized warning
Arnd Bergmann
2023-07-25
1
-6
/
+6
*
bpf: Add object leak check.
Hou Tao
2023-07-12
1
-0
/
+35
*
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
2023-07-12
1
-3
/
+126
*
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
2023-07-12
1
-6
/
+10
*
bpf: Add a hint to allocated objects.
Alexei Starovoitov
2023-07-12
1
-19
/
+31
*
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
2023-07-12
1
-9
/
+9
*
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
1
-12
/
+18
*
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
2023-07-12
1
-12
/
+18
*
bpf: Refactor alloc_bulk().
Alexei Starovoitov
2023-07-12
1
-20
/
+26
*
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
2023-07-12
1
-2
/
+6
*
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
2023-07-12
1
-5
/
+2
*
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
2023-07-12
1
-28
/
+29
*
bpf: Factor out a common helper free_all()
Hou Tao
2023-06-06
1
-15
/
+16
*
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2023-03-25
1
-9
/
+50
*
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-15
1
-1
/
+1
*
bpf: allow to disable bpf map memory accounting
Yafang Shao
2023-02-10
1
-1
/
+2
*
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
2023-01-18
1
-1
/
+1
*
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
2022-12-08
1
-1
/
+9
*
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
2022-12-08
1
-3
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-24
1
-2
/
+16
|
\
|
*
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: Use rcu_trace_implies_rcu_gp() in bpf memory allocator
Hou Tao
2022-10-18
1
-5
/
+10
|
/
*
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
[next]