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