summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-02-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara2-2/+2
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-2/+13
2024-02-23mm/memory: Use exception ip to search exception tablesJiaxun Yang1-2/+2
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-7/+1
2024-02-01memblock: fix crash when reserved memory is not added to memoryYajun Deng1-0/+3
2024-02-01mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang1-17/+10
2024-02-01mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang1-19/+29
2024-02-01mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla1-8/+8
2024-02-01mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-8/+9
2024-02-01efi: disable mirror feature during crashkernelMa Wupeng1-0/+6
2024-01-20mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar1-3/+5
2024-01-10mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-10mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao1-4/+9
2024-01-10mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)1-13/+12
2024-01-10mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)1-13/+16
2024-01-05mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2024-01-05mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2024-01-05mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2024-01-01mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+6
2024-01-01mm/damon/core: use number of passed access sampling as a timerSeongJae Park1-49/+47
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-20mm/mglru: reclaim offlined memcgs harderYu Zhao1-8/+16
2023-12-20mm/mglru: respect min_ttl_ms with memcgsYu Zhao1-14/+16
2023-12-20mm/mglru: try to stop at high watermarksYu Zhao1-8/+28
2023-12-20mm/mglru: fix underprotected page cacheYu Zhao2-4/+4
2023-12-13mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar1-1/+1
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
2023-12-13mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-7/+6
2023-12-13hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-0/+7
2023-12-13mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter1-1/+1
2023-12-03filemap: add a per-mapping stable writes flagChristoph Hellwig1-1/+1
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2
2023-11-28mm: fix for negative counter: nr_file_hugepagesStefan Roesch1-7/+9
2023-11-28parisc: fix mmap_base calculation when stack grows upwardsHelge Deller1-0/+10
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park1-1/+3
2023-11-28mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji1-1/+1
2023-11-28mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park1-0/+3
2023-11-28mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park1-0/+2
2023-11-28mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park1-8/+2
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park1-3/+1
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park1-17/+30
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park1-34/+36
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-11-20numa: Generalize numa_map_to_online_node()Yury Norov1-7/+11