Age | Commit message (Expand) | Author |
2023-06-29 | mm/khugepaged: fix regression in collapse_file() | Hugh Dickins |
2023-06-23 | mm: remove references to pagevec | Matthew Wilcox (Oracle) |
2023-06-23 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton |
2023-06-19 | mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro | Nick Desaulniers |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts |
2023-06-19 | mm/pgtable: delete pmd_trans_unstable() and friends | Hugh Dickins |
2023-06-19 | mm/memory: handle_pte_fault() use pte_offset_map_nolock() | Hugh Dickins |
2023-06-19 | mm/khugepaged: allow pte_offset_map[_lock]() to fail | Hugh Dickins |
2023-06-19 | mm: use pmdp_get_lockless() without surplus barrier() | Hugh Dickins |
2023-06-19 | mm/khugepaged: fix iteration in collapse_file | David Stevens |
2023-06-09 | mm: khugepaged: avoid pointless allocation for "struct mm_slot" | Xin Hao |
2023-04-27 | mm/khugepaged: fix conflicting mods to collapse_file() | Hugh Dickins |
2023-04-18 | mm/khugepaged: maintain page cache uptodate flag | David Stevens |
2023-04-18 | mm/khugepaged: skip shmem with userfaultfd | David Stevens |
2023-04-18 | mm/khugepaged: refactor collapse_file control flow | David Stevens |
2023-04-18 | mm/khugepaged: drain lru after swapping in shmem | David Stevens |
2023-04-18 | mm/khugepaged: recover from poisoned file-backed memory | Jiaqi Yan |
2023-04-18 | mm/khugepaged: recover from poisoned anonymous memory | Jiaqi Yan |
2023-04-18 | mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file() | Ivan Orlov |
2023-04-16 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton |
2023-04-16 | mm/khugepaged: check again on anon uffd-wp during isolation | Peter Xu |
2023-04-05 | mm/khugepaged: write-lock VMA while collapsing a huge page | Suren Baghdasaryan |
2023-04-05 | mm/uffd: UFFD_FEATURE_WP_UNPOPULATED | Peter Xu |
2023-03-28 | mm/khugepaged: cleanup memcg uncharge for failure path | Peter Xu |
2023-03-28 | mm/khugepaged: alloc_charge_hpage() take care of mem charge errors | Peter Xu |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-20 | mm: change to return bool for isolate_lru_page() | Baolin Wang |
2023-02-20 | mm: change to return bool for folio_isolate_lru() | Baolin Wang |
2023-02-16 | mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount | Zach O'Keefe |
2023-02-13 | mm/khugepaged: fix invalid page access in release_pte_pages() | Vishal Moola (Oracle) |
2023-02-02 | mm/khugepaged: convert release_pte_pages() to use folios | Vishal Moola (Oracle) |
2023-02-02 | mm/khugepaged: introduce release_pte_folio() to replace release_pte_page() | Vishal Moola (Oracle) |
2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple |
2023-01-31 | mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups | Zach O'Keefe |
2023-01-31 | mm/khugepaged: fix ->anon_vma race | Jann Horn |
2023-01-11 | mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end | Zach O'Keefe |
2023-01-11 | mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma | Hugh Dickins |
2022-12-17 | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-15 | mm: Rename pmd_read_atomic() | Peter Zijlstra |
2022-12-11 | khugepage: replace lru_cache_add() with folio_add_lru() | Vishal Moola (Oracle) |
2022-12-11 | mm/khugepaged: add tracepoint to collapse_file() | Gautam Menghani |
2022-11-30 | khugepage: replace try_to_release_page() with filemap_release_folio() | Vishal Moola (Oracle) |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner |
2022-11-30 | mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths | Jann Horn |
2022-11-30 | mm/khugepaged: fix GUP-fast interaction by sending IPI | Jann Horn |
2022-11-30 | mm/khugepaged: take the right locks for page table retraction | Jann Horn |
2022-11-22 | mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename... | Gautam Menghani |
2022-11-22 | mm: khugepaged: allow page allocation fallback to eligible nodes | Yang Shi |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |