Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |