aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin1-2/+2
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin1-38/+3
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin1-1/+0
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin1-13/+3
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin1-7/+11
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver1-0/+5
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka1-8/+0
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka1-0/+8
2020-08-07mm/slab.c: update outdated kmem_list3 in a commentXiao Yang1-1/+1
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li1-7/+3
2020-08-07mm/slab: add naive detection of double freeKees Cook1-2/+12
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-2/+2
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-2/+2
2019-12-01mm, slab: remove unused kmalloc_size()Pengfei Li1-2/+3
2019-12-01mm, slab: make kmalloc_info[] contain all types of namesPengfei Li1-1/+1
2019-10-14mm/slab.c: fix kernel-doc warning for __ksize()Randy Dunlap1-0/+3
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-3/+13
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin1-16/+3
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin1-0/+4
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache()Roman Gushchin1-1/+1
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver1-17/+5
2019-07-12mm/slab: sanity-check page type when looking up cacheKees Cook1-7/+9
2019-05-16slab: remove /proc/slab_allocatorsQian Cai1-225/+1
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Qian Cai1-1/+5
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledLi RongQing1-4/+2
2019-05-14slab: use slab_list instead of lruTobin C. Harding1-24/+25
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-42/+6
2019-04-19slab: store tagged freelist for off-slab slabmgmtQian Cai1-1/+0
2019-04-17mm/slab: Remove store_stackinfo()Qian Cai1-42/+6
2019-04-07slab: fix a crash by reading /proc/slab_allocatorsQian Cai1-1/+2
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat1-0/+2
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-0/+14
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+1
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov1-2/+0
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov1-2/+9
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-01-08slab: alien caches must not be initialized if the allocation of the alien cache failedChristoph Lameter1-2/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-1/+1
2018-12-28mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov1-13/+0
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov1-1/+1
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov1-6/+6
2018-11-27slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-2/+2
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka1-2/+2
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox1-2/+0
2018-06-07slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox1-0/+2