index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
1
-16
/
+29
2026-03-27
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-03-02
mm: Fix a hmm_range_fault() livelock / starvation problem
Thomas Hellström
1
-1
/
+2
2026-02-21
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-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-47
/
+54
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-9
/
+8
2026-02-12
mm: use unmap_desc struct for freeing page tables
Liam R. Howlett
1
-20
/
+13
2026-02-12
mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()
Liam R. Howlett
1
-12
/
+8
2026-02-12
mm: change dup_mmap() recovery
Liam R. Howlett
1
-5
/
+1
2026-02-12
mm/memory: add tree limit to free_pgtables()
Liam R. Howlett
1
-9
/
+33
2026-02-12
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-06
mm/memory: handle non-split locks correctly in zap_empty_pte_table()
David Hildenbrand (Red Hat)
1
-4
/
+6
2026-02-06
mm: move pte table reclaim code to memory.c
David Hildenbrand (Red Hat)
1
-6
/
+62
2026-02-06
mm: refactor vma_map_pages to use vm_insert_pages
Justin Green
1
-9
/
+1
2026-01-31
mm, swap: cleanup swap entry management workflow
Kairui Song
1
-6
/
+9
2026-01-31
mm, swap: free the swap cache after folio is mapped
Kairui Song
1
-10
/
+11
2026-01-31
mm, swap: simplify the code and reduce indention
Kairui Song
1
-46
/
+43
2026-01-31
mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
Kairui Song
1
-2
/
+16
2026-01-31
mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
Kairui Song
1
-85
/
+52
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
1
-2
/
+2
2026-01-20
mm: folio_zero_user: cache neighbouring pages
Ankur Arora
1
-3
/
+38
2026-01-20
mm: folio_zero_user: clear page ranges
Ankur Arora
1
-3
/
+15
2026-01-20
mm: folio_zero_user: clear pages sequentially
Ankur Arora
1
-19
/
+9
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
1
-8
/
+8
2026-01-20
mm: do not copy page tables unnecessarily for VM_UFFD_WP
Lorenzo Stoakes
1
-1
/
+5
2026-01-20
mm: remove unnecessary and incorrect mmap lock assert
Lorenzo Stoakes
1
-3
/
+2
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
1
-2
/
+2
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-144
/
+189
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-16
/
+46
2025-11-24
mm: userfaultfd: add pgtable_supports_uffd_wp()
Chunyan Zhang
1
-2
/
+4
2025-11-24
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
1
-8
/
+8
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-1
/
+2
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
1
-18
/
+18
2025-11-24
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
1
-2
/
+2
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-2
/
+2
2025-11-24
mm: avoid unnecessary use of is_swap_pmd()
Lorenzo Stoakes
1
-22
/
+28
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-20
/
+21
2025-11-24
mm/memory/fault: add THP fault handling for zone device private pages
Balbir Singh
1
-2
/
+3
2025-11-20
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
1
-14
/
+4
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
1
-0
/
+4
2025-11-20
mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
Kefeng Wang
1
-8
/
+4
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
1
-16
/
+46
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
1
-2
/
+2
2025-11-16
mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
Lorenzo Stoakes
1
-44
/
+88
2025-11-16
mm: replace READ_ONCE() with standard page table accessors
Anshuman Khandual
1
-2
/
+2
2025-11-16
mm: fix some typos in mm module
jianyun.gao
1
-2
/
+2
2025-11-09
mm/memory: do not populate page table entries beyond i_size
Kiryl Shutsemau
1
-1
/
+19
[next]