Age | Commit message (Expand) | Author |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-24 | mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd | Hugh Dickins |
2023-08-21 | mm: convert prep_transhuge_page() to folio_prep_large_rmappable() | Matthew Wilcox (Oracle) |
2023-08-18 | mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps() | Hugh Dickins |
2023-08-18 | mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock() | Hugh Dickins |
2023-08-18 | mm/khugepaged: retract_page_tables() without mmap or vma lock | Hugh Dickins |
2023-08-18 | mm: merge folio_has_private()/filemap_release_folio() call pairs | David Howells |
2023-08-18 | ksm: add ksm zero pages for each process | xu xin |
2023-08-18 | ksm: count all zero pages placed by KSM | xu xin |
2023-08-09 | shmem: fix quota lock nesting in huge hole handling | Hugh Dickins |
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) |