Age | Commit message (Expand) | Author |
2021-07-12 | mm/rmap: fix munlocking Anon THP with mlocked ptes | Hugh Dickins |
2021-07-11 | mm/rmap: try_to_migrate() skip zone_device !device_private | Hugh Dickins |
2021-07-11 | mm/rmap: fix new bug: premature return from page_mlock_one() | Hugh Dickins |
2021-07-11 | mm/rmap: fix old bug: munlocking THP missed other mlocks | Hugh Dickins |
2021-07-11 | mm/rmap: fix comments left over from recent changes | Hugh Dickins |
2021-07-01 | mm: device exclusive memory access | Alistair Popple |
2021-07-01 | mm/rmap: split migration into its own function | Alistair Popple |
2021-07-01 | mm/rmap: split try_to_munlock from try_to_unmap | Alistair Popple |
2021-07-01 | mm/swapops: rework swap entry manipulation code | Alistair Popple |
2021-06-30 | mm: rmap: make try_to_unmap() void function | Yang Shi |
2021-06-16 | mm/thp: fix page_address_in_vma() on file THP tails | Jue Wang |
2021-06-16 | mm/thp: fix vma_address() if virtual address below file offset | Hugh Dickins |
2021-06-16 | mm/thp: try_to_unmap() use TTU_SYNC for safe splitting | Hugh Dickins |
2021-05-07 | mm: fix some typos and code style problems | Shijie Luo |
2021-02-26 | mm/rmap: correct obsolete comment of page_get_anon_vma() | Miaohe Lin |
2021-02-26 | mm/rmap: use page_not_mapped in try_to_unmap() | Miaohe Lin |
2021-02-26 | mm/rmap: fix obsolete comment in __page_check_anon_rmap() | Miaohe Lin |
2021-02-26 | mm/rmap: remove unneeded semicolon in page_not_mapped() | Miaohe Lin |
2021-02-26 | mm/rmap: correct some obsolete comments of anon_vma | Miaohe Lin |
2021-02-24 | mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas() | Li Xinhai |
2021-02-24 | mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages | Muchun Song |
2021-02-24 | mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages | Muchun Song |
2021-02-24 | mm: memcontrol: convert NR_ANON_THPS account to pages | Muchun Song |
2020-12-15 | mm/lru: revise the comments of lru_lock | Hugh Dickins |
2020-12-15 | mm/rmap: stop store reordering issue on page->mapping | Alex Shi |
2020-12-15 | mm/rmap: always do TTU_IGNORE_ACCESS | Shakeel Butt |
2020-11-14 | hugetlbfs: fix anon huge page migration race | Mike Kravetz |
2020-10-16 | mm/rmap: fix assumptions of THP size | Matthew Wilcox (Oracle) |
2020-09-05 | mm/rmap: fixup copying of soft dirty and uffd ptes | Alistair Popple |
2020-08-14 | mm/rmap: annotate a data race at tlb_flush_batched | Qian Cai |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |
2020-08-12 | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem | Mike Kravetz |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_THPS counter | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner |
2020-04-07 | mm: prevent a warning when casting void* -> enum | Palmer Dabbelt |
2020-04-07 | userfaultfd: wp: support swap and page migration | Peter Xu |
2020-04-07 | mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE | Matthew Wilcox (Oracle) |
2020-04-07 | Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork" | Li Xinhai |
2020-04-02 | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz |
2020-04-02 | mm/vma: make is_vma_temporary_stack() available for general use | Anshuman Khandual |
2020-04-02 | mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages | John Hubbard |
2019-12-01 | mm, thp: do not queue fully unmapped pages for deferred split | Kirill A. Shutemov |
2019-12-01 | mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap() | Yang Shi |
2019-12-01 | mm/rmap.c: fix outdated comment in page_get_anon_vma() | Miles Chen |
2019-12-01 | mm/rmap.c: reuse mergeable anon_vma as parent when fork | Wei Yang |
2019-12-01 | mm/rmap.c: don't reuse anon_vma if we just want a copy | Wei Yang |
2019-10-19 | mm: include <linux/huge_mm.h> for is_vma_temporary_stack | Ben Dooks |
2019-09-24 | mm,thp: add read-only THP support for (non-shmem) FS | Song Liu |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |