index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
1
-1
/
+1
2017-11-27
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
1
-1
/
+1
2017-11-16
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
1
-3
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-14
mm/migrate: fix indexing bug (off by one) and avoid out of bound access
Mark Hairgrove
1
-1
/
+2
2017-09-09
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
1
-0
/
+2
2017-09-09
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
1
-19
/
+38
2017-09-09
mm/migrate: allow migrate_vma() to alloc new page on empty entry
Jérôme Glisse
1
-9
/
+196
2017-09-09
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
1
-28
/
+121
2017-09-09
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
1
-29
/
+112
2017-09-09
mm/migrate: new memory migration helper for use with device memory
Jérôme Glisse
1
-0
/
+492
2017-09-09
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
1
-12
/
+40
2017-09-09
mm: migrate: move_pages() supports thp migration
Naoya Horiguchi
1
-13
/
+32
2017-09-09
mm: thp: enable thp migration in generic path
Zi Yan
1
-1
/
+31
2017-08-20
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-08-11
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
1
-6
/
+0
2017-07-11
mm/migrate.c: stabilise page count when migrating transparent hugepages
Will Deacon
1
-13
/
+2
2017-07-11
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
1
-0
/
+2
2017-07-07
mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at
Aneesh Kumar K.V
1
-10
/
+11
2017-05-04
mm: make rmap_one boolean function
Minchan Kim
1
-2
/
+2
2017-05-04
mm: don't assume anonymous pages have SwapBacked flag
Shaohua Li
1
-1
/
+2
2017-05-04
mm: remove unnecessary reclaimability check from NUMA balancing target
Johannes Weiner
1
-3
/
+0
2017-04-21
mm: prevent NR_ISOLATE_* stats from going negative
Rabin Vincent
1
-1
/
+1
2017-04-01
mm: migrate: fix remove_migration_pte() for ksm pages
Naoya Horiguchi
1
-2
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-25
mm: convert remove_migration_pte() to use page_vma_mapped_walk()
Kirill A. Shutemov
1
-61
/
+41
2017-02-25
mm/migration: make isolate_movable_page() return int type
Yisheng Xie
1
-3
/
+3
2016-12-25
mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
Nicholas Piggin
1
-6
/
+8
2016-12-13
lib: radix-tree: check accounting of existing slot replacement users
Johannes Weiner
1
-2
/
+2
2016-12-13
mm, compaction: fix NR_ISOLATED_* stats for pfn based migration
Ming Ling
1
-4
/
+11
2016-10-08
mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
Andrea Arcangeli
1
-1
/
+1
2016-07-29
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
Vlastimil Babka
1
-1
/
+1
2016-07-29
mm: remove reclaim and compaction retry approximations
Mel Gorman
1
-0
/
+2
2016-07-29
mm, vmstat: remove zone and node double accounting by approximating retries
Mel Gorman
1
-2
/
+0
2016-07-29
mm: move most file-based accounting to the node
Mel Gorman
1
-6
/
+8
2016-07-29
mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
Mel Gorman
1
-1
/
+1
2016-07-29
mm, vmscan: move LRU lists to node
Mel Gorman
1
-10
/
+11
2016-07-27
mm: introduce do_set_pmd()
Kirill A. Shutemov
1
-2
/
+1
2016-07-27
rmap: support file thp
Kirill A. Shutemov
1
-1
/
+1
2016-07-27
mm: balloon: use general non-lru movable page feature
Minchan Kim
1
-17
/
+2
2016-07-27
mm: migrate: support non-lru movable page migration
Minchan Kim
1
-18
/
+174
2016-07-27
mm: use put_page() to free page instead of putback_lru_page()
Minchan Kim
1
-24
/
+40
2016-06-23
mm: Export migrate_page_move_mapping and migrate_page_copy
Richard Weinberger
1
-0
/
+2
2016-05-21
mm, migrate: increment fail count on ENOMEM
David Rientjes
1
-0
/
+1
2016-05-20
mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
Hugh Dickins
1
-3
/
+3
2016-04-29
mm/hwpoison: fix wrong num_poisoned_pages accounting
Minchan Kim
1
-1
/
+7
2016-03-18
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
1
-6
/
+9
2016-03-18
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-5
/
+5
2016-03-18
mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range
Aneesh Kumar K.V
1
-3
/
+5
2016-03-16
mm: migrate: consolidate mem_cgroup_migrate() calls
Johannes Weiner
1
-7
/
+2
[next]