summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau
2025-09-28mm/fault: try to map the entire file folio in finish_fault()Kiryl Shutsemau
2025-09-21mm: remove redundant test in validate_page_before_insert()Matthew Wilcox (Oracle)
2025-09-21mm, swap: cleanup swap cache API and add kerneldocKairui Song
2025-09-21mm, swap: always lock and check the swap cache folio before useKairui Song
2025-09-21mm, swap: check page poison flag after locking itKairui Song
2025-09-21mm, swap: use unified helper for swap cache look upKairui Song
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand
2025-09-13mm/memory: factor out common code from vm_normal_page_*()David Hildenbrand
2025-09-13mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand
2025-09-13mm/huge_memory: mark PMD mappings of the huge zero folio specialDavid Hildenbrand
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-24mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand
2025-07-24mm: remove call to hugetlb_free_pgd_range()Anthony Yznaga
2025-07-23mm: move randomize_va_space into memory.cJoel Granados
2025-07-19mm/memory.c: use folios in __access_remote_vm()Vishal Moola (Oracle)
2025-07-19mm/memory.c: use folios in __copy_remote_vm_str()Vishal Moola (Oracle)
2025-07-19mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand
2025-07-19mm: fault in complete folios instead of individual pages for tmpfsBaolin Wang
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LASTAlistair Popple
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-07-09mm: convert vmf_insert_mixed() from using pte_devmap to pte_specialAlistair Popple
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song
2025-05-31mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park
2025-05-11mm/memory: split non-tlb flushing part from zap_page_range_single()SeongJae Park
2025-05-11mm: add kernel-doc comment for free_pgd_range()SoumishDas
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)
2025-05-11mm: add folio_mk_pte()Matthew Wilcox (Oracle)
2025-05-11mm: set the pte dirty if the folio is already dirtyMatthew Wilcox (Oracle)
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song
2025-04-17mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount sta...David Hildenbrand
2025-04-11mm: fix apply_to_existing_page_range()Kirill A. Shutemov