summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand
2023-02-02mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)
2023-02-02mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)
2023-02-02kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-02-02mm: mlock: use folios and a folio batch internallyLorenzo Stoakes
2023-02-02mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang
2023-02-02shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)
2023-02-02mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)
2023-02-02mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)
2023-02-02mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02page_alloc: use folio fields directlyMatthew Wilcox (Oracle)
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-02-02mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang
2023-02-02mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang
2023-02-02mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang
2023-02-02mm: compaction: move list validation into compact_zone()Baolin Wang
2023-02-02mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang
2023-02-02mm/mmap: fix typo in commentVernon Yang
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-01-31mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe
2023-01-31mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka
2023-01-31mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao