summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2023-11-08mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett
2023-11-02kasan: print the original fault addr when access invalid shadowHaibo Li
2023-11-02hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-11-02mm/migrate: fix do_pages_move for compat pointersGregory Price
2023-11-02mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi
2023-11-02hugetlbfs: clear resv_map pointer if mmap failsRik van Riel
2023-11-02mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott
2023-10-10mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner
2023-10-10mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman
2023-10-10mm/page_alloc: always remove pages from temporary listMel Gorman
2023-10-10mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi
2023-10-10mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)
2023-10-10mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)
2023-10-10mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)
2023-10-10mm/memory: add vm_normal_folio()Vishal Moola (Oracle)
2023-10-06mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko