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