summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
AgeCommit message (Expand)Author
2020-10-01mm/slub: fix incorrect interpretation of s->offsetWaiman Long
2020-09-09mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca
2020-07-09mm/slub: fix stack overruns with SLUB_STATSQian Cai
2020-07-09mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang
2020-06-17mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai
2020-04-13slub: improve bit diffusion for freelist ptr obfuscationKees Cook
2020-03-25mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-03-25mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-03-21mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2019-11-15mm: slub: really fix slab walking for init_on_freeLaura Abbott
2019-10-14mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko
2019-10-14mm/slub: fix a deadlock in show_slab_objects()Qian Cai
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24mm/slub.c: fix -Wunused-function compiler warningsQian Cai
2019-09-24mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long
2019-07-31mm: slub: Fix slab walking for init_on_freeLaura Abbott
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-07-12slub: don't panic for memcg kmem cache creation failureShakeel Butt
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov
2019-05-14mm/slub.c: update the comment about slab frozenLiu Xiang
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang
2019-05-14slub: use slab_list instead of lruTobin C. Harding
2019-05-14slub: add comments to endif pre-processor macrosTobin C. Harding
2019-04-29mm/slub: Simplify stack trace retrievalThomas Gleixner
2019-04-14mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov
2019-01-08kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov
2018-12-28mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang
2018-12-28mm/slub.c: page is always non-NULL in node_match()Wei Yang
2018-12-28mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov