Age | Commit message (Expand) | Author |
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 |
2020-08-07 | mm, slab/slub: move and improve cache_from_obj() | Vlastimil Babka |
2020-08-07 | mm/slab.c: update outdated kmem_list3 in a comment | Xiao Yang |
2020-08-07 | mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order | Long Li |
2020-08-07 | mm/slab: add naive detection of double free | Kees Cook |
2020-06-03 | mm/page_alloc: integrate classzone_idx and high_zoneidx | Joonsoo Kim |
2020-01-13 | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka |
2019-12-01 | mm, slab: remove unused kmalloc_size() | Pengfei Li |
2019-12-01 | mm, slab: make kmalloc_info[] contain all types of names | Pengfei Li |
2019-10-14 | mm/slab.c: fix kernel-doc warning for __ksize() | Randy Dunlap |
2019-07-12 | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko |
2019-07-12 | mm: memcg/slab: unify SLAB and SLUB page accounting | Roman Gushchin |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation | Roman Gushchin |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | Roman Gushchin |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c | Marco Elver |
2019-07-12 | mm/slab: sanity-check page type when looking up cache | Kees Cook |
2019-05-16 | slab: remove /proc/slab_allocators | Qian Cai |
2019-05-14 | mm/slab.c: fix an infinite loop in leaks_show() | Qian Cai |
2019-05-14 | mm/slab.c: remove unneed check in cpuup_canceled | Li RongQing |
2019-05-14 | slab: use slab_list instead of lru | Tobin C. Harding |
2019-05-06 | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-04-19 | slab: store tagged freelist for off-slab slabmgmt | Qian Cai |
2019-04-17 | mm/slab: Remove store_stackinfo() | Qian Cai |
2019-04-07 | slab: fix a crash by reading /proc/slab_allocators | Qian Cai |
2019-03-29 | mm: add support for kmem caches in DMA32 zone | Nicolas Boichat |
2019-03-05 | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport |
2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan |
2019-03-05 | mm/slab.c: kmemleak no scan alien caches | Qian Cai |
2019-02-21 | kasan, slab: remove redundant kasan_slab_alloc hooks | Andrey Konovalov |
2019-02-21 | kasan, slab: make freelist stored without tags | Andrey Konovalov |
2019-02-21 | kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY | Andrey Konovalov |
2019-01-08 | slab: alien caches must not be initialized if the allocation of the alien cac... | Christoph Lameter |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov |
2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov |
2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov |