summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-1/+1
* mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()Pingfan Liu2019-09-241-6/+3
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-1/+1
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-12/+11
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-0/+1
* Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-211-11/+10
|\
| * mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell2019-08-031-10/+7
| * mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara2019-08-031-1/+3
* | mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2019-08-201-2/+2
* | mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-201-2/+2
* | mm: turn migrate_vma upside downChristoph Hellwig2019-08-201-134/+110
|/
* mm: migrate: remove unused mode argumentKeith Busch2019-07-181-4/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-24/+4
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-24/+4