summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin2020-08-071-2/+2
* mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin2020-08-071-1/+1
* mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin2020-08-071-38/+3
* mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin2020-08-071-1/+0
* mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-071-13/+3
* mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin2020-08-071-7/+11
* mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver2020-08-071-0/+5
* mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka2020-08-071-8/+0
* mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka2020-08-071-0/+8
* mm/slab.c: update outdated kmem_list3 in a commentXiao Yang2020-08-071-1/+1
* mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li2020-08-071-7/+3
* mm/slab: add naive detection of double freeKees Cook2020-08-071-2/+12
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-2/+2
* mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-2/+2
* mm, slab: remove unused kmalloc_size()Pengfei Li2019-12-011-2/+3
* mm, slab: make kmalloc_info[] contain all types of namesPengfei Li2019-12-011-1/+1
* mm/slab.c: fix kernel-doc warning for __ksize()Randy Dunlap2019-10-141-0/+3
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-3/+13
* mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-121-16/+3
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-0/+4
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-1/+1
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-17/+5
* mm/slab: sanity-check page type when looking up cacheKees Cook2019-07-121-7/+9
* slab: remove /proc/slab_allocatorsQian Cai2019-05-161-225/+1
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-141-1/+5
* mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-141-4/+2
* slab: use slab_list instead of lruTobin C. Harding2019-05-141-24/+25
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-42/+6
|\
| * mm/slab: Remove store_stackinfo()Qian Cai2019-04-171-42/+6
* | slab: store tagged freelist for off-slab slabmgmtQian Cai2019-04-191-1/+0
|/
* slab: fix a crash by reading /proc/slab_allocatorsQian Cai2019-04-071-1/+2
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-0/+2
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-0/+14
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-2/+1
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-03-051-8/+9
* kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov2019-02-211-2/+0
* kasan, slab: make freelist stored without tagsAndrey Konovalov2019-02-211-2/+9
* kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov2019-02-211-0/+2
* slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter2019-01-081-2/+4
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-1/+1
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-13/+0
* kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-281-1/+1
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-6/+6
* slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-261-2/+2
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-261-0/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-071-2/+0
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-0/+2