summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-13mm,slub: use node-notifier instead of memory-notifierOscar Salvador
2025-07-13mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador
2025-06-18slub: Fix a documentation build error for krealloc()Jonathan Corbet
2025-06-18slab: Add SL_pfmemalloc flagMatthew Wilcox (Oracle)
2025-06-18slab: Add SL_partial flagMatthew Wilcox (Oracle)
2025-06-18slab: Rename slab->__page_flags to slab->flagsMatthew Wilcox (Oracle)
2025-06-17mm, slab: use frozen pages for large kmallocVlastimil Babka
2025-06-17mm, slab: restore NUMA policy support for large kmallocVlastimil Babka
2025-06-04Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-05-26mm: slub: only warn once when allocating slab obj extensions failsUsama Arif
2025-04-24mm, slab: clean up slab->obj_exts alwaysZhenhua Huang
2025-04-22mm: kvmalloc: make kmalloc fast path real fast pathMichal Hocko
2025-04-14slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocatorSuren Baghdasaryan
2025-03-06slub: Handle freelist cycle in on_freelist()Lilith Gkini
2025-03-04slab: Mark large folios for debugging purposesMatthew Wilcox (Oracle)
2025-03-04mm, slab: cleanup slab_bug() parametersVlastimil Babka
2025-03-04mm: slub: call WARN() when detecting a slab corruptionHyesoo Yu
2025-03-04mm: slub: Print the broken data before restoring themHyesoo Yu
2025-03-04slab: Achieve better kmalloc caches randomization in kvmallocGONG Ruiqi
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi
2025-02-05rcu, slab: use a regular callback function for kvfree_rcuVlastimil Babka
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-15slub: don't mess with ->d_nameAl Viro
2025-01-13mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2025-01-13slab: allocate frozen pagesMatthew Wilcox (Oracle)
2024-12-10memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt
2024-11-16Merge branch 'slab/for-6.13/features' into slab/for-nextVlastimil Babka
2024-11-16mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao
2024-11-16mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang
2024-11-16mm/slub: Consider kfence case for get_orig_size()Feng Tang
2024-10-29SLUB: Add support for per object memory policiesChristoph Lameter
2024-10-29mm/slub: Move krealloc() and related code to slub.cFeng Tang
2024-10-29mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...Feng Tang
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner
2024-09-10slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt
2024-09-03mm, slub: avoid zeroing kmalloc redzonePeng Fan