summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)1-1/+1
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-7/+9
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2-29/+39
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan1-8/+1
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2-15/+18
2023-08-25mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2-18/+18
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-0/+12
2023-08-25swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan3-10/+7
2023-08-25mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin1-2/+1
2023-08-25mm/memory.c: fix mismergeMatthew Wilcox1-1/+1
2023-08-25mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins1-9/+29
2023-08-25hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz1-10/+1
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton3-6/+8
2023-08-25shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-25madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-22mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)1-11/+10
2023-08-22mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)1-1/+1
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-1/+1
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)3-9/+3
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2-44/+7
2023-08-22mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)1-19/+5
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)4-14/+14
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)3-14/+19
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2-26/+24
2023-08-22mm: call free_huge_page() directlyMatthew Wilcox (Oracle)1-3/+5
2023-08-22mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-7/+0
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton22-86/+226
2023-08-21Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang1-4/+4
2023-08-21mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang1-1/+6
2023-08-21mm/ksm: add pages scanned metricStefan Roesch1-1/+15
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm/secretmem: use a folio in secretmem_fault()ZhangPeng1-6/+8
2023-08-21mm,thp: no space after colon in Mem-Info fieldsHugh Dickins1-3/+3
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai1-1/+2
2023-08-21memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai1-1/+1
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai1-19/+11
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-21mm/z3fold: remove obsolete comment for struct z3fold_poolXiu Jianfeng1-2/+0
2023-08-21mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfnKemeng Shi1-2/+2
2023-08-21mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_maskKemeng Shi1-19/+11
2023-08-21mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()ZhangPeng1-3/+2
2023-08-21Multi-gen LRU: skip CMA pages when they are not eligibleCharan Teja Kalla1-1/+1
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi1-3/+3
2023-08-21mm/page_alloc: remove unnecessary parameter batch of nr_pcp_freeKemeng Shi1-5/+3
2023-08-21mm/page_alloc: remove track of active PCP lists range in bulk freeKemeng Shi1-12/+3
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V1-21/+35
2023-08-21mm/memory_hotplug: support memmap_on_memory when memmap is not aligned to pag...Aneesh Kumar K.V1-19/+101