summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2022-11-08Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins
2022-10-20mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-03mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)
2022-10-03huge_memory: convert unmap_page() to unmap_folio()Matthew Wilcox (Oracle)
2022-10-03huge_memory: convert split_huge_page_to_list() to use a folioMatthew Wilcox (Oracle)
2022-10-03huge_memory: convert do_huge_pmd_wp_page() to use a folioMatthew Wilcox (Oracle)
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang
2022-09-26mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-26mm/thp: carry over dirty bit when thp splits on pmdPeter Xu
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand
2022-09-11mm: release private data before split THPYin Fengwei
2022-09-11mm: thp: remove redundant pgtable check in set_huge_zero_page()Qi Zheng
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin
2022-07-17mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin
2022-07-17mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin
2022-07-17mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin
2022-07-17mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin
2022-07-17mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin
2022-07-17mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin
2022-07-17mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin
2022-07-17mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin
2022-07-17mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin
2022-07-17mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin
2022-07-17mm: khugepaged: reorg some khugepaged helpersYang Shi
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)