aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver1-1/+1
2022-03-27mm: kfence: fix missing objcg housekeeping for SLABMuchun Song1-0/+1
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song1-12/+27
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)1-1/+1
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka1-5/+5
2022-01-06mm/slab: Finish struct page to struct slab conversionVlastimil Babka1-10/+10
2022-01-06mm/slab: Convert most struct page to struct slab by spatchVlastimil Babka1-180/+180
2022-01-06mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slabVlastimil Babka1-25/+28
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)1-7/+7
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)1-6/+6
2022-01-06mm: Convert [un]account_slab_page() to struct slabMatthew Wilcox (Oracle)1-2/+2
2022-01-06mm/slab: Dissolve slab_map_pages() in its callerVlastimil Babka1-13/+2
2021-11-20mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye1-2/+1
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt1-13/+0
2021-11-06mm/slab.c: remove useless lines in enable_cpucache()Shi Lei1-3/+0
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-2/+2
2021-05-07mm: fix typos in commentsIngo Molnar1-3/+3
2021-05-07mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King1-1/+1
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov1-4/+11
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov1-15/+13
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver1-1/+1
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-0/+2
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko1-9/+29
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov1-1/+1
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin1-1/+1
2021-02-24mm/slab: minor coding style tweaksZhiyuan Dai1-6/+6
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov1-2/+1
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen1-1/+1
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney1-0/+20
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport1-1/+1
2020-12-15mm/slab: rerform init_on_free earlierAlexander Popov1-2/+3
2020-12-15mm, slab, slub: clear the slab_cache field when freeing pageVlastimil Babka1-1/+2
2020-10-16mm: fix some comments formattingChen Tao1-1/+1
2020-10-13mm: memcg/slab: uncharge during kmem_cache_free_bulk()Bharata B Rao1-1/+1
2020-10-13mm/slab.c: clean code by removing redundant if conditionMateusz Nosek1-2/+0
2020-09-26mm: slab: fix potential double free in ___cache_freeShakeel Butt1-2/+6
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