summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-144/+189
2025-12-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-16/+46
2025-11-25mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang1-2/+4
2025-11-25mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes1-8/+8
2025-11-25mm: eliminate further swapops predicatesLorenzo Stoakes1-1/+2
2025-11-25mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-18/+18
2025-11-25mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes1-2/+2
2025-11-25mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-2/+2
2025-11-25mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes1-22/+28
2025-11-25mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-20/+21
2025-11-25mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh1-2/+3
2025-11-21mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-14/+4
2025-11-21mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+4
2025-11-21mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-8/+4
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying1-16/+46
2025-11-17treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-2/+2
2025-11-17mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes1-44/+88
2025-11-17mm: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-2/+2
2025-11-17mm: fix some typos in mm modulejianyun.gao1-2/+2
2025-11-10mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau1-1/+19
2025-09-28mm/fault: try to map the entire file folio in finish_fault()Kiryl Shutsemau1-7/+2
2025-09-22mm: remove redundant test in validate_page_before_insert()Matthew Wilcox (Oracle)1-2/+1
2025-09-22mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-22mm, swap: always lock and check the swap cache folio before useKairui Song1-2/+1
2025-09-22mm, swap: check page poison flag after locking itKairui Song1-11/+11
2025-09-22mm, swap: use unified helper for swap cache look upKairui Song1-2/+4
2025-09-14mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand1-2/+4
2025-09-14mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-8/+6
2025-09-14mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-2/+10
2025-09-14mm: introduce and use vm_normal_page_pud()David Hildenbrand1-0/+19
2025-09-14mm/memory: factor out common code from vm_normal_page_*()David Hildenbrand1-77/+109
2025-09-14mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand1-20/+84
2025-09-14mm/huge_memory: mark PMD mappings of the huge zero folio specialDavid Hildenbrand1-5/+10
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-92/+61
2025-07-30Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+18
2025-07-25mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand1-1/+1
2025-07-25mm: remove call to hugetlb_free_pgd_range()Anthony Yznaga1-24/+18
2025-07-23mm: move randomize_va_space into memory.cJoel Granados1-0/+18
2025-07-20mm/memory.c: use folios in __access_remote_vm()Vishal Moola (Oracle)1-3/+5
2025-07-20mm/memory.c: use folios in __copy_remote_vm_str()Vishal Moola (Oracle)1-3/+5
2025-07-20mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand1-6/+2
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-5/+3
2025-07-20mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand1-6/+5
2025-07-20mm: fault in complete folios instead of individual pages for tmpfsBaolin Wang1-2/+2
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple1-16/+15
2025-07-10mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LASTAlistair Popple1-2/+0
2025-07-10mm: remove redundant pXd_devmap callsAlistair Popple1-9/+6
2025-07-10mm: convert vmf_insert_mixed() from using pte_devmap to pte_specialAlistair Popple1-18/+2
2025-07-10mm: remove remaining uses of PFN_DEVAlistair Popple1-1/+1
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-2/+2