summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
AgeCommit message (Expand)Author
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-07mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin
2021-02-24mm/slab: minor coding style tweaksZhiyuan Dai
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport
2020-12-15mm/slab: rerform init_on_free earlierAlexander Popov
2020-12-15mm, slab, slub: clear the slab_cache field when freeing pageVlastimil Babka
2020-10-16mm: fix some comments formattingChen Tao
2020-10-13mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao
2020-10-13mm/slab.c: clean code by removing redundant if conditionMateusz Nosek
2020-09-26mm: slab: fix potential double free in ___cache_freeShakeel Butt
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka
2020-08-07mm/slab.c: update outdated kmem_list3 in a commentXiao Yang
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li
2020-08-07mm/slab: add naive detection of double freeKees Cook
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
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-14mm/slab.c: fix kernel-doc warning for __ksize()Randy Dunlap
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-12mm/slab: sanity-check page type when looking up cacheKees Cook
2019-05-16slab: remove /proc/slab_allocatorsQian Cai
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Qian Cai
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledLi RongQing
2019-05-14slab: use slab_list instead of lruTobin C. Harding
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-19slab: store tagged freelist for off-slab slabmgmtQian Cai