summaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo
2022-09-01mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo
2022-08-24mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo
2022-08-24mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo
2022-08-24mm/slab: cleanup slab_alloc() and slab_alloc_node()Hyeonggon Yoo
2022-08-24mm/slab: move NUMA-related code to __do_cache_alloc()Hyeonggon Yoo
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-20mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo
2022-07-04mm: slab: optimize memcg_slab_free_hook()Muchun Song
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin
2022-07-04mm, slab: fix bad alignmentsJiapeng Chong
2022-06-16mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver
2022-04-07mm/slab.c: fix commentsYixuan Cao
2022-04-05mm/slab: remove some unused functionsMiaohe Lin
2022-03-27mm: kfence: fix missing objcg housekeeping for SLABMuchun Song
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2022-01-06mm/slab: Finish struct page to struct slab conversionVlastimil Babka
2022-01-06mm/slab: Convert most struct page to struct slab by spatchVlastimil Babka
2022-01-06mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slabVlastimil Babka
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)
2022-01-06mm: Convert [un]account_slab_page() to struct slabMatthew Wilcox (Oracle)
2022-01-06mm/slab: Dissolve slab_map_pages() in its callerVlastimil Babka
2021-11-20mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt
2021-11-06mm/slab.c: remove useless lines in enable_cpucache()Shi Lei
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen
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