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
/
mm
/
slub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, slub: do not call do_slab_free for kfence object
Rik van Riel
2024-07-30
1
-0
/
+3
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-21
1
-21
/
+30
|
\
|
*
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
2024-07-17
1
-8
/
+0
|
*
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-07-10
1
-5
/
+5
|
*
mm: slub: disable KMSAN when checking the padding bytes
Ilya Leoshkevich
2024-07-03
1
-4
/
+12
|
*
mm: slub: let KMSAN access metadata
Ilya Leoshkevich
2024-07-03
1
-0
/
+2
|
*
kmsan: support SLAB_POISON
Ilya Leoshkevich
2024-07-03
1
-4
/
+11
*
|
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
2024-07-15
1
-55
/
+74
|
\
\
|
*
|
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
2024-07-03
1
-10
/
+10
|
*
|
slab: delete useless RED_INACTIVE and RED_ACTIVE
Chengming Zhou
2024-06-24
1
-2
/
+2
|
*
|
slab: don't put freepointer outside of object if only orig_size
Chengming Zhou
2024-06-07
1
-5
/
+6
|
*
|
slab: make check_object() more consistent
Chengming Zhou
2024-06-07
1
-21
/
+41
|
*
|
mm: Reduce the number of slab->folio casts
Matthew Wilcox (Oracle)
2024-05-31
1
-4
/
+2
|
*
|
mm, slab: don't wrap internal functions with alloc_hooks()
Vlastimil Babka
2024-05-28
1
-13
/
+13
*
|
|
mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILING
Suren Baghdasaryan
2024-07-11
1
-27
/
+21
*
|
|
mm, slab: move allocation tagging code in the alloc path into a hook
Suren Baghdasaryan
2024-07-04
1
-36
/
+50
|
|
/
|
/
|
*
|
mm/slab: fix 'variable obj_exts set but not used' warning
Suren Baghdasaryan
2024-06-24
1
-3
/
+4
*
|
codetag: avoid race at alloc_slab_obj_exts
Thadeu Lima de Souza Cascardo
2024-06-05
1
-2
/
+3
|
/
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-188
/
+280
|
\
|
*
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
2024-04-25
1
-101
/
+2
|
*
mm, slab: move memcg charging to post-alloc hook
Vlastimil Babka
2024-04-25
1
-103
/
+77
|
*
slub: remove use of page->flags
Matthew Wilcox (Oracle)
2024-04-25
1
-8
/
+2
|
*
mm/slub: avoid recursive loop with kmemleak
Kees Cook
2024-04-25
1
-1
/
+1
|
*
codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
2024-04-25
1
-7
/
+39
|
*
codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
2024-04-25
1
-0
/
+33
|
*
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
2024-04-25
1
-25
/
+25
|
*
mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
2024-04-25
1
-1
/
+95
|
*
mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
2024-04-25
1
-2
/
+3
|
*
mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
2024-04-25
1
-0
/
+2
|
*
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2024-04-25
1
-20
/
+81
|
*
mm/slub: mark slab_free_freelist_hook() __always_inline
Kent Overstreet
2024-04-25
1
-3
/
+3
*
|
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
[next]