summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-05-17mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-2/+1
2024-05-17mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-17mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-05-17mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar2-17/+19
2024-05-17mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar1-13/+14
2024-05-17mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar2-7/+11
2024-05-17mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar1-2/+2
2024-05-17mm/hugetlb: add folio_hstate()Sidhartha Kumar1-1/+1
2024-04-27mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-03mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5
2024-04-03mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-04-03mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-04-03swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9
2024-04-03kasan/test: avoid gcc warning for intentional overflowArnd Bergmann1-1/+2
2024-03-15readahead: avoid multiple marked readahead pagesJan Kara1-2/+2
2024-03-06mm: huge_memory: don't force huge page alignment on 32 bitYang Shi1-0/+4
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
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