summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu2022-11-081-3/+6
| |/ |/|
* | mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-281-1/+1
|/
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-201-1/+10
* mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe2022-10-031-1/+1
* mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin2022-10-031-1/+1
* mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)2022-10-031-1/+1
* huge_memory: convert unmap_page() to unmap_folio()Matthew Wilcox (Oracle)2022-10-031-7/+6
* huge_memory: convert split_huge_page_to_list() to use a folioMatthew Wilcox (Oracle)2022-10-031-25/+24
* huge_memory: convert do_huge_pmd_wp_page() to use a folioMatthew Wilcox (Oracle)2022-10-031-16/+19
* mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand2022-09-261-1/+1
* mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang2022-09-261-1/+1
* mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2022-09-261-2/+2
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-1/+2
* mm: remember young/dirty bit for page migrationsPeter Xu2022-09-261-2/+16
* mm/thp: carry over dirty bit when thp splits on pmdPeter Xu2022-09-261-2/+7
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-4/+2
|\
| * mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-09-261-4/+2
* | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-111-0/+3
* | mm: release private data before split THPYin Fengwei2022-09-111-2/+12
* | mm: thp: remove redundant pgtable check in set_huge_zero_page()Qi Zheng2022-09-111-2/+1
* | memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-3/+14
* | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-16/+2
* | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-8/+6
|/
* mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-201-21/+43
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-69/+117
|\
| * mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin2022-07-171-3/+1
| * mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin2022-07-171-0/+4
| * mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin2022-07-171-1/+1
| * mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin2022-07-171-1/+6
| * mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin2022-07-171-1/+1
| * mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin2022-07-171-6/+1
| * mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin2022-07-171-6/+4
| * mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin2022-07-171-2/+2
| * mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin2022-07-171-3/+3
| * mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin2022-07-171-15/+7
| * mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin2022-07-171-13/+5
| * mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin2022-07-171-3/+3
| * mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin2022-07-171-1/+1
| * mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin2022-07-171-1/+1
| * mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-171-2/+2
| * mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-11/+40
| * mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-9/+44
| * mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-171-1/+1
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-2/+2
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* | mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)2022-06-291-3/+8
|/
* mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2022-06-231-0/+1
* mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)2022-06-091-2/+1