aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual
2020-08-12mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-07mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-02mm/migrate.c: attach_page_private already does the get_pageHugh Dickins
2020-06-02mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-07mm/migrate.c: migrate PG_readahead flagYang Shi
2020-04-07mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang
2020-04-07mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang
2020-04-07mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang
2020-04-07mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-01-31mm/migrate: add stable check in migrate_vma_insert_page()Ralph Campbell
2020-01-31mm/migrate: clean up some minor coding styleRalph Campbell
2020-01-31mm/migrate: remove useless mask of start addressRalph Campbell
2020-01-31mm: move_pages: report the number of non-attempted pagesYang Shi
2020-01-31mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang
2020-01-04mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi
2019-12-01autonuma: fix watermark checking in migrate_balanced_pgdat()Huang Ying
2019-12-01mm/migrate.c: handle freed page at the first placeYang Shi
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-24mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()Pingfan Liu
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig