summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)2022-01-061-1/+1
* mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-061-5/+5
* mm/slab: Finish struct page to struct slab conversionVlastimil Babka2022-01-061-10/+10
* mm/slab: Convert most struct page to struct slab by spatchVlastimil Babka2022-01-061-180/+180
* mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slabVlastimil Babka2022-01-061-25/+28
* mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)2022-01-061-7/+7
* mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)2022-01-061-6/+6
* mm: Convert [un]account_slab_page() to struct slabMatthew Wilcox (Oracle)2022-01-061-2/+2
* mm/slab: Dissolve slab_map_pages() in its callerVlastimil Babka2022-01-061-13/+2
* mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye2021-11-201-2/+1
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-13/+0
* mm/slab.c: remove useless lines in enable_cpucache()Shi Lei2021-11-061-3/+0
* mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen2021-10-181-2/+2
* 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