summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-2/+3
2024-03-01mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner1-3/+7
2024-03-01mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park1-7/+36
2024-03-01mm/swap: fix race when skipping swapcacheKairui Song3-0/+38
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-2/+13
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
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-01-10mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-10mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar1-1/+1
2024-01-10mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-7/+6
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig1-1/+1
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-1/+4
2024-01-10mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells8-19/+22
2024-01-10memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)1-2/+3
2024-01-10khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)1-11/+12
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/+7
2024-01-01kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-1/+3
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-20mm/mglru: fix underprotected page cacheYu Zhao2-4/+4
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
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-03mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang1-0/+4
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-28mm/memory_hotplug: use pfn math 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/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-33/+35
2023-11-20filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+54
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-11-08mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-1/+14
2023-11-08mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-11-02kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-11-02hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-11-02mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-11-02mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-11-02hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-11-02mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-10mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner1-6/+6
2023-10-10mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman1-70/+54
2023-10-10mm/page_alloc: always remove pages from temporary listMel Gorman1-0/+2