summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04khugepaged: call shmem_get_folio()Matthew Wilcox (Oracle)1-2/+5
2022-10-04mm: thp: convert to use common struct mm_slotQi Zheng1-71/+52
2022-09-27mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)1-3/+6
2022-09-27mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi1-0/+2
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-4/+6
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi1-4/+6
2022-09-12mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe1-33/+35
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-1/+118
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe1-12/+48
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-11/+14
2022-09-12mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe1-25/+58
2022-09-12mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe1-116/+117
2022-09-12mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe1-43/+35
2022-09-12mm/khugepaged: add struct collapse_controlZach O'Keefe1-37/+50
2022-09-12mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi1-94/+26
2022-07-18mm: khugepaged: reorg some khugepaged helpersYang Shi1-7/+11
2022-07-18mm: thp: kill __transhuge_page_enabled()Yang Shi1-4/+4
2022-07-18mm: thp: kill transparent_hugepage_active()Yang Shi1-44/+4
2022-07-18mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi1-1/+7
2022-07-18mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi1-13/+6
2022-07-18mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi1-0/+3
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-3/+6
2022-07-04mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin1-1/+6
2022-07-04mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin1-3/+2
2022-07-04mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin1-37/+30
2022-07-04mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin1-5/+5
2022-07-04mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin1-7/+7
2022-07-04mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin1-18/+14
2022-07-04mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin1-2/+0
2022-05-20mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi1-3/+3
2022-05-20mm: khugepaged: make hugepage_vma_check() non-staticYang Shi1-16/+9
2022-05-20mm: khugepaged: make khugepaged_enter() void functionYang Shi1-11/+7
2022-05-20mm: thp: only regular file could be THP eligibleYang Shi1-7/+2
2022-05-20mm: khugepaged: skip DAX vmaYang Shi1-0/+4
2022-05-20mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi1-3/+6
2022-05-13mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu1-1/+13
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+1
2022-04-30mm/khugepaged: use vma_is_anonymousxu xin1-2/+2
2022-03-25mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand1-11/+0
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-1/+2
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins1-2/+8
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-2/+2
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin1-0/+3
2022-02-04mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin1-16/+18
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+11
2022-01-15mm: fix some comment errorsQuanfa Fu1-1/+1
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang1-0/+7
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: ptep_clear() page table helperPasha Tatashin1-10/+2