summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-05mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge
2024-06-27mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu
2024-06-21mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin
2024-06-21mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin
2024-06-21mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu
2024-06-21mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko
2024-06-16mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden
2024-06-16mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden
2024-06-16kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-05-17mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin
2024-05-17mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang
2024-05-17mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu
2024-05-17mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar
2024-05-17mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar
2024-05-17mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar
2024-05-17mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar
2024-05-17mm/hugetlb: add folio_hstate()Sidhartha Kumar
2024-04-27mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
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