summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-04-03mm/migrate: set swap entry values of THP tail pages properly.Zi Yan
2024-04-03mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-04-03mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-04-03swap: comments get_swap_device() with usage ruleHuang Ying
2024-04-03kasan/test: avoid gcc warning for intentional overflowArnd Bergmann
2024-03-15readahead: avoid multiple marked readahead pagesJan Kara
2024-03-06mm: huge_memory: don't force huge page alignment on 32 bitYang Shi
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-03-01mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner
2024-03-01mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park
2024-03-01mm/swap: fix race when skipping swapcacheKairui Song
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe
2024-01-31mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla
2024-01-31mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2024-01-10mm: fix unmap_mapping_range high bits shift bugJiajun Xie
2024-01-10mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar
2024-01-10mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2024-01-10mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2024-01-10memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)
2024-01-10khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)
2024-01-05mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)
2024-01-05mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)
2024-01-05mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2024-01-01mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2024-01-01kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens
2023-12-20mm/mglru: fix underprotected page cacheYu Zhao
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
2023-12-13hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-12-13mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter
2023-12-03mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-11-28mm: fix for negative counter: nr_file_hugepagesStefan Roesch
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park
2023-11-20filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins
2023-11-08mmap: fix error paths with dup_anon_vma()Liam R. Howlett