index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
4
-108
/
+114
2026-04-05
mm: simplify VMA flag tests of excluded flags
Lorenzo Stoakes (Oracle)
3
-16
/
+9
2026-04-05
mm/vma: convert __mmap_region() to use vma_flags_t
Lorenzo Stoakes (Oracle)
3
-13
/
+67
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
7
-51
/
+66
2026-04-05
mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Lorenzo Stoakes (Oracle)
1
-39
/
+50
2026-04-05
mm: update vma_supports_mlock() to use new VMA flags
Lorenzo Stoakes (Oracle)
1
-1
/
+3
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
8
-66
/
+98
2026-04-05
mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Lorenzo Stoakes (Oracle)
1
-6
/
+2
2026-04-05
mm/vma: use new VMA flags for sticky flags logic
Lorenzo Stoakes (Oracle)
1
-12
/
+36
2026-04-05
mm/vma: add further vma_flags_t unions
Lorenzo Stoakes (Oracle)
1
-1
/
+5
2026-04-05
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
1
-2
/
+1
2026-04-05
mm/pagewalk: fix race between concurrent split and refault
Max Boone
1
-3
/
+22
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-04-05
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
1
-0
/
+3
2026-04-05
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
1
-0
/
+3
2026-04-05
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
1
-1
/
+3
2026-04-05
mm/swap: fix swap cache memcg accounting
Alexandre Ghiti
1
-5
/
+4
2026-04-05
mm/page_alloc: don't increase highatomic reserve after pcp alloc
Frank van der Linden
1
-7
/
+23
2026-04-05
mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
Bing Jiao
1
-1
/
+2
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
2
-19
/
+20
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
1
-3
/
+4
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
1
-3
/
+4
2026-04-05
mm: update outdated comments for removed scan_swap_map_slots()
Kexin Sun
2
-3
/
+3
2026-04-05
mm: vmalloc: update outdated comment for renamed vread()
Kexin Sun
1
-5
/
+5
2026-04-05
mm: mark early-init static variables with __meminitdata
Kaitao Cheng
2
-2
/
+2
2026-04-05
mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
Shigeru Yoshida
1
-0
/
+1
2026-04-05
mm/execmem: make the populate and alloc atomic
Hubert Mazur
1
-26
/
+29
2026-04-05
mm/damon/core: document damos_commit_dests() failure semantics
Josh Law
1
-0
/
+17
2026-04-05
mm/mglru: fix cgroup OOM during MGLRU state switching
Leno Hou
2
-10
/
+30
2026-04-05
zsmalloc: return -EBUSY for zspage migration lock contention
teawater
1
-1
/
+13
2026-04-05
mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
David Hildenbrand (Arm)
4
-22
/
+21
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
1
-6
/
+3
2026-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
3
-308
/
+310
2026-04-05
mm/sparse: move __section_mark_present() to internal.h
David Hildenbrand (Arm)
2
-8
/
+9
2026-04-05
mm/sparse: move sparse_init_one_section() to internal.h
David Hildenbrand (Arm)
2
-24
/
+22
2026-04-05
mm/sparse: drop set_section_nid() from sparse_add_section()
David Hildenbrand (Arm)
1
-1
/
+0
2026-04-05
mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
David Hildenbrand (Arm)
3
-6
/
+14
2026-04-05
mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
David Hildenbrand (Arm)
1
-99
/
+1
2026-04-05
mm/sparse: remove sparse_decode_mem_map()
David Hildenbrand (Arm)
1
-15
/
+1
2026-04-05
mm/bootmem_info: avoid using sparse_decode_mem_map()
David Hildenbrand (Arm)
1
-5
/
+4
2026-04-05
mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
1
-37
/
+0
2026-04-05
mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
David Hildenbrand (Arm)
1
-67
/
+2
2026-04-05
mm/memory_hotplug: simplify check_pfn_span()
David Hildenbrand (Arm)
1
-14
/
+6
2026-04-05
mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
David Hildenbrand (Arm)
1
-15
/
+2
2026-04-05
mm/memory_hotplug: remove for_each_valid_pfn() usage
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm/memory_hotplug: fix possible race in scan_movable_pages()
David Hildenbrand (Arm)
1
-3
/
+8
2026-04-05
mm/swapfile: remove duplicate include of swap_table.h
Chen Ni
1
-1
/
+0
2026-04-05
mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
Nico Pache
1
-70
/
+72
2026-04-05
mm/khugepaged: rename hpage_collapse_* to collapse_*
Nico Pache
2
-32
/
+30
[prev]
[next]