index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
mm/memory: fix spurious warning when unmapping device-private/exclusive pages
Alistair Popple
1
-1
/
+1
13 days
mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_sp...
David Hildenbrand (Arm)
1
-3
/
+19
2026-04-05
mm: on remap assert that input range within the proposed VMA
Lorenzo Stoakes (Oracle)
1
-0
/
+3
2026-04-05
mm: add mmap_action_map_kernel_pages[_full]()
Lorenzo Stoakes (Oracle)
1
-4
/
+38
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
1
-25
/
+60
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
1
-16
/
+29
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-04-05
mm: introduce is_pmd_order helper
Nico Pache
1
-1
/
+1
2026-04-05
mm: consolidate anonymous folio PTE mapping into helpers
Nico Pache
1
-20
/
+41
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
1
-1
/
+1
2026-04-05
mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm: rename zap_vma_ptes() to zap_special_vma_range()
David Hildenbrand (Arm)
1
-9
/
+7
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
1
-7
/
+7
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
1
-10
/
+13
2026-04-05
mm/memory: inline unmap_page_range() into __zap_vma_range()
David Hildenbrand (Arm)
1
-20
/
+12
2026-04-05
mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+9
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
1
-6
/
+6
2026-04-05
mm/memory: move adjusting of address range to unmap_vmas()
David Hildenbrand (Arm)
1
-35
/
+23
2026-04-05
mm/memory: rename unmap_single_vma() to __zap_vma_range()
David Hildenbrand (Arm)
1
-3
/
+3
2026-04-05
mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+32
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
1
-7
/
+5
2026-04-05
mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
David Hildenbrand (Arm)
1
-16
/
+7
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
1
-6
/
+10
2026-04-05
mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...
David Hildenbrand (Arm)
1
-7
/
+1
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-04-05
mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
Mike Rapoport (Microsoft)
1
-13
/
+0
2026-04-05
mm, swap: use the swap table to track the swap count
Kairui Song
1
-1
/
+1
2026-03-02
mm: Fix a hmm_range_fault() livelock / starvation problem
Thomas Hellström
1
-1
/
+2
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-19
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-47
/
+54
2026-02-13
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-9
/
+8
2026-02-13
mm: use unmap_desc struct for freeing page tables
Liam R. Howlett
1
-20
/
+13
2026-02-13
mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()
Liam R. Howlett
1
-12
/
+8
2026-02-13
mm: change dup_mmap() recovery
Liam R. Howlett
1
-5
/
+1
2026-02-13
mm/memory: add tree limit to free_pgtables()
Liam R. Howlett
1
-9
/
+33
2026-02-13
mm: folio_zero_user: open code range computation in folio_zero_user()
Ankur Arora
1
-8
/
+7
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-191
/
+260
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2026-02-07
mm/memory: handle non-split locks correctly in zap_empty_pte_table()
David Hildenbrand (Red Hat)
1
-4
/
+6
2026-02-07
mm: move pte table reclaim code to memory.c
David Hildenbrand (Red Hat)
1
-6
/
+62
2026-02-07
mm: refactor vma_map_pages to use vm_insert_pages
Justin Green
1
-9
/
+1
2026-02-01
mm, swap: cleanup swap entry management workflow
Kairui Song
1
-6
/
+9
2026-02-01
mm, swap: free the swap cache after folio is mapped
Kairui Song
1
-10
/
+11
2026-02-01
mm, swap: simplify the code and reduce indention
Kairui Song
1
-46
/
+43
2026-02-01
mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
Kairui Song
1
-2
/
+16
2026-02-01
mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
Kairui Song
1
-85
/
+52
2026-01-21
mm: fix minor spelling mistakes in comments
Kevin Lourenco
1
-2
/
+2
2026-01-21
mm: folio_zero_user: cache neighbouring pages
Ankur Arora
1
-3
/
+38
2026-01-21
mm: folio_zero_user: clear page ranges
Ankur Arora
1
-3
/
+15
[next]