summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand1-1/+24
2023-02-03mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)1-7/+7
2023-02-03mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)1-5/+10
2023-02-03kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko1-0/+23
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes6-45/+49
2023-02-03mm: mlock: use folios and a folio batch internallyLorenzo Stoakes1-122/+124
2023-02-03mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang1-4/+2
2023-02-03shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)1-20/+10
2023-02-03mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar1-11/+9
2023-02-03mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar1-4/+3
2023-02-03mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar1-7/+9
2023-02-03mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar1-10/+12
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar2-6/+6
2023-02-03mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar1-13/+13
2023-02-03mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar1-10/+10
2023-02-03mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang1-5/+5
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)2-3/+2
2023-02-03mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)1-8/+10
2023-02-03mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-17/+17
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)1-17/+15
2023-02-03hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)1-5/+7
2023-02-03mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)1-3/+5
2023-02-03hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)1-2/+2
2023-02-03mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-03page_alloc: use folio fields directlyMatthew Wilcox (Oracle)1-6/+6
2023-02-03mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)2-19/+29
2023-02-03mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-12/+11
2023-02-03mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-21/+26
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)4-8/+27
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)5-13/+16
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple13-42/+30
2023-02-03mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang1-0/+2
2023-02-03mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang1-0/+2
2023-02-03mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang1-0/+5
2023-02-03mm: compaction: move list validation into compact_zone()Baolin Wang1-12/+3
2023-02-03mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang1-3/+0
2023-02-03mm/mmap: fix typo in commentVernon Yang1-1/+1
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang2-12/+12
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton8-100/+269
2023-02-01mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-01mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-2/+3
2023-02-01migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-01mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-02-01mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-02-01mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4