summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-11-13mempool: factor out a mempool_adjust_gfp helperChristoph Hellwig
2025-11-13mempool: add error injection supportChristoph Hellwig
2025-11-13mempool: improve kerneldoc commentsChristoph Hellwig
2025-11-13mm: improve kerneldoc comments for __alloc_pages_bulkChristoph Hellwig
2025-11-13usercopy: Remove folio references from check_heap_object()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kfree_nolock()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kfree_rcu_sheaf()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from build_detached_freelist()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from __do_krealloc()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kfree()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kvfree_rcu_cb()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from free_large_kmalloc()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from ___kmalloc_large_node()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references in slab alloc/freeMatthew Wilcox (Oracle)
2025-11-13slab: Remove folio references in memcg_slab_post_charge()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from __ksize()Matthew Wilcox (Oracle)
2025-11-13slab: Reimplement page_slab()Matthew Wilcox (Oracle)
2025-11-13mm: simplify list initialization in barn_shrink()Baolin Liu
2025-11-13slab: use struct freelist_counters as parameters in relevant functionsVlastimil Babka
2025-11-12shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan
2025-11-11memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memoryAkinobu Mita
2025-11-10slab: use struct freelist_counters for local variables instead of struct slabVlastimil Babka
2025-11-10slab: turn freelist_aba_t to a struct and fully define counters thereVlastimil Babka
2025-11-10slab: separate struct freelist_tid from kmem_cache_cpuVlastimil Babka
2025-11-09mm/secretmem: fix use-after-free race in fault handlerLance Yang
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan
2025-11-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge
2025-11-09mm/mremap: honour writable bit in mremap pte batchingDev Jain
2025-11-09mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres
2025-11-09mm/truncate: unmap large folio on split failureKiryl Shutsemau
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau
2025-11-09mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan
2025-11-09ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes
2025-11-09mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan
2025-11-07Merge tag 'slab-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-07slab: prevent recursive kmalloc() in alloc_empty_sheaf()Vlastimil Babka
2025-11-07slab: make __slab_free() more clearVlastimil Babka
2025-11-07slub: remove CONFIG_SLUB_TINY specific code pathsVlastimil Babka
2025-11-07slab: handle pfmemalloc slabs properly with sheavesVlastimil Babka
2025-11-07slab: move kfence_alloc() out of internal bulk allocVlastimil Babka
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster
2025-10-31mm: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-30slab: use new API for remaining command line parametersPetr Tesarik
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig