summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmap: fix error paths with dup_anon_vma()Liam R. Howlett2023-11-081-1/+14
* mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett2023-11-081-1/+3
* kasan: print the original fault addr when access invalid shadowHaibo Li2023-11-021-3/+1
* hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2023-11-021-4/+37
* mm/migrate: fix do_pages_move for compat pointersGregory Price2023-11-021-2/+12
* mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi2023-11-021-1/+1
* hugetlbfs: clear resv_map pointer if mmap failsRik van Riel2023-11-021-3/+4
* mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott2023-11-021-3/+3
* mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-10-101-6/+6
* mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman2023-10-101-70/+54
* mm/page_alloc: always remove pages from temporary listMel Gorman2023-10-101-0/+2
* mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-10-101-20/+19
* mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)2023-10-101-19/+20
* mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)2023-10-101-14/+14
* mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)2023-10-101-12/+12
* mm/memory: add vm_normal_folio()Vishal Moola (Oracle)2023-10-101-0/+10
* mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2023-10-061-0/+13
* memcg: drop kmem.limit_in_bytesMichal Hocko2023-10-061-10/+0
* mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-10-061-3/+3