summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)1-7/+7
2023-02-03mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)1-5/+10
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-3/+3
2023-02-01mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-02-01mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2023-01-12mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe1-1/+1
2023-01-12mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins1-8/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra1-1/+1
2022-12-12khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)1-4/+7
2022-12-12mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani1-3/+4
2022-12-01khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)1-11/+12
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins1-9/+2
2022-12-01mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner1-0/+5
2022-12-01mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-12-01mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+2
2022-12-01mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51
2022-11-23mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani1-2/+1
2022-11-23mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi1-18/+14
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-429/+739
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-10-04mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe1-1/+2
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe1-57/+188
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe1-7/+62
2022-10-04mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe1-0/+2
2022-10-04mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe1-0/+3
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-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-2/+2
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