summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-28memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-28mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-1/+1
2025-03-28mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-28mm/migrate: fix shmem xarray update during migrationZi Yan1-6/+4
2025-03-28mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-22mm/hugetlb: wait for hugetlb folios to be freedGe Yang2-0/+18
2025-03-22userfaultfd: fix PTE unmapping stack-allocated PTE copiesSuren Baghdasaryan1-10/+10
2025-03-22mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song1-9/+66
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-03-13mm: memory-hotplug: check folio ref count first in do_migrate_rangeMa Wupeng1-13/+7
2025-03-13hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng1-1/+4
2025-03-13mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10
2025-03-13mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2-4/+6
2025-03-13mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng3-35/+36
2025-03-13mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes1-4/+8
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-13userfaultfd: do not block on locking a large folio with raised refcountSuren Baghdasaryan1-1/+16
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-0/+3
2025-03-13dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior1-0/+1
2025-03-13Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...Gabriel Krisman Bertazi1-2/+1
2025-02-27mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro1-1/+10
2025-02-27mm/zswap: fix inconsistency when zswap_store_page() failsHyeonggon Yoo1-19/+16
2025-02-27mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-9/+4
2025-02-17mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin1-1/+2
2025-02-17mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-17mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-17mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-17mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-02-17mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu1-19/+3
2025-02-17kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-08memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-02-01cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2025-01-15mm: zswap: move allocations during CPU init outside the lockYosry Ahmed1-18/+24
2025-01-15mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin1-2/+2
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi1-1/+1
2025-01-15mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...zihan zhou1-0/+3
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)1-1/+1
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-12vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-2/+13
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts3-2/+56
2025-01-12mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed1-14/+44
2025-01-12Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"Yosry Ahmed1-16/+3
2025-01-12mm: fix div by zero in bdi_ratio_from_pagesStefan Roesch1-2/+8
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-12mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim1-1/+2
2025-01-12mm/kmemleak: fix percpu memory leak detection failureGuo Weikang1-1/+1
2025-01-06Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds1-2/+1
2024-12-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa1-6/+1
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song3-9/+9