index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migrate_pages: share more code between _unmap and _move
Huang Ying
2023-02-17
1
-122
/
+85
*
migrate_pages: move migrate_folio_unmap()
Huang Ying
2023-02-17
1
-50
/
+50
*
migrate_pages: batch _unmap and _move
Huang Ying
2023-02-17
1
-25
/
+189
*
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
2023-02-17
1
-41
/
+128
*
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
2023-02-17
1
-68
/
+106
*
migrate_pages: separate hugetlb folios migration
Huang Ying
2023-02-17
1
-22
/
+119
*
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
2023-02-17
1
-26
/
+34
*
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2023-02-17
2
-4
/
+8
*
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-17
3
-4
/
+4
*
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
2023-02-14
1
-1
/
+1
*
mm/damon/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
2023-02-14
1
-0
/
+19
*
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-14
1
-3
/
+4
*
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
2023-02-14
1
-23
/
+23
*
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
2023-02-14
1
-19
/
+20
*
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2023-02-14
1
-1
/
+1
*
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
2023-02-14
1
-19
/
+20
*
mm/mempolicy: convert queue_pages_required() to queue_folio_required()
Vishal Moola (Oracle)
2023-02-14
1
-6
/
+6
*
mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
Vishal Moola (Oracle)
2023-02-14
1
-11
/
+18
*
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
2023-02-14
1
-14
/
+14
*
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
2023-02-14
1
-12
/
+12
*
mm/hugetlb: convert hugetlb_wp() to take in a folio
Sidhartha Kumar
2023-02-14
1
-16
/
+16
*
mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio
Sidhartha Kumar
2023-02-14
1
-5
/
+4
*
mm/hugetlb: convert restore_reserve_on_error to take in a folio
Sidhartha Kumar
2023-02-14
1
-11
/
+10
*
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-14
3
-106
/
+107
*
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
2023-02-14
2
-8
/
+8
*
mm/hugetlb: convert hugetlbfs_pagecache_present() to folios
Sidhartha Kumar
2023-02-14
1
-9
/
+7
*
mm/hugetlb: convert hugetlb_install_page to folios
Sidhartha Kumar
2023-02-14
1
-7
/
+7
*
mm/hugetlb: convert demote_free_huge_page to folios
Sidhartha Kumar
2023-02-14
1
-18
/
+17
*
mm/hugetlb: convert restore_reserve_on_error() to folios
Sidhartha Kumar
2023-02-14
1
-13
/
+14
*
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
2023-02-14
2
-10
/
+13
*
mm/hugetlb: increase use of folios in alloc_huge_page()
Sidhartha Kumar
2023-02-14
2
-23
/
+18
*
mm/hugetlb: convert alloc_surplus_huge_page() to folios
Sidhartha Kumar
2023-02-14
1
-13
/
+14
*
mm/hugetlb: convert dequeue_hugetlb_page functions to folios
Sidhartha Kumar
2023-02-14
1
-26
/
+30
*
mm/hugetlb: convert __update_and_free_page() to folios
Sidhartha Kumar
2023-02-14
1
-6
/
+6
*
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-14
6
-13
/
+13
*
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
2023-02-14
1
-4
/
+10
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-11
9
-16
/
+57
|
\
|
*
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
2023-02-10
2
-6
/
+13
|
*
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
2023-02-10
3
-8
/
+22
|
*
kasan: fix Oops due to missing calls to kasan_arch_is_ready()
Christophe Leroy
2023-02-10
3
-1
/
+21
|
*
mm/gup: add folio to list when folio_isolate_lru() succeed
Kuan-Ying Lee
2023-02-04
1
-1
/
+1
*
|
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
2023-02-10
1
-1
/
+1
*
|
mm/damon/sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-10
4
-23
/
+23
*
|
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
2023-02-10
1
-0
/
+15
*
|
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
2023-02-10
1
-0
/
+65
*
|
mm/gup: make get_user_pages_fast_only() return the common return value
Jason Gunthorpe
2023-02-10
1
-16
/
+1
*
|
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
2023-02-10
1
-33
/
+0
*
|
mm/gup: make locked never NULL in the internal GUP functions
Jason Gunthorpe
2023-02-10
1
-21
/
+30
*
|
mm/gup: add FOLL_UNLOCKABLE
Jason Gunthorpe
2023-02-10
1
-13
/
+23
*
|
mm/gup: remove locked being NULL from faultin_vma_page_range()
Jason Gunthorpe
2023-02-10
1
-6
/
+1
[next]