Age | Commit message (Expand) | Author |
2018-04-02 | mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c | Dominik Brodowski |
2018-01-31 | mm, hugetlb: do not rely on overcommit limit during migration | Michal Hocko |
2017-11-29 | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds |
2017-11-27 | mm, thp: Do not make pmd/pud dirty without a reason | Kirill A. Shutemov |
2017-11-15 | mm/mmu_notifier: avoid call to invalidate_range() in range_end() | Jérôme Glisse |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-13 | mm/migrate: fix indexing bug (off by one) and avoid out of bound access | Mark Hairgrove |
2017-09-08 | mm/hmm: avoid bloating arch that do not make use of HMM | Jérôme Glisse |
2017-09-08 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse |
2017-09-08 | mm/migrate: allow migrate_vma() to alloc new page on empty entry | Jérôme Glisse |
2017-09-08 | mm/migrate: support un-addressable ZONE_DEVICE page in migration | Jérôme Glisse |
2017-09-08 | mm/migrate: migrate_vma() unmap page from vma while collecting pages | Jérôme Glisse |
2017-09-08 | mm/migrate: new memory migration helper for use with device memory | Jérôme Glisse |
2017-09-08 | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY | Jérôme Glisse |
2017-09-08 | mm: migrate: move_pages() supports thp migration | Naoya Horiguchi |
2017-09-08 | mm: thp: enable thp migration in generic path | Zi Yan |
2017-08-20 | Sanitize 'move_pages()' permission checks | Linus Torvalds |
2017-08-10 | Revert "mm: numa: defer TLB flush for THP migration as long as possible" | Nadav Amit |
2017-07-10 | mm/migrate.c: stabilise page count when migrating transparent hugepages | Will Deacon |
2017-07-10 | mm: hugetlb: soft-offline: dissolve source hugepage after successful migration | Anshuman Khandual |
2017-07-06 | mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at | Aneesh Kumar K.V |
2017-05-03 | mm: make rmap_one boolean function | Minchan Kim |
2017-05-03 | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li |
2017-05-03 | mm: remove unnecessary reclaimability check from NUMA balancing target | Johannes Weiner |
2017-04-20 | mm: prevent NR_ISOLATE_* stats from going negative | Rabin Vincent |
2017-03-31 | mm: migrate: fix remove_migration_pte() for ksm pages | Naoya Horiguchi |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-24 | mm: convert remove_migration_pte() to use page_vma_mapped_walk() | Kirill A. Shutemov |
2017-02-24 | mm/migration: make isolate_movable_page() return int type | Yisheng Xie |
2016-12-25 | mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked | Nicholas Piggin |
2016-12-12 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner |
2016-12-12 | mm, compaction: fix NR_ISOLATED_* stats for pfn based migration | Ming Ling |
2016-10-07 | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE | Andrea Arcangeli |
2016-07-28 | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations | Vlastimil Babka |
2016-07-28 | mm: remove reclaim and compaction retry approximations | Mel Gorman |
2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-26 | mm: introduce do_set_pmd() | Kirill A. Shutemov |
2016-07-26 | rmap: support file thp | Kirill A. Shutemov |
2016-07-26 | mm: balloon: use general non-lru movable page feature | Minchan Kim |
2016-07-26 | mm: migrate: support non-lru movable page migration | Minchan Kim |
2016-07-26 | mm: use put_page() to free page instead of putback_lru_page() | Minchan Kim |
2016-06-23 | mm: Export migrate_page_move_mapping and migrate_page_copy | Richard Weinberger |
2016-05-20 | mm, migrate: increment fail count on ENOMEM | David Rientjes |
2016-05-19 | mm: use __SetPageSwapBacked and dont ClearPageSwapBacked | Hugh Dickins |
2016-04-28 | mm/hwpoison: fix wrong num_poisoned_pages accounting | Minchan Kim |
2016-03-17 | mm: make remove_migration_ptes() beyond mm/migration.c | Kirill A. Shutemov |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim |