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
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
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
8 days
mm: Fix a hmm_range_fault() livelock / starvation problem
Thomas Hellström
1
-1
/
+2
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
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
2025-09-28
mm/fault: try to map the entire file folio in finish_fault()
Kiryl Shutsemau
1
-7
/
+2
2025-09-21
mm: remove redundant test in validate_page_before_insert()
Matthew Wilcox (Oracle)
1
-2
/
+1
2025-09-21
mm, swap: cleanup swap cache API and add kerneldoc
Kairui Song
1
-1
/
+1
2025-09-21
mm, swap: always lock and check the swap cache folio before use
Kairui Song
1
-2
/
+1
2025-09-21
mm, swap: check page poison flag after locking it
Kairui Song
1
-11
/
+11
2025-09-21
mm, swap: use unified helper for swap cache look up
Kairui Song
1
-2
/
+4
2025-09-13
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
1
-2
/
+4
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
1
-8
/
+6
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-2
/
+10
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
1
-0
/
+19
2025-09-13
mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
1
-77
/
+109
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-20
/
+84
2025-09-13
mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
1
-5
/
+10
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-92
/
+61
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+18
2025-07-24
mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
David Hildenbrand
1
-1
/
+1
2025-07-24
mm: remove call to hugetlb_free_pgd_range()
Anthony Yznaga
1
-24
/
+18
2025-07-23
mm: move randomize_va_space into memory.c
Joel Granados
1
-0
/
+18
2025-07-19
mm/memory.c: use folios in __access_remote_vm()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-19
mm/memory.c: use folios in __copy_remote_vm_str()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-19
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
1
-6
/
+2
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-5
/
+3
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
1
-6
/
+5
2025-07-19
mm: fault in complete folios instead of individual pages for tmpfs
Baolin Wang
1
-2
/
+2
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
1
-16
/
+15
2025-07-09
mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
1
-2
/
+0
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-9
/
+6
[next]