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