summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-03mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe
2022-10-03mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe
2022-10-03khugepaged: call shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03mm: thp: convert to use common struct mm_slotQi Zheng
2022-09-26mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)
2022-09-26mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett
2022-09-26mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi
2022-09-11mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
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-09-11mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe
2022-09-11mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe
2022-09-11mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe
2022-09-11mm/khugepaged: add struct collapse_controlZach O'Keefe
2022-09-11mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
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: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi
2022-07-17mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-03mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin
2022-07-03mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin
2022-07-03mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin
2022-07-03mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin
2022-07-03mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin
2022-07-03mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin
2022-07-03mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin
2022-05-19mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi
2022-05-19mm: khugepaged: make hugepage_vma_check() non-staticYang Shi
2022-05-19mm: khugepaged: make khugepaged_enter() void functionYang Shi
2022-05-19mm: thp: only regular file could be THP eligibleYang Shi
2022-05-19mm: khugepaged: skip DAX vmaYang Shi
2022-05-19mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi
2022-05-13mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-04-29mm/khugepaged: use vma_is_anonymousxu xin
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins