aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-02hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)1-5/+7
2023-02-02mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)1-1/+1
2023-02-02mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)1-3/+5
2023-02-02hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)1-2/+2
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-02page_alloc: use folio fields directlyMatthew Wilcox (Oracle)1-6/+6
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)2-19/+29
2023-02-02mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-11/+10
2023-02-02mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-12/+11
2023-02-02mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-21/+26
2023-02-02mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-11/+10
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)4-8/+27
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)5-13/+16
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple13-42/+30
2023-02-02mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang1-0/+2
2023-02-02mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang1-0/+2
2023-02-02mm: compaction: count the migration scanned pages events for proactive compactionBaolin Wang1-0/+5
2023-02-02mm: compaction: move list validation into compact_zone()Baolin Wang1-12/+3
2023-02-02mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang1-3/+0
2023-02-02mm/mmap: fix typo in commentVernon Yang1-1/+1
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang2-12/+12
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton8-100/+269
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-2/+3
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-01-31mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-01-31mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-01-31mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2-57/+14
2023-01-31zsmalloc: fix a race with deferred_handles storingNhat Pham1-32/+205
2023-01-31mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2023-01-18mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-01-18mm/debug: use valid physical memory for pmd/pud testsFrank van der Linden1-19/+83
2023-01-18mm/damon/paddr: remove damon_pa_access_chk_result structSeongJae Park1-17/+11
2023-01-18mm/damon/paddr: remove folio_sz field from damon_pa_access_chk_resultSeongJae Park1-6/+1
2023-01-18mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to 'folio_sz'SeongJae Park1-10/+11
2023-01-18mm/damon/vaddr: record appropriate folio size when the access is not foundSeongJae Park1-9/+6
2023-01-18mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZESeongJae Park1-1/+1
2023-01-18mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'SeongJae Park1-10/+11
2023-01-18mm: remove PageMovable exportGreg Kroah-Hartman3-6/+0
2023-01-18mm: introduce folio_is_pfmemallocSidhartha Kumar2-2/+2
2023-01-18mm: support POSIX_FADV_NOREUSEYu Zhao1-1/+4
2023-01-18mm: add vma_has_recency()Yu Zhao3-29/+25
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-21/+30
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()David Hildenbrand1-5/+6
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-1/+1
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park2-2/+2
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2-31/+1
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang2-8/+2