summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix typos in commentsIngo Molnar2021-05-071-3/+3
* mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King2021-05-071-1/+1
* kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov2021-04-301-4/+11
* kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov2021-04-301-15/+13
* Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-04-111-0/+2
|\
| * mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney2021-03-081-0/+2
* | kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver2021-03-131-1/+1
|/
* mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2021-02-261-9/+29
* kasan: move _RET_IP_ to inline wrappersAndrey Konovalov2021-02-241-1/+1
* mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin2021-02-241-1/+1
* mm/slab: minor coding style tweaksZhiyuan Dai2021-02-241-6/+6
* mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov2021-02-241-2/+1
* mm, tracing: record slab name for kmem_cache_free()Jacob Wen2021-02-241-1/+1
* mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney2021-01-221-0/+20
* mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-151-1/+1
* mm/slab: rerform init_on_free earlierAlexander Popov2020-12-151-2/+3
* mm, slab, slub: clear the slab_cache field when freeing pageVlastimil Babka2020-12-151-1/+2
* mm: fix some comments formattingChen Tao2020-10-161-1/+1
* mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao2020-10-131-1/+1
* mm/slab.c: clean code by removing redundant if conditionMateusz Nosek2020-10-131-2/+0
* mm: slab: fix potential double free in ___cache_freeShakeel Butt2020-09-261-2/+6
* 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