aboutsummaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Gravatar Zach O'Keefe 1-1/+1
2022-10-03mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceGravatar Liu Shixin 1-1/+1
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-10-03huge_memory: convert unmap_page() to unmap_folio()Gravatar Matthew Wilcox (Oracle) 1-7/+6
2022-10-03huge_memory: convert split_huge_page_to_list() to use a folioGravatar Matthew Wilcox (Oracle) 1-25/+24
2022-10-03huge_memory: convert do_huge_pmd_wp_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-16/+19
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()Gravatar David Hildenbrand 1-1/+1
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageGravatar Haiyue Wang 1-1/+1
2022-09-26mm/khugepaged: stop using vma linked listGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersGravatar Aneesh Kumar K.V 1-0/+1
2022-09-26mm: multi-gen LRU: groundworkGravatar Yu Zhao 1-1/+2
2022-09-26mm: remember young/dirty bit for page migrationsGravatar Peter Xu 1-2/+16
2022-09-26mm/thp: carry over dirty bit when thp splits on pmdGravatar Peter Xu 1-2/+7
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-4/+2
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Gravatar Naoya Horiguchi 1-4/+2
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastGravatar David Hildenbrand 1-0/+3
2022-09-11mm: release private data before split THPGravatar Yin Fengwei 1-2/+12
2022-09-11mm: thp: remove redundant pgtable check in set_huge_zero_page()Gravatar Qi Zheng 1-2/+1
2022-09-11memory tiering: hot page selection with hint page fault latencyGravatar Huang Ying 1-3/+14
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageGravatar Zach O'Keefe 1-16/+2
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Gravatar Zach O'Keefe 1-8/+6
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWGravatar David Hildenbrand 1-21/+43
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-69/+117
2022-07-17mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidGravatar Miaohe Lin 1-3/+1
2022-07-17mm/huge_memory: comment the subtly logic in __split_huge_pmdGravatar Miaohe Lin 1-0/+4
2022-07-17mm/huge_memory: correct comment of prep_transhuge_pageGravatar Miaohe Lin 1-1/+1
2022-07-17mm/huge_memory: minor cleanup for split_huge_pages_allGravatar Miaohe Lin 1-1/+6
2022-07-17mm/huge_memory: try to free subpage in swapcache when possibleGravatar Miaohe Lin 1-1/+1
2022-07-17mm/huge_memory: fix comment in zap_huge_pudGravatar Miaohe Lin 1-6/+1
2022-07-17mm/huge_memory: use helper macro __ATTR_RWGravatar Miaohe Lin 1-6/+4
2022-07-17mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidGravatar Miaohe Lin 1-2/+2
2022-07-17mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdGravatar Miaohe Lin 1-3/+3
2022-07-17mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedGravatar Miaohe Lin 1-15/+7
2022-07-17mm/huge_memory: use helper touch_pud in huge_pud_set_accessedGravatar Miaohe Lin 1-13/+5
2022-07-17mm/huge_memory: fix comment of __pud_trans_huge_lockGravatar Miaohe Lin 1-3/+3
2022-07-17mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdGravatar Miaohe Lin 1-1/+1
2022-07-17mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdGravatar Miaohe Lin 1-1/+1
2022-07-17mm: khugepaged: reorg some khugepaged helpersGravatar Yang Shi 1-2/+2
2022-07-17mm: thp: kill __transhuge_page_enabled()Gravatar Yang Shi 1-11/+40
2022-07-17mm: thp: kill transparent_hugepage_active()Gravatar Yang Shi 1-9/+44
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableGravatar Yang Shi 1-1/+1
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesGravatar Alex Sierra 1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-2/+2
2022-06-29mm: Account dirty folios properly during splitsGravatar Matthew Wilcox (Oracle) 1-3/+8
2022-06-27docs: rename Documentation/vm to Documentation/mmGravatar Mike Rapoport 1-1/+1
2022-06-23mm: Clear page->private when splitting or migrating a pageGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-06-09mm/huge_memory: Fix xarray node memory leakGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-54/+123
2022-05-19mm: khugepaged: make khugepaged_enter() void functionGravatar Yang Shi 1-2/+2
2022-05-19mm: thp: only regular file could be THP eligibleGravatar Yang Shi 1-9/+2