summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu2024-06-271-1/+10
* mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin2024-06-211-2/+2
* mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin2024-06-211-0/+7
* mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu2024-06-211-3/+2
* mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2024-06-211-5/+23
* mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden2024-06-161-3/+3
* mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden2024-06-161-4/+0
* kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko2024-06-161-4/+11
* mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-06-162-23/+28
* mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin2024-05-171-2/+1
* mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang2024-05-171-0/+4
* mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu2024-05-171-1/+4
* mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar2024-05-172-17/+19
* mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar2024-05-171-13/+14
* mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar2024-05-172-7/+11
* mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar2024-05-171-2/+2
* mm/hugetlb: add folio_hstate()Sidhartha Kumar2024-05-171-1/+1
* mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin2024-04-271-3/+15
* 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