index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-05
mm/migrate_device.c: flush TLB while holding PTL
Alistair Popple
1
-2
/
+3
2022-05-15
mm: fix missing cache flush for all tail pages of compound page
Muchun Song
1
-2
/
+5
2021-06-30
mm, thp: use head page in __migration_entry_wait()
Xu Yu
1
-0
/
+1
2021-05-19
mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
Miaohe Lin
1
-0
/
+7
2020-02-11
mm: move_pages: report the number of non-attempted pages
Yang Shi
1
-2
/
+23
2020-02-06
mm/migrate.c: also overwrite error when it is bigger than zero
Wei Yang
1
-1
/
+1
2020-01-09
mm: move_pages: return valid node id in status if the page is already on the ...
Yang Shi
1
-6
/
+17
2019-09-26
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
1
-1
/
+1
2019-09-25
mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()
Pingfan Liu
1
-6
/
+3
2019-09-25
mm: page cache: store only head pages in i_pages
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-25
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-12
/
+11
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-0
/
+1
2019-08-22
Merge branch 'odp_fixes' into hmm.git
Jason Gunthorpe
1
-11
/
+10
2019-08-20
mm: remove CONFIG_MIGRATE_VMA_HELPER
Christoph Hellwig
1
-2
/
+2
2019-08-20
mm: remove the unused MIGRATE_PFN_DEVICE flag
Christoph Hellwig
1
-2
/
+2
2019-08-20
mm: turn migrate_vma upside down
Christoph Hellwig
1
-134
/
+110
2019-08-03
mm/migrate.c: initialize pud_entry in migrate_vma()
Ralph Campbell
1
-10
/
+7
2019-08-03
mm: migrate: fix reference check race between __find_get_block() and migration
Jan Kara
1
-1
/
+3
2019-07-19
mm: migrate: remove unused mode argument
Keith Busch
1
-4
/
+3
2019-07-15
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-24
/
+4
2019-07-06
Revert "mm: page cache: store only head pages in i_pages"
Linus Torvalds
1
-1
/
+1
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
1
-24
/
+4
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-2
/
+2
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+4
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
1
-1
/
+1
2019-03-29
mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
Lars Persson
1
-3
/
+8
2019-03-06
mm/migrate.c: cleanup expected_page_refs()
Jan Kara
1
-4
/
+4
2019-03-06
mm: fix some typos in mm directory
Wei Yang
1
-1
/
+1
2019-03-06
mm, migrate: immediately fail migration of a page with no migration handler
Mel Gorman
1
-1
/
+1
2019-03-06
mm/hugetlb: distinguish between migratability and movability
Anshuman Khandual
1
-1
/
+1
2019-03-01
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
1
-0
/
+11
2019-02-02
mm: migrate: don't rely on __PageMovable() of newpage after unlocking it
David Hildenbrand
1
-2
/
+5
2019-02-02
mm: migrate: make buffer_migrate_page_norefs() actually succeed
Jan Kara
1
-5
/
+0
2019-01-09
hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"
Mike Kravetz
1
-12
/
+1
2019-01-05
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-1
/
+1
2018-12-28
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
1
-1
/
+12
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
1
-4
/
+3
2018-12-28
mm: migrate: provide buffer_migrate_page_norefs()
Jan Kara
1
-7
/
+53
2018-12-28
mm: migrate: move migrate_page_lock_buffers()
Jan Kara
1
-50
/
+42
2018-12-28
mm: migrate: lock buffers before migrate_page_move_mapping()
Jan Kara
1
-26
/
+13
2018-12-28
mm: migration: factor out code to compute expected number of page references
Jan Kara
1
-10
/
+17
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-15
/
+13
2018-12-28
mm: put_and_wait_on_page_locked() while page is migrated
Hugh Dickins
1
-8
/
+4
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-30
/
+18
2018-10-27
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-2
/
+2
2018-10-27
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-13
/
+6
2018-10-27
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-27
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
1
-0
/
+2
2018-10-21
mm: Convert page migration to XArray
Matthew Wilcox
1
-30
/
+18
[next]