index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
2022-09-28
mm/slub: fix to return errno if kmalloc() fails
Chao Yu
2022-07-12
mm/slub: add missing TID updates on slab deactivation
Jann Horn
2021-10-27
mm, slub: fix potential memoryleak in kmem_cache_open()
Miaohe Lin
2021-10-27
mm, slub: fix mismatch between reconstructed freelist depth and cnt
Miaohe Lin
2021-06-23
mm/slub.c: include swab.h
Andrew Morton
2021-06-23
mm/slub: fix redzoning for small allocations
Kees Cook
2021-06-23
mm/slub: clarify verification reporting
Kees Cook
2021-03-17
Revert "mm, slub: consider rest of partial list if acquire_slab() fails"
Linus Torvalds
2021-01-30
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Wang Hai
2021-01-19
mm, slub: consider rest of partial list if acquire_slab() fails
Jann Horn
2020-11-18
mm/slub: fix panic in slab_alloc_node()
Laurent Dufour
2020-10-01
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
2020-09-09
mm: slub: fix conversion of freelist_corrupted()
Eugeniu Rosca
2020-07-09
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
2020-07-09
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
2020-06-17
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
2020-04-13
slub: improve bit diffusion for freelist ptr obfuscation
Kees Cook
2020-03-25
mm, slub: prevent kmalloc_node crashes and memory leaks
Vlastimil Babka
2020-03-25
mm: slub: be more careful about the double cmpxchg of freelist
Linus Torvalds
2020-03-21
mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
Jann Horn
2020-01-23
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
2019-11-15
mm: slub: really fix slab walking for init_on_free
Laura Abbott
2019-10-14
mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocations
Alexander Potapenko
2019-10-14
mm/slub: fix a deadlock in show_slab_objects()
Qian Cai
2019-10-07
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
mm/slub.c: fix -Wunused-function compiler warnings
Qian Cai
2019-09-24
mm, slab: extend slab/shrink to shrink all memcg caches
Waiman Long
2019-07-31
mm: slub: Fix slab walking for init_on_free
Laura Abbott
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
2019-07-12
mm: memcg/slab: unify SLAB and SLUB page accounting
Roman Gushchin
2019-07-12
mm: memcg/slab: generalize postponed non-root kmem_cache deactivation
Roman Gushchin
2019-07-12
mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...
Roman Gushchin
2019-07-12
mm/slab: refactor common ksize KASAN logic into slab_common.c
Marco Elver
2019-07-12
slub: don't panic for memcg kmem cache creation failure
Shakeel Butt
2019-07-12
mm/slub.c: avoid double string traverse in kmem_cache_flags()
Yury Norov
2019-05-14
mm/slub.c: update the comment about slab frozen
Liu Xiang
2019-05-14
slub: remove useless kmem_cache_debug() before remove_full()
Liu Xiang
2019-05-14
slub: use slab_list instead of lru
Tobin C. Harding
2019-05-14
slub: add comments to endif pre-processor macros
Tobin C. Harding
2019-04-29
mm/slub: Simplify stack trace retrieval
Thomas Gleixner
2019-04-14
mm/slub: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-03-29
mm: add support for kmem caches in DMA32 zone
Nicolas Boichat
2019-03-05
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-05
mm: fix some typos in mm directory
Wei Yang
2019-03-05
mm, slub: make the comment of put_cpu_partial() complete
Wei Yang
2019-03-05
mm/slub.c: remove an unused addr argument
Qian Cai
2019-03-05
mm/slub.c: freelist is ensured to be NULL when new_slab() fails
Peng Wang
2019-02-21
slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS
Qian Cai
2019-02-21
slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS
Qian Cai
[next]