summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov
2021-02-24mm: memcontrol: fix slub memory accountingMuchun Song
2021-02-24mm, slab, slub: stop taking cpu hotplug lockVlastimil Babka
2021-02-24mm, slab, slub: stop taking memory hotplug lockVlastimil Babka
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov
2020-12-15mm: slab: clarify krealloc()'s behavior with __GFP_ZEROBartosz Golaszewski
2020-12-15mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab()Hui Su
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()Roman Gushchin
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li
2020-08-07mm: ksize() should silently accept a NULL pointerWilliam Kucharski
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-24mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song
2020-06-26mm/slab: use memzero_explicit() in kzfree()Waiman Long
2020-06-02usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka
2020-04-10mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-02mm, memcg: fix build error around the usage of kmem_cachesYafang Shao
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04mm: remove __kreallocFlorian Westphal
2020-01-13mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang
2019-12-04mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin
2019-12-01mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc cachesPengfei Li
2019-12-01mm, slab: remove unused kmalloc_size()Pengfei Li
2019-12-01mm, slab: make kmalloc_info[] contain all types of namesPengfei Li
2019-10-19mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ...Roman Gushchin
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka
2019-09-24mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long
2019-07-16mm/slab_common.c: work around clang bug #42570Arnd Bergmann
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin
2019-07-12mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin
2019-07-12mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin