index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, hugetlb: do not rely on overcommit limit during migration
Michal Hocko
2018-01-31
1
-2
/
+1
*
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
2017-11-29
1
-1
/
+1
*
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
2017-11-27
1
-1
/
+1
*
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
2017-11-15
1
-3
/
+12
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm/migrate: fix indexing bug (off by one) and avoid out of bound access
Mark Hairgrove
2017-10-13
1
-1
/
+2
*
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
2017-09-08
1
-0
/
+2
*
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
2017-09-08
1
-19
/
+38
*
mm/migrate: allow migrate_vma() to alloc new page on empty entry
Jérôme Glisse
2017-09-08
1
-9
/
+196
*
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
2017-09-08
1
-28
/
+121
*
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
2017-09-08
1
-29
/
+112
*
mm/migrate: new memory migration helper for use with device memory
Jérôme Glisse
2017-09-08
1
-0
/
+492
*
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
2017-09-08
1
-12
/
+40
*
mm: migrate: move_pages() supports thp migration
Naoya Horiguchi
2017-09-08
1
-13
/
+32
*
mm: thp: enable thp migration in generic path
Zi Yan
2017-09-08
1
-1
/
+31
*
Sanitize 'move_pages()' permission checks
Linus Torvalds
2017-08-20
1
-8
/
+3
*
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
2017-08-10
1
-6
/
+0
*
mm/migrate.c: stabilise page count when migrating transparent hugepages
Will Deacon
2017-07-10
1
-13
/
+2
*
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
2017-07-10
1
-0
/
+2
*
mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at
Aneesh Kumar K.V
2017-07-06
1
-10
/
+11
*
mm: make rmap_one boolean function
Minchan Kim
2017-05-03
1
-2
/
+2
*
mm: don't assume anonymous pages have SwapBacked flag
Shaohua Li
2017-05-03
1
-1
/
+2
*
mm: remove unnecessary reclaimability check from NUMA balancing target
Johannes Weiner
2017-05-03
1
-3
/
+0
*
mm: prevent NR_ISOLATE_* stats from going negative
Rabin Vincent
2017-04-20
1
-1
/
+1
*
mm: migrate: fix remove_migration_pte() for ksm pages
Naoya Horiguchi
2017-03-31
1
-2
/
+5
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mm: convert remove_migration_pte() to use page_vma_mapped_walk()
Kirill A. Shutemov
2017-02-24
1
-61
/
+41
*
mm/migration: make isolate_movable_page() return int type
Yisheng Xie
2017-02-24
1
-3
/
+3
*
mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
Nicholas Piggin
2016-12-25
1
-6
/
+8
*
lib: radix-tree: check accounting of existing slot replacement users
Johannes Weiner
2016-12-12
1
-2
/
+2
*
mm, compaction: fix NR_ISOLATED_* stats for pfn based migration
Ming Ling
2016-12-12
1
-4
/
+11
*
mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
Andrea Arcangeli
2016-10-07
1
-1
/
+1
*
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
Vlastimil Babka
2016-07-28
1
-1
/
+1
*
mm: remove reclaim and compaction retry approximations
Mel Gorman
2016-07-28
1
-0
/
+2
*
mm, vmstat: remove zone and node double accounting by approximating retries
Mel Gorman
2016-07-28
1
-2
/
+0
*
mm: move most file-based accounting to the node
Mel Gorman
2016-07-28
1
-6
/
+8
*
mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
Mel Gorman
2016-07-28
1
-1
/
+1
*
mm, vmscan: move LRU lists to node
Mel Gorman
2016-07-28
1
-10
/
+11
*
mm: introduce do_set_pmd()
Kirill A. Shutemov
2016-07-26
1
-2
/
+1
*
rmap: support file thp
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
mm: balloon: use general non-lru movable page feature
Minchan Kim
2016-07-26
1
-17
/
+2
*
mm: migrate: support non-lru movable page migration
Minchan Kim
2016-07-26
1
-18
/
+174
*
mm: use put_page() to free page instead of putback_lru_page()
Minchan Kim
2016-07-26
1
-24
/
+40
*
mm: Export migrate_page_move_mapping and migrate_page_copy
Richard Weinberger
2016-06-23
1
-0
/
+2
*
mm, migrate: increment fail count on ENOMEM
David Rientjes
2016-05-20
1
-0
/
+1
*
mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
Hugh Dickins
2016-05-19
1
-3
/
+3
*
mm/hwpoison: fix wrong num_poisoned_pages accounting
Minchan Kim
2016-04-28
1
-1
/
+7
*
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
2016-03-17
1
-6
/
+9
*
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-17
1
-5
/
+5
*
mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range
Aneesh Kumar K.V
2016-03-17
1
-3
/
+5
[next]