summaryrefslogtreecommitdiff
path: root/mm/khugepaged.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-24mm: remove references to pagevecMatthew Wilcox (Oracle)1-3/+3
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-1/+0
2023-06-20mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts1-10/+12
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins1-4/+0
2023-06-20mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins1-2/+4
2023-06-20mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins1-23/+49
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-5/+0
2023-06-19mm/khugepaged: fix iteration in collapse_fileDavid Stevens1-1/+0
2023-06-10mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao1-7/+5
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins1-22/+1
2023-04-19mm/khugepaged: maintain page cache uptodate flagDavid Stevens1-52/+33
2023-04-19mm/khugepaged: skip shmem with userfaultfdDavid Stevens1-20/+79
2023-04-19mm/khugepaged: refactor collapse_file control flowDavid Stevens1-117/+113
2023-04-19mm/khugepaged: drain lru after swapping in shmemDavid Stevens1-0/+2
2023-04-19mm/khugepaged: recover from poisoned file-backed memoryJiaqi Yan1-31/+56
2023-04-19mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan1-13/+99
2023-04-19mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov1-0/+20
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+4
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-0/+8
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-1/+1
2023-03-29mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu1-6/+2
2023-03-29mm/khugepaged: alloc_charge_hpage() take care of mem charge errorsPeter Xu1-1/+8
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+29
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang1-1/+1
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang1-1/+1
2023-02-17mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-14mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)1-4/+10
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