aboutsummaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
AgeCommit message (Expand)Author
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins
2023-06-19mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins
2023-06-19mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
2023-06-19mm/khugepaged: fix iteration in collapse_fileDavid Stevens
2023-06-09mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins
2023-04-18mm/khugepaged: maintain page cache uptodate flagDavid Stevens
2023-04-18mm/khugepaged: skip shmem with userfaultfdDavid Stevens
2023-04-18mm/khugepaged: refactor collapse_file control flowDavid Stevens
2023-04-18mm/khugepaged: drain lru after swapping in shmemDavid Stevens
2023-04-18mm/khugepaged: recover from poisoned file-backed memoryJiaqi Yan
2023-04-18mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan
2023-04-18mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-03-28mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu
2023-03-28mm/khugepaged: alloc_charge_hpage() take care of mem charge errorsPeter Xu
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang
2023-02-16mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe
2023-02-13mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)
2023-02-02mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)
2023-02-02mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-31mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe
2023-01-31mm/khugepaged: fix ->anon_vma raceJann Horn
2023-01-11mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe
2023-01-11mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra
2022-12-11khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)
2022-12-11mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani
2022-11-30khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn
2022-11-22mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani
2022-11-22mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds