summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
10 daysmm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand
10 daysmm: remove call to hugetlb_free_pgd_range()Anthony Yznaga
12 daysmm: 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
2025-04-11mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple