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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Lines
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
-25
/
+66
2026-04-05
mm: add vm_ops->mapped hook
Lorenzo Stoakes (Oracle)
-28
/
+63
2026-04-05
mm: have mmap_action_complete() handle the rmap lock and unmap
Lorenzo Stoakes (Oracle)
-47
/
+39
2026-04-05
mm/vma: remove superfluous map->hold_file_rmap_lock
Lorenzo Stoakes (Oracle)
-8
/
+6
2026-04-05
mm: switch the rmap lock held option off in compat layer
Lorenzo Stoakes (Oracle)
-1
/
+5
2026-04-05
mm: avoid deadlock when holding rmap on mmap_prepare error
Lorenzo Stoakes (Oracle)
-8
/
+17
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
-108
/
+114
2026-04-05
mm: simplify VMA flag tests of excluded flags
Lorenzo Stoakes (Oracle)
-16
/
+9
2026-04-05
mm/vma: convert __mmap_region() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-13
/
+67
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-51
/
+66
2026-04-05
mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Lorenzo Stoakes (Oracle)
-39
/
+50
2026-04-05
mm: update vma_supports_mlock() to use new VMA flags
Lorenzo Stoakes (Oracle)
-1
/
+3
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-66
/
+98
2026-04-05
mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Lorenzo Stoakes (Oracle)
-6
/
+2
2026-04-05
mm/vma: use new VMA flags for sticky flags logic
Lorenzo Stoakes (Oracle)
-12
/
+36
2026-04-05
mm/vma: add further vma_flags_t unions
Lorenzo Stoakes (Oracle)
-1
/
+5
2026-04-05
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
-2
/
+1
2026-04-05
mm/pagewalk: fix race between concurrent split and refault
Max Boone
-3
/
+22
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
-3
/
+15
2026-04-05
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
-0
/
+3
2026-04-05
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
-0
/
+3
2026-04-05
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
-1
/
+3
2026-04-05
mm/swap: fix swap cache memcg accounting
Alexandre Ghiti
-5
/
+4
2026-04-05
mm/page_alloc: don't increase highatomic reserve after pcp alloc
Frank van der Linden
-7
/
+23
2026-04-05
mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
Bing Jiao
-1
/
+2
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
-19
/
+20
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
-3
/
+4
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
-3
/
+4
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
-5
/
+5
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
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
/
+30
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)
-23
/
+22
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
-6
/
+3
2026-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
-308
/
+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)
-24
/
+22
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)
-6
/
+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)
-15
/
+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
[prev]
[next]