summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig
2025-10-29mm: remove __filemap_fdatawriteChristoph Hellwig
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig
2025-10-29mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inodeChristoph Hellwig
2025-10-27slab: convert setup_slub_debug() to use __core_param_cb()Petr Tesarik
2025-10-27slab: constify slab debug stringsPetr Tesarik
2025-10-24Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-10-24slab: Fix obj_ext mistakenly considered NULL due to race conditionHao Ge
2025-10-23slab: fix slab accounting imbalance due to defer_deactivate_slab()Vlastimil Babka
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds
2025-10-22memfd,selinux: call security_inode_init_security_anon()ThiƩbaud Weksteen
2025-10-21mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park
2025-10-21mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li