summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: migration of hugetlbfs page skip memcgHugh Dickins2020-09-191-1/+2
* mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell2020-09-051-0/+2
* mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell2020-09-051-7/+5
* mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2020-09-051-4/+11
* mm/migrate: fixup setting UFFD_WP flagAlistair Popple2020-09-051-1/+1
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-9/+9
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-2/+6
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-10/+16
* mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim2020-08-121-0/+5
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-121-4/+7
* mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-121-0/+29
* mm/migrate.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm/vmstat: add events for THP migration without splitAnshuman Khandual2020-08-121-8/+44
* mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell2020-08-121-2/+14
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2020-08-071-3/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-051-3/+11
|\
| * mm/notifier: add migration invalidation typeRalph Campbell2020-07-281-1/+7
| * mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-2/+4
* | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-12/+1
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-4/+1
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-4/+11
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
* mm/migrate.c: attach_page_private already does the get_pageHugh Dickins2020-06-021-1/+0
* mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang2020-06-021-6/+1
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-1/+1
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+6
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-8/+8
* mm/migrate.c: migrate PG_readahead flagYang Shi2020-04-071-0/+8
* mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang2020-04-071-8/+6
* mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang2020-04-071-6/+3
* mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang2020-04-071-32/+29
* mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang2020-04-071-5/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-3/+22
|\
| * hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-3/+22
* | mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-3/+6
|/
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+3
* mm/migrate: add stable check in migrate_vma_insert_page()Ralph Campbell2020-01-311-0/+12
* mm/migrate: clean up some minor coding styleRalph Campbell2020-01-311-21/+13
* mm/migrate: remove useless mask of start addressRalph Campbell2020-01-311-2/+2
* mm: move_pages: report the number of non-attempted pagesYang Shi2020-01-311-2/+23
* mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang2020-01-311-1/+1
* mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-041-6/+17
* autonuma: fix watermark checking in migrate_balanced_pgdat()Huang Ying2019-12-011-1/+1
* mm/migrate.c: handle freed page at the first placeYang Shi2019-12-011-9/+5