summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-1/+2
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-2/+1
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-03mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)1-3/+5
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-2/+2
2023-01-19mm: huge_memory: convert split_huge_pages_all() to use a folioKefeng Wang1-8/+17
2023-01-19mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei1-0/+3
2023-01-19mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang1-1/+1
2023-01-19mm: huge_memory: convert madvise_free_huge_pmd to use a folioKefeng Wang1-14/+14
2023-01-19mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-5/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-73/+84
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-6/+13
2022-12-12mm: remove VM_FAULT_WRITEDavid Hildenbrand1-1/+1
2022-12-01mm/thp: re-apply mkdirty for small pages after splitPeter Xu1-6/+8
2022-12-01mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand1-1/+1
2022-12-01mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand1-3/+0
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-11/+15
2022-12-01mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand1-2/+36
2022-12-01mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins1-10/+5
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins1-1/+1
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins1-2/+1
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-28/+8
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-3/+6
2022-11-29mm: Add PG_arch_3 page flagPeter Collingbourne1-0/+1
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas1-1/+1
2022-11-09mm: allow multiple error returns in try_grab_page()Logan Gunthorpe1-6/+13
2022-11-09mm: migrate: try again if THP split is failed due to page refcntBaolin Wang1-2/+2
2022-11-09mm/huge_memory: convert split_huge_pages_in_file() to use a folioMatthew Wilcox (Oracle)1-9/+9
2022-11-09Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu1-3/+6
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins1-1/+1
2022-10-21mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman1-1/+10
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe1-1/+1
2022-10-04mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twiceLiu Shixin1-1/+1
2022-10-04mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)1-1/+1
2022-10-04huge_memory: convert unmap_page() to unmap_folio()Matthew Wilcox (Oracle)1-7/+6
2022-10-04huge_memory: convert split_huge_page_to_list() to use a folioMatthew Wilcox (Oracle)1-25/+24
2022-10-04huge_memory: convert do_huge_pmd_wp_page() to use a folioMatthew Wilcox (Oracle)1-16/+19
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+1
2022-09-27mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang1-1/+1
2022-09-27mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)1-2/+2
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-1/+2
2022-09-27mm: remember young/dirty bit for page migrationsPeter Xu1-2/+16
2022-09-27mm/thp: carry over dirty bit when thp splits on pmdPeter Xu1-2/+7
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-4/+2
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2