Age | Commit message (Expand) | Author |
2022-03-21 | mm/gup: Handle page split race more efficiently | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Remove an assumption of a contiguous memmap | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Fix some contiguous memmap assumptions | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Change the calling convention for compound_next() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Optimise compound_range_next() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Change the calling convention for compound_range_next() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Remove for_each_compound_head() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Remove for_each_compound_range() | Matthew Wilcox (Oracle) |
2022-03-21 | mm/gup: Increment the page refcount before the pincount | Matthew Wilcox (Oracle) |
2022-03-03 | mm: build migrate_vma_* for all configs with ZONE_DEVICE support | Christoph Hellwig |
2022-03-03 | mm: move the migrate_vma_* device migration code into its own file | Christoph Hellwig |
2022-03-03 | mm: refactor the ZONE_DEVICE handling in migrate_vma_pages | Christoph Hellwig |
2022-03-03 | mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page | Christoph Hellwig |
2022-03-03 | mm: refactor check_and_migrate_movable_pages | Christoph Hellwig |
2022-03-03 | mm: generalize the pgmap based page_free infrastructure | Christoph Hellwig |
2022-03-03 | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig |
2022-03-03 | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig |
2022-03-03 | mm: simplify freeing of devmap managed pages | Christoph Hellwig |
2022-03-03 | mm: move free_devmap_managed_page to memremap.c | Christoph Hellwig |
2022-03-03 | mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages | Christoph Hellwig |
2022-03-03 | mm/munlock: mlock_vma_page() check against VM_SPECIAL | Hugh Dickins |
2022-02-17 | mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP | Hugh Dickins |
2022-02-17 | mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH) | Hugh Dickins |
2022-02-17 | mm/munlock: page migration needs mlock pagevec drained | Hugh Dickins |
2022-02-17 | mm/munlock: mlock_page() munlock_page() batch by pagevec | Hugh Dickins |
2022-02-17 | mm/munlock: delete smp_mb() from __pagevec_lru_add_fn() | Hugh Dickins |
2022-02-17 | mm/migrate: __unmap_and_move() push good newpage to LRU | Hugh Dickins |
2022-02-17 | mm/munlock: mlock_pte_range() when mlocking or munlocking | Hugh Dickins |
2022-02-17 | mm/munlock: maintain page->mlock_count while unevictable | Hugh Dickins |
2022-02-17 | mm/munlock: replace clear_page_mlock() by final clearance | Hugh Dickins |
2022-02-17 | mm/munlock: rmap call mlock_vma_page() munlock_vma_page() | Hugh Dickins |
2022-02-17 | mm/munlock: delete munlock_vma_pages_all(), allow oomreap | Hugh Dickins |
2022-02-17 | mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE | Hugh Dickins |
2022-02-17 | mm/munlock: delete page_mlock() and all its works | Hugh Dickins |
2022-02-11 | kfence: make test case compatible with run time set sample interval | Peng Liu |
2022-02-11 | mm: memcg: synchronize objcg lists with a dedicated spinlock | Roman Gushchin |
2022-02-11 | mm: vmscan: remove deadlock due to throttling failing to make progress | Mel Gorman |
2022-02-04 | mm/kmemleak: avoid scanning potential huge holes | Lang Yu |
2022-02-04 | mm/page_table_check: check entries at pmd levels | Pasha Tatashin |
2022-02-04 | mm/khugepaged: unify collapse pmd clear, flush and free | Pasha Tatashin |
2022-02-04 | mm/page_table_check: use unsigned long for page counters and cleanup | Pasha Tatashin |
2022-02-04 | mm/debug_vm_pgtable: remove pte entry from the page table | Pasha Tatashin |
2022-02-04 | Revert "mm/page_isolation: unset migratetype directly for non Buddy page" | Chen Wandun |
2022-02-03 | Revert "mm/gup: small refactoring: simplify try_grab_page()" | John Hubbard |
2022-01-30 | memory-failure: fetch compound_head after pgmap_pfn_valid() | Joao Martins |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-22 | Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-01-22 | mm: hide the FRONTSWAP Kconfig symbol | Christoph Hellwig |
2022-01-22 | frontswap: remove support for multiple ops | Christoph Hellwig |