aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-11-13memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()Matthew Wilcox (Oracle)1-24/+16
2025-11-13mm/slub: fix memory leak in free_to_pcs_bulk()Harry Yoo1-2/+6
2025-11-13mempool: factor out a mempool_adjust_gfp helperChristoph Hellwig1-7/+14
2025-11-13mempool: add error injection supportChristoph Hellwig1-3/+18
2025-11-13mempool: improve kerneldoc commentsChristoph Hellwig1-19/+22
2025-11-13mm: improve kerneldoc comments for __alloc_pages_bulkChristoph Hellwig1-5/+10
2025-11-13usercopy: Remove folio references from check_heap_object()Matthew Wilcox (Oracle)1-8/+16
2025-11-13slab: Remove folio references from kfree_nolock()Matthew Wilcox (Oracle)1-4/+2
2025-11-13slab: Remove folio references from kfree_rcu_sheaf()Matthew Wilcox (Oracle)1-4/+2
2025-11-13slab: Remove folio references from build_detached_freelist()Matthew Wilcox (Oracle)1-7/+9
2025-11-13slab: Remove folio references from __do_krealloc()Matthew Wilcox (Oracle)1-7/+7
2025-11-13slab: Remove folio references from kfree()Matthew Wilcox (Oracle)1-5/+5
2025-11-13slab: Remove folio references from kvfree_rcu_cb()Matthew Wilcox (Oracle)1-7/+7
2025-11-13slab: Remove folio references from free_large_kmalloc()Matthew Wilcox (Oracle)1-10/+10
2025-11-13slab: Remove folio references from ___kmalloc_large_node()Matthew Wilcox (Oracle)1-7/+7
2025-11-13slab: Remove folio references in slab alloc/freeMatthew Wilcox (Oracle)1-13/+13
2025-11-13slab: Remove folio references in memcg_slab_post_charge()Matthew Wilcox (Oracle)1-11/+12
2025-11-13slab: Remove folio references from __ksize()Matthew Wilcox (Oracle)2-11/+22
2025-11-13slab: Reimplement page_slab()Matthew Wilcox (Oracle)2-18/+24
2025-11-13mm: simplify list initialization in barn_shrink()Baolin Liu1-5/+2
2025-11-13slab: use struct freelist_counters as parameters in relevant functionsVlastimil Babka1-74/+52
2025-11-12shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-11-11memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memoryAkinobu Mita1-1/+2
2025-11-10slab: use struct freelist_counters for local variables instead of struct slabVlastimil Babka1-5/+4
2025-11-10slab: turn freelist_aba_t to a struct and fully define counters thereVlastimil Babka2-31/+29
2025-11-10slab: separate struct freelist_tid from kmem_cache_cpuVlastimil Babka1-11/+15
2025-11-09mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas1-1/+2
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan1-3/+7
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan1-3/+6
2025-11-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_extHao Ge1-1/+5
2025-11-09mm/mremap: honour writable bit in mremap pte batchingDev Jain1-1/+1
2025-11-09mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-11-09mm/truncate: unmap large folio on split failureKiryl Shutsemau1-6/+29
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau2-9/+39
2025-11-09mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan1-3/+20
2025-11-09ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-9/+104
2025-11-09mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov3-6/+5
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song1-3/+6
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan2-10/+5
2025-11-07Merge tag 'slab-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+5
2025-11-07slab: prevent recursive kmalloc() in alloc_empty_sheaf()Vlastimil Babka1-10/+26
2025-11-07slab: make __slab_free() more clearVlastimil Babka1-17/+45
2025-11-07slub: remove CONFIG_SLUB_TINY specific code pathsVlastimil Babka2-105/+4
2025-11-07slab: handle pfmemalloc slabs properly with sheavesVlastimil Babka1-14/+55
2025-11-07slab: move kfence_alloc() out of internal bulk allocVlastimil Babka1-8/+36
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka1-1/+5
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster1-0/+58
2025-10-31mm: Use folio_next_pos()Matthew Wilcox (Oracle)2-2/+2
2025-10-30slab: use new API for remaining command line parametersPetr Tesarik1-23/+34