index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
-80
/
+66
2026-04-05
mm: change to return bool for pudp_test_and_clear_young()
Baolin Wang
-14
/
+14
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
-15
/
+16
2026-04-05
mm: change to return bool for pmdp_test_and_clear_young()
Baolin Wang
-29
/
+27
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
-34
/
+33
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
-50
/
+46
2026-04-05
mm: update outdated comments for removed scan_swap_map_slots()
Kexin Sun
-3
/
+3
2026-04-05
mm: vmalloc: update outdated comment for renamed vread()
Kexin Sun
-6
/
+6
2026-04-05
mm: mark early-init static variables with __meminitdata
Kaitao Cheng
-2
/
+2
2026-04-05
mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
Shigeru Yoshida
-0
/
+1
2026-04-05
mm/execmem: make the populate and alloc atomic
Hubert Mazur
-26
/
+29
2026-04-05
Docs/mm/damon: document min_nr_regions constraint and rationale
Liew Rui Yan
-0
/
+15
2026-04-05
mm/damon/core: document damos_commit_dests() failure semantics
Josh Law
-0
/
+17
2026-04-05
mm/mglru: fix cgroup OOM during MGLRU state switching
Leno Hou
-10
/
+41
2026-04-05
zsmalloc: return -EBUSY for zspage migration lock contention
teawater
-1
/
+13
2026-04-05
mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
David Hildenbrand (Arm)
-25
/
+24
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
-12
/
+3
2026-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
-309
/
+310
2026-04-05
mm/sparse: move __section_mark_present() to internal.h
David Hildenbrand (Arm)
-8
/
+9
2026-04-05
mm/sparse: move sparse_init_one_section() to internal.h
David Hildenbrand (Arm)
-25
/
+23
2026-04-05
mm/sparse: drop set_section_nid() from sparse_add_section()
David Hildenbrand (Arm)
-1
/
+0
2026-04-05
mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
David Hildenbrand (Arm)
-9
/
+14
2026-04-05
mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
David Hildenbrand (Arm)
-99
/
+1
2026-04-05
mm/sparse: remove sparse_decode_mem_map()
David Hildenbrand (Arm)
-17
/
+1
2026-04-05
mm/bootmem_info: avoid using sparse_decode_mem_map()
David Hildenbrand (Arm)
-5
/
+4
2026-04-05
mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
-37
/
+0
2026-04-05
mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
David Hildenbrand (Arm)
-67
/
+2
2026-04-05
mm/memory_hotplug: simplify check_pfn_span()
David Hildenbrand (Arm)
-14
/
+6
2026-04-05
mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
-1
/
+1
2026-04-05
mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
David Hildenbrand (Arm)
-15
/
+2
2026-04-05
mm/memory_hotplug: remove for_each_valid_pfn() usage
David Hildenbrand (Arm)
-2
/
+2
2026-04-05
mm/memory_hotplug: fix possible race in scan_movable_pages()
David Hildenbrand (Arm)
-3
/
+8
2026-04-05
mm/swapfile: remove duplicate include of swap_table.h
Chen Ni
-1
/
+0
2026-04-05
Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is off
Asier Gutierrez
-2
/
+6
2026-04-05
zram: change scan_slots to return void
Sergey Senozhatsky
-9
/
+5
2026-04-05
Docs/mm/damon: document exclusivity of special-purpose modules
Liew Rui Yan
-0
/
+19
2026-04-05
zram: propagate read_from_bdev_async() errors
Sergey Senozhatsky
-7
/
+8
2026-04-05
zram: optimize LZ4 dictionary compression performance
gao xu
-3
/
+26
2026-04-05
mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
Nico Pache
-70
/
+72
2026-04-05
mm/khugepaged: rename hpage_collapse_* to collapse_*
Nico Pache
-32
/
+30
2026-04-05
mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
Nico Pache
-4
/
+5
2026-04-05
mm: introduce is_pmd_order helper
Nico Pache
-10
/
+14
2026-04-05
mm: consolidate anonymous folio PTE mapping into helpers
Nico Pache
-20
/
+45
2026-04-05
mm/userfaultfd: fix hugetlb fault mutex hash calculation
Jianhui Zhou
-1
/
+18
2026-04-05
mm/damon/lru_sort: respect addr_unit on default monitoring region setup
SeongJae Park
-6
/
+0
2026-04-05
mm/damon/reclaim: respect addr_unit on default monitoring region setup
SeongJae Park
-6
/
+0
2026-04-05
mm/damon/core: fix wrong damon_set_regions() argument
SeongJae Park
-1
/
+1
2026-04-05
mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...
SeongJae Park
-3
/
+7
2026-04-05
mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
SeongJae Park
-11
/
+23
2026-04-05
mm/damon/core: fix wrong end address assignment on walk_system_ram()
SeongJae Park
-1
/
+1
[prev]
[next]