Age | Commit message (Expand) | Author |
2018-05-11 | mm: migrate: fix double call of radix_tree_replace_slot() | Naoya Horiguchi |
2018-04-20 | mm: enable thp migration for shmem thp | Naoya Horiguchi |
2018-04-20 | mm: fix do_pages_move status handling | Michal Hocko |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox |
2018-04-11 | mm: unclutter THP migration | Michal Hocko |
2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko |
2018-04-11 | mm, numa: rework do_pages_move | Michal Hocko |
2018-04-11 | mm/migrate: properly preserve write attribute in special migrate entry | Ralph Campbell |
2018-04-11 | sched/numa: avoid trapping faults and attempting migration of file-backed dir... | Mel Gorman |
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 |