summaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
Commit message (Expand)AuthorAgeFilesLines
* mm: migrate: remove unused mode argumentKeith Busch2019-07-191-2/+1Star
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-2/+1Star
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: unclutter THP migrationMichal Hocko2018-04-111-2/+2
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1Star
* mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual2018-04-061-1/+1
* mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-091-0/+13
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-091-0/+9
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-091-2/+8
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-091-0/+104
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-091-0/+5
* mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-091-1/+14
* mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2017-07-131-1/+1
* hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko2017-07-111-1/+1
* mm: unify new_node_page and alloc_migrate_targetMichal Hocko2017-07-111-0/+16
* include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar2017-05-041-2/+3
* mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-251-0/+2
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-251-1/+1
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-271-0/+15
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-271-0/+2
* mm, page_owner: track and print last migrate reasonVlastimil Babka2016-03-161-1/+5
* mm: numa: remove migrate_ratelimitedMel Gorman2015-04-151-5/+0Star
* mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2015-02-131-4/+0Star
* vm_area_operations: kill ->migrate()Al Viro2014-12-171-10/+0Star
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-101-10/+1Star
* include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-101-3/+0Star
* mm, migration: add destination page freeing callbackDavid Rientjes2014-06-051-4/+7
* mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim2014-01-221-4/+0Star
* mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-221-2/+0Star
* aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-211-1/+2
* mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-191-0/+9
* mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-091-3/+4
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-0/+3
|\
| * fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-0/+3
* | mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi2013-09-121-5/+0Star
|/
* mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-241-8/+6Star
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-2/+44
|\
| * mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman2012-12-111-7/+9
| * mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-111-0/+15
| * mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-111-0/+6
| * mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra2012-12-111-0/+11
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-2/+11
* | mm: introduce putback_movable_pages()Rafael Aquini2012-12-121-0/+2
* | mm: introduce a common interface for balloon pages mobilityRafael Aquini2012-12-121-0/+10
* | mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-121-0/+7
|/
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-08-011-2/+2
* mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov2012-03-221-2/+0Star
* mm: fix warnings regarding enum migrate_modeAndrew Morton2012-01-231-13/+1Star