summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-101-0/+4
* mm/migrate: set swap entry values of THP tail pages properly.Zi Yan2024-04-031-1/+5
* mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-04-033-11/+11
* memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang2024-04-031-2/+2
* mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-04-031-1/+12
* swap: comments get_swap_device() with usage ruleHuang Ying2024-04-031-3/+9
* kasan/test: avoid gcc warning for intentional overflowArnd Bergmann2024-04-031-1/+2
* readahead: avoid multiple marked readahead pagesJan Kara2024-03-151-2/+2
* mm: huge_memory: don't force huge page alignment on 32 bitYang Shi2024-03-061-0/+4
* mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed2024-03-011-0/+2
* mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park2024-03-011-1/+17
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-2/+3
* mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner2024-03-011-3/+7
* mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park2024-03-011-7/+36
* mm/swap: fix race when skipping swapcacheKairui Song2024-03-013-0/+38
* userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra2024-02-231-2/+13
* mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe2024-02-231-1/+1
* mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla2024-01-311-8/+8
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-01-311-8/+9
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-101-2/+2
* mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar2024-01-101-1/+1
* mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2024-01-101-7/+6
* filemap: add a per-mapping stable writes flagChristoph Hellwig2024-01-101-1/+1
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2024-01-101-1/+4
* mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2024-01-108-19/+22
* memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)2024-01-101-2/+3
* khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)2024-01-101-11/+12
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2024-01-051-3/+3
* mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2024-01-051-1/+1
* mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2024-01-051-1/+8
* mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2024-01-051-0/+9
* mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2024-01-011-0/+7
* kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2024-01-011-1/+3
* mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-201-1/+18
* mm/mglru: fix underprotected page cacheYu Zhao2023-12-202-4/+4
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-131-1/+1
* hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz2023-12-131-0/+7
* mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter2023-12-131-1/+1
* mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-12-031-0/+4
* mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin2023-11-281-1/+2
* mm: fix for negative counter: nr_file_hugepagesStefan Roesch2023-11-281-7/+9
* mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/cma: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park2023-11-281-1/+3
* mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park2023-11-281-3/+2
* mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park2023-11-281-3/+1
* mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park2023-11-281-17/+30
* mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park2023-11-281-33/+35
* filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2023-11-201-0/+54
* vfs: fix readahead(2) on block devicesReuben Hawkins2023-11-201-1/+2