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