| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/kasan: Convert to struct folio and struct slab | Matthew Wilcox (Oracle) | 2022-01-06 | 1 | -1/+1 |
* | mm: Convert struct page to struct slab in functions used by other subsystems | Vlastimil Babka | 2022-01-06 | 1 | -5/+5 |
* | mm/slab: Finish struct page to struct slab conversion | Vlastimil Babka | 2022-01-06 | 1 | -10/+10 |
* | mm/slab: Convert most struct page to struct slab by spatch | Vlastimil Babka | 2022-01-06 | 1 | -180/+180 |
* | mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab | Vlastimil Babka | 2022-01-06 | 1 | -25/+28 |
* | mm: Convert check_heap_object() to use struct slab | Matthew Wilcox (Oracle) | 2022-01-06 | 1 | -7/+7 |
* | mm: Use struct slab in kmem_obj_info() | Matthew Wilcox (Oracle) | 2022-01-06 | 1 | -6/+6 |
* | mm: Convert [un]account_slab_page() to struct slab | Matthew Wilcox (Oracle) | 2022-01-06 | 1 | -2/+2 |
* | mm/slab: Dissolve slab_map_pages() in its caller | Vlastimil Babka | 2022-01-06 | 1 | -13/+2 |
* | mm: emit the "free" trace report before freeing memory in kmem_cache_free() | Yunfeng Ye | 2021-11-20 | 1 | -2/+1 |
* | mm: remove HARDENED_USERCOPY_FALLBACK | Stephen Kitt | 2021-11-06 | 1 | -13/+0 |
* | mm/slab.c: remove useless lines in enable_cpucache() | Shi Lei | 2021-11-06 | 1 | -3/+0 |
* | mm/migrate: add CPU hotplug to demotion #ifdef | Dave Hansen | 2021-10-18 | 1 | -2/+2 |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -3/+3 |
* | mm/slab.c: fix spelling mistake "disired" -> "desired" | Colin Ian King | 2021-05-07 | 1 | -1/+1 |
* | kasan, mm: integrate slab init_on_free with HW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -4/+11 |
* | kasan, mm: integrate slab init_on_alloc with HW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -15/+13 |
* | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2021-04-11 | 1 | -0/+2 |
|\ |
|
| * | mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels | Paul E. McKenney | 2021-03-08 | 1 | -0/+2 |
* | | kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations | Marco Elver | 2021-03-13 | 1 | -1/+1 |
|/ |
|
* | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko | 2021-02-26 | 1 | -9/+29 |
* | kasan: move _RET_IP_ to inline wrappers | Andrey Konovalov | 2021-02-24 | 1 | -1/+1 |
* | mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT | Roman Gushchin | 2021-02-24 | 1 | -1/+1 |
* | mm/slab: minor coding style tweaks | Zhiyuan Dai | 2021-02-24 | 1 | -6/+6 |
* | mm/sl?b.c: remove ctor argument from kmem_cache_flags | Nikolay Borisov | 2021-02-24 | 1 | -2/+1 |
* | mm, tracing: record slab name for kmem_cache_free() | Jacob Wen | 2021-02-24 | 1 | -1/+1 |
* | mm: Add mem_dump_obj() to print source of memory block | Paul E. McKenney | 2021-01-22 | 1 | -0/+20 |
* | mm: introduce debug_pagealloc_{map,unmap}_pages() helpers | Mike Rapoport | 2020-12-15 | 1 | -1/+1 |
* | mm/slab: rerform init_on_free earlier | Alexander Popov | 2020-12-15 | 1 | -2/+3 |
* | mm, slab, slub: clear the slab_cache field when freeing page | Vlastimil Babka | 2020-12-15 | 1 | -1/+2 |
* | mm: fix some comments formatting | Chen Tao | 2020-10-16 | 1 | -1/+1 |
* | mm: memcg/slab: uncharge during kmem_cache_free_bulk() | Bharata B Rao | 2020-10-13 | 1 | -1/+1 |
* | mm/slab.c: clean code by removing redundant if condition | Mateusz Nosek | 2020-10-13 | 1 | -2/+0 |
* | mm: slab: fix potential double free in ___cache_free | Shakeel Butt | 2020-09-26 | 1 | -2/+6 |
* | mm: slab: rename (un)charge_slab_page() to (un)account_slab_page() | Roman Gushchin | 2020-08-07 | 1 | -2/+2 |
* | mm: memcg/slab: remove unused argument by charge_slab_page() | Roman Gushchin | 2020-08-07 | 1 | -1/+1 |
* | mm: memcg/slab: use a single set of kmem_caches for all allocations | Roman Gushchin | 2020-08-07 | 1 | -38/+3 |
* | mm: memcg/slab: deprecate slab_root_caches | Roman Gushchin | 2020-08-07 | 1 | -1/+0 |
* | mm: memcg/slab: use a single set of kmem_caches for all accounted allocations | Roman Gushchin | 2020-08-07 | 1 | -13/+3 |
* | mm: memcg/slab: save obj_cgroup for non-root slab objects | Roman Gushchin | 2020-08-07 | 1 | -7/+11 |
* | mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS" | Marco Elver | 2020-08-07 | 1 | -0/+5 |
* | mm, slab/slub: improve error reporting and overhead of cache_from_obj() | Vlastimil Babka | 2020-08-07 | 1 | -8/+0 |
* | mm, slab/slub: move and improve cache_from_obj() | Vlastimil Babka | 2020-08-07 | 1 | -0/+8 |
* | mm/slab.c: update outdated kmem_list3 in a comment | Xiao Yang | 2020-08-07 | 1 | -1/+1 |
* | mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order | Long Li | 2020-08-07 | 1 | -7/+3 |
* | mm/slab: add naive detection of double free | Kees Cook | 2020-08-07 | 1 | -2/+12 |
* | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim | 2020-06-03 | 1 | -2/+2 |
* | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka | 2020-01-13 | 1 | -2/+2 |
* | mm, slab: remove unused kmalloc_size() | Pengfei Li | 2019-12-01 | 1 | -2/+3 |
* | mm, slab: make kmalloc_info[] contain all types of names | Pengfei Li | 2019-12-01 | 1 | -1/+1 |