index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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/migrate: avoid possible unnecessary process right check in kernel_move_pag...
Miaohe Lin
2020-10-18
1
-28
/
+43
*
mm,hwpoison: rework soft offline for in-use pages
Oscar Salvador
2020-10-16
1
-8
/
+3
*
mm/migrate: remove obsolete comment about device public
Ralph Campbell
2020-10-13
1
-1
/
+1
*
mm/migrate: remove cpages-- in migrate_vma_finalize()
Ralph Campbell
2020-10-13
1
-1
/
+0
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-1
/
+1
|
\
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
1
-1
/
+1
*
|
mm/migrate: correct thp migration stats
Zi Yan
2020-09-26
1
-4
/
+3
*
|
mm: migration of hugetlbfs page skip memcg
Hugh Dickins
2020-09-19
1
-1
/
+2
*
|
mm/migrate: preserve soft dirty in remove_migration_pte()
Ralph Campbell
2020-09-05
1
-0
/
+2
*
|
mm/migrate: remove unnecessary is_zone_device_page() check
Ralph Campbell
2020-09-05
1
-7
/
+5
*
|
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
2020-09-05
1
-4
/
+11
*
|
mm/migrate: fixup setting UFFD_WP flag
Alistair Popple
2020-09-05
1
-1
/
+1
|
/
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
1
-9
/
+9
*
mm/mempolicy: use a standard migration target allocation callback
Joonsoo Kim
2020-08-12
1
-2
/
+6
*
mm/migrate: introduce a standard migration target allocation function
Joonsoo Kim
2020-08-12
1
-10
/
+16
*
mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...
Joonsoo Kim
2020-08-12
1
-0
/
+5
*
mm/hugetlb: unify migration callbacks
Joonsoo Kim
2020-08-12
1
-4
/
+7
*
mm/migrate: move migration helper from .h to .c
Joonsoo Kim
2020-08-12
1
-0
/
+29
*
mm/migrate.c: delete duplicated word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/vmstat: add events for THP migration without split
Anshuman Khandual
2020-08-12
1
-8
/
+44
*
mm/migrate: optimize migrate_vma_setup() for holes
Ralph Campbell
2020-08-12
1
-2
/
+14
*
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
2020-08-12
1
-1
/
+1
*
mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER
Ralph Campbell
2020-08-07
1
-3
/
+3
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2020-08-05
1
-3
/
+11
|
\
|
*
mm/notifier: add migration invalidation type
Ralph Campbell
2020-07-28
1
-1
/
+7
|
*
mm/migrate: add a flags parameter to migrate_vma
Ralph Campbell
2020-07-28
1
-2
/
+4
*
|
Raise gcc version requirement to 4.9
Linus Torvalds
2020-07-08
1
-12
/
+1
|
/
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-4
/
+4
*
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
2020-06-03
1
-1
/
+1
*
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
2020-06-03
1
-4
/
+1
*
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
2020-06-03
1
-1
/
+1
*
mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
Johannes Weiner
2020-06-03
1
-4
/
+11
*
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
2020-06-03
1
-3
/
+3
*
mm/migrate.c: attach_page_private already does the get_page
Hugh Dickins
2020-06-02
1
-1
/
+0
*
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
2020-06-02
1
-6
/
+1
*
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+1
*
userfaultfd: wp: support swap and page migration
Peter Xu
2020-04-07
1
-0
/
+6
*
mm: code cleanup for MADV_FREE
Huang Ying
2020-04-07
1
-8
/
+8
*
mm/migrate.c: migrate PG_readahead flag
Yang Shi
2020-04-07
1
-0
/
+8
*
mm/migrate.c: unify "not queued for migration" handling in do_pages_move()
Wei Yang
2020-04-07
1
-8
/
+6
*
mm/migrate.c: check pagelist in move_pages_and_store_status()
Wei Yang
2020-04-07
1
-6
/
+3
*
mm/migrate.c: wrap do_move_pages_to_node() and store_status()
Wei Yang
2020-04-07
1
-32
/
+29
*
mm/migrate.c: no need to check for i > start in do_pages_move()
Wei Yang
2020-04-07
1
-5
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-02
1
-3
/
+22
|
\
|
*
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2020-04-02
1
-3
/
+22
*
|
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
2020-03-26
1
-3
/
+6
|
/
*
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
2020-02-04
1
-2
/
+3
*
mm/migrate: add stable check in migrate_vma_insert_page()
Ralph Campbell
2020-01-31
1
-0
/
+12
[next]