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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...
SeongJae Park
2023-03-07
1
-1
/
+1
*
mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()
SeongJae Park
2023-03-07
1
-2
/
+1
*
migrate_pages: try migrate in batch asynchronously firstly
Huang Ying
2023-03-07
1
-18
/
+62
*
migrate_pages: move split folios processing out of migrate_pages_batch()
Huang Ying
2023-03-07
1
-50
/
+28
*
migrate_pages: fix deadlock in batched migration
Huang Ying
2023-03-07
1
-43
/
+26
*
mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
David Hildenbrand
2023-03-07
1
-2
/
+4
*
mm: teach mincore_hugetlb about pte markers
James Houghton
2023-03-07
1
-1
/
+1
*
mm: avoid gcc complaint about pointer casting
Linus Torvalds
2023-03-04
1
-2
/
+8
*
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-03-04
8
-12
/
+65
|
\
|
*
kasan: test: fix test for new meminstrinsic instrumentation
Marco Elver
2023-03-02
2
-1
/
+37
|
*
kasan: treat meminstrinsic as builtins in uninstrumented files
Marco Elver
2023-03-02
1
-1
/
+4
|
*
kasan: emit different calls for instrumentable memintrinsics
Marco Elver
2023-03-02
2
-0
/
+15
|
*
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
2023-02-27
2
-5
/
+5
|
*
mm/damon/paddr: fix missing folio_put()
andrew.yang
2023-02-27
1
-4
/
+3
|
*
mm/mremap: fix dup_anon_vma() in vma_merge() case 4
Vlastimil Babka
2023-02-27
1
-1
/
+1
*
|
Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-27
1
-14
/
+27
|
\
\
|
*
|
memblock: Avoid useless checks in memblock_merge_regions().
Peng Zhang
2023-01-31
1
-12
/
+25
|
*
|
memblock: Make a boundary tighter in memblock_add_range().
Peng Zhang
2023-01-31
1
-2
/
+2
*
|
|
mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()
Liam R. Howlett
2023-02-25
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
96
-4007
/
+6113
|
\
\
|
*
|
mm/memory_hotplug: cleanup return value handing in do_migrate_range()
SeongJae Park
2023-02-20
1
-6
/
+2
|
*
|
mm/uffd: fix comment in handling pte markers
Peter Xu
2023-02-20
1
-3
/
+1
|
*
|
mm: change to return bool for isolate_movable_page()
Baolin Wang
2023-02-20
4
-11
/
+11
|
*
|
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
2023-02-20
4
-11
/
+13
|
*
|
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-20
8
-22
/
+21
|
*
|
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-20
8
-13
/
+19
|
*
|
kmsan: disable ftrace in kmsan core code
Arnd Bergmann
2023-02-20
1
-1
/
+7
|
*
|
kasan: mark addr_has_metadata __always_inline
Arnd Bergmann
2023-02-20
1
-2
/
+2
|
*
|
mm: memcontrol: rename memcg_kmem_enabled()
Roman Gushchin
2023-02-16
5
-15
/
+15
|
*
|
mm: percpu: fix incorrect size in pcpu_obj_full_size()
Yafang Shao
2023-02-16
1
-2
/
+4
|
*
|
mm: page_alloc: call panic() when memoryless node allocation fails
Qi Zheng
2023-02-16
1
-5
/
+3
|
*
|
mm: multi-gen LRU: avoid futile retries
Yu Zhao
2023-02-16
1
-10
/
+15
|
*
|
migrate_pages: move THP/hugetlb migration support check to simplify code
Huang Ying
2023-02-16
1
-47
/
+36
|
*
|
migrate_pages: batch flushing TLB
Huang Ying
2023-02-16
2
-4
/
+21
|
*
|
migrate_pages: share more code between _unmap and _move
Huang Ying
2023-02-16
1
-122
/
+85
|
*
|
migrate_pages: move migrate_folio_unmap()
Huang Ying
2023-02-16
1
-50
/
+50
|
*
|
migrate_pages: batch _unmap and _move
Huang Ying
2023-02-16
1
-25
/
+189
|
*
|
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
2023-02-16
1
-41
/
+128
|
*
|
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
2023-02-16
1
-68
/
+106
|
*
|
migrate_pages: separate hugetlb folios migration
Huang Ying
2023-02-16
1
-22
/
+119
|
*
|
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
2023-02-16
1
-26
/
+34
|
*
|
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2023-02-16
2
-4
/
+8
|
*
|
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-16
3
-4
/
+4
|
*
|
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
2023-02-13
1
-1
/
+1
|
*
|
mm/damon/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
2023-02-13
1
-0
/
+19
|
*
|
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-13
1
-3
/
+4
|
*
|
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
2023-02-13
1
-23
/
+23
|
*
|
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
2023-02-13
1
-19
/
+20
|
*
|
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2023-02-13
1
-1
/
+1
|
*
|
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
2023-02-13
1
-19
/
+20
[next]