summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+58
2025-11-29mm: fix vma_start_write_killable() signal handlingMatthew Wilcox (Oracle)1-0/+8
2025-11-29mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprateYoungjun Park1-3/+2
2025-11-29mm/swapfile: fix list iteration when next node is removed during discardYoungjun Park1-5/+9
2025-11-29mm/kfence: add reboot notifier to disable KFENCE on shutdownBreno Leitao1-0/+24
2025-11-29memcg: remove inc/dec_lruvec_kmem_state helpersChen Ridong1-1/+1
2025-11-29mm: fix DEBUG_RODATA_TEST indentation in KconfigGeert Uytterhoeven1-3/+3
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes2-2/+2
2025-11-29mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotoni...fujunjie1-4/+29
2025-11-29mm/vmscan: skip increasing kswapd_failures when reclaim was boostedJiayuan Chen1-1/+6
2025-11-28secretmem: convert memfd_secret() to FD_ADD()Christian Brauner1-19/+1
2025-11-28memfd: convert memfd_create() to FD_ADD()Christian Brauner1-24/+5
2025-11-27mm: memfd_luo: allow preserving memfdPratyush Yadav2-0/+517
2025-11-27mm: shmem: export some functions to internal.hPratyush Yadav2-5/+11
2025-11-27mm: shmem: allow freezing inode mappingPratyush Yadav1-0/+11
2025-11-27mm: shmem: use SHMEM_F_* flags instead of VM_* flagsPratyush Yadav1-13/+15
2025-11-27memblock: unpreserve memory in case of errorPasha Tatashin1-15/+58
2025-11-27kho: drop notifiersMike Rapoport (Microsoft)1-49/+13
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds5-28/+53
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-10/+21
2025-11-25Merge branch 'slab/for-6.19/mempool_alloc_bulk' into slab/for-nextVlastimil Babka2-158/+266
2025-11-25Merge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-nextVlastimil Babka2-114/+93
2025-11-25Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-nextVlastimil Babka7-161/+155
2025-11-25Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-nextVlastimil Babka2-160/+173
2025-11-25slab: Remove unnecessary call to compound_head() in alloc_from_pcs()Matthew Wilcox (Oracle)1-1/+1
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik4-7/+7
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)2-4/+4
2025-11-24mm: swap: remove scan_swap_map_slots() references from commentsYoungjun Park1-11/+9
2025-11-24mm: swap: change swap_alloc_slow() to voidYoungjun Park1-4/+3
2025-11-24mm, swap: remove redundant comment for read_swap_cache_asyncYoungjun Park1-4/+0
2025-11-24mm, swap: use SWP_SOLIDSTATE to determine if swap is rotationalYoungjun Park1-1/+1
2025-11-24mm, swap: fix memory leak in setup_clusters() error pathYoungjun Park1-3/+2
2025-11-24mm/swap: fix wrong plist empty check in swap_alloc_slow()Youngjun Park1-1/+1
2025-11-24mm/damon/tests/sysfs-kunit: fix use after free on error pathDan Carpenter1-1/+1
2025-11-24mm: tweak __vma_enter_locked()Matthew Wilcox (Oracle)1-8/+5
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin2-2/+4
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang1-2/+4
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang8-29/+36
2025-11-24mm/vmalloc: cleanup gfp flag use in new_vmap_block()Vishal Moola (Oracle)1-2/+1
2025-11-24mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()Vishal Moola (Oracle)1-3/+1
2025-11-24mm/vmalloc: add a helper to optimize vmalloc allocation gfpsVishal Moola (Oracle)1-3/+14
2025-11-24mm/vmalloc: warn on invalid vmalloc gfp flagsVishal Moola (Oracle)1-0/+26
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt7-24/+24
2025-11-24memcg: remove __mod_lruvec_stateShakeel Butt3-16/+16
2025-11-24memcg: remove __mod_lruvec_kmem_stateShakeel Butt2-2/+2
2025-11-24memcg: use mod_node_page_state to update statsShakeel Butt1-3/+3
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh2-148/+203
2025-11-24mm: shmem: allow fallback to smaller large orders for tmpfs mmap() accessBaolin Wang1-14/+3
2025-11-24mm/khugepaged: unify SCAN_PMD_NONE and SCAN_PMD_NULL into SCAN_NO_PTE_TABLEWei Yang1-13/+10
2025-11-24mm/khugepaged: continue to collapse on SCAN_PMD_NONEWei Yang1-0/+1