index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-05-13
1
-32
/
+86
|
\
|
*
mm/slub: mark racy access on slab->freelist
linke li
2024-05-02
1
-1
/
+1
|
*
slub: use count_partial_free_approx() in slab_out_of_memory()
Jianfeng Wang
2024-04-23
1
-1
/
+1
|
*
slub: introduce count_partial_free_approx()
Jianfeng Wang
2024-04-23
1
-1
/
+38
|
*
slub: Set __GFP_COMP in kmem_cache by default
Haifeng Xu
2024-04-15
1
-3
/
+1
|
*
mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()
Sangyun Kim
2024-04-09
1
-1
/
+0
|
*
mm/slub: correct comment in do_slab_free()
Xiu Jianfeng
2024-04-04
1
-1
/
+1
|
*
mm/slub: simplify get_partial_node()
Xiongwei Song
2024-04-04
1
-8
/
+8
|
*
mm/slub: add slub_get_cpu_partial() helper
Xiongwei Song
2024-04-04
1
-0
/
+10
|
*
mm/slub: remove the check of !kmem_cache_has_cpu_partial()
Xiongwei Song
2024-04-04
1
-2
/
+1
|
*
mm/slub: Reduce memory consumption in extreme scenarios
Chen Jun
2024-04-02
1
-2
/
+23
|
*
mm/slub: mark racy accesses on slab->slabs
linke li
2024-03-25
1
-3
/
+3
|
*
mm/slub: remove dummy slabinfo functions
Xiu Jianfeng
2024-03-25
1
-10
/
+0
*
|
mm/slub: avoid zeroing outside-object freepointer for single free
Nicolas Bouchinet
2024-05-01
1
-23
/
+29
|
/
*
Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linus
Vlastimil Babka
2024-03-12
1
-3
/
+3
|
\
|
*
mm, slab: use an enum to define SLAB_ cache creation flags
Vlastimil Babka
2024-02-26
1
-3
/
+3
*
|
Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linus
Vlastimil Babka
2024-03-12
1
-18
/
+14
|
\
\
|
*
|
mm/slub: remove unused parameter in next_freelist_entry()
Chengming Zhou
2024-01-23
1
-4
/
+3
|
*
|
mm/slub: remove full list manipulation for non-debug slab
Chengming Zhou
2024-01-23
1
-4
/
+0
|
*
|
mm/slub: directly load freelist from cpu partial slab in the likely case
Chengming Zhou
2024-01-23
1
-10
/
+11
|
|
/
*
|
mm, slab: remove memcg_from_slab_obj()
Vlastimil Babka
2024-03-04
1
-5
/
+0
*
|
mm, slab: remove the corner case of inc_slabs_node()
Chengming Zhou
2024-03-01
1
-11
/
+2
*
|
mm/slab: Fix a kmemleak in kmem_cache_destroy()
Xiaolei Wang
2024-03-01
1
-4
/
+2
*
|
mm, slab: fix the comment of cpu partial list
Chengming Zhou
2024-02-21
1
-1
/
+1
*
|
mm, slab: remove unused object_size parameter in kmem_cache_flags()
Chengming Zhou
2024-02-21
1
-6
/
+3
*
|
mm/slub: remove parameter 'flags' in create_kmalloc_caches()
Zheng Yejian
2024-01-30
1
-1
/
+1
*
|
mm/slub: unify all sl[au]b parameters with "slab_$param"
Xiongwei Song
2024-01-22
1
-18
/
+23
|
/
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-31
/
+38
|
\
|
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-09
1
-2
/
+2
|
*
slub: use alloc_pages_node() in alloc_slab_page()
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+1
|
*
kasan: rename and document kasan_(un)poison_object_data
Andrey Konovalov
2023-12-29
1
-2
/
+2
|
*
slub, kasan: improve interaction of KASAN and slub_debug poisoning
Andrey Konovalov
2023-12-11
1
-15
/
+26
*
|
Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-next
Vlastimil Babka
2024-01-04
1
-64
/
+679
|
\
\
|
*
|
mm/slub: free KFENCE objects in slab_free_hook()
Vlastimil Babka
2023-12-28
1
-12
/
+10
|
*
|
mm/slub: handle bulk and single object freeing separately
Vlastimil Babka
2023-12-07
1
-24
/
+35
|
*
|
mm/slub: introduce __kmem_cache_free_bulk() without free hooks
Vlastimil Babka
2023-12-07
1
-9
/
+47
|
*
|
mm/slub: fix bulk alloc and free stats
Vlastimil Babka
2023-12-07
1
-1
/
+10
|
*
|
mm/slub: optimize free fast path code layout
Vlastimil Babka
2023-12-06
1
-16
/
+24
|
*
|
mm/slub: optimize alloc fastpath code layout
Vlastimil Babka
2023-12-06
1
-35
/
+54
|
*
|
mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
Vlastimil Babka
2023-12-06
1
-16
/
+9
|
*
|
mm/slab: move kmalloc() functions from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
1
-8
/
+118
|
*
|
mm/slab: move kfree() from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
1
-5
/
+46
|
*
|
mm/slab: move struct kmem_cache_node from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+27
|
*
|
mm/slab: move memcg related functions from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+205
|
*
|
mm/slab: move pre/post-alloc hooks from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+81
|
*
|
mm/slab: move struct kmem_cache_cpu declaration to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+54
|
*
|
mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
Vlastimil Babka
2023-12-05
1
-0
/
+21
|
|
/
*
|
slub: Update frozen slabs documentations in the source
Chengming Zhou
2023-12-05
1
-4
/
+18
*
|
slub: Rename all *unfreeze_partials* functions to *put_partials*
Chengming Zhou
2023-12-05
1
-17
/
+17
*
|
slub: Optimize deactivate_slab()
Chengming Zhou
2023-12-05
1
-53
/
+26
[next]