summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
13 daysmmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin
13 daysmm: 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
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple
2025-03-17mm/memory: enhance insert_page_into_pte_locked() to create writable mappingsAlistair Popple
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand
2025-03-17mm/memory: document restore_exclusive_pte()David Hildenbrand
2025-03-17mm/memory: pass folio and pte to restore_exclusive_pte()David Hildenbrand
2025-03-17mm/memory: remove PageAnonExclusive sanity-check in restore_exclusive_pte()David Hildenbrand
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-16mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan
2025-03-16mm: uninline the main body of vma_start_write()Suren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand
2025-03-16mm/memory: detect writability in restore_exclusive_pte() through can_change_p...David Hildenbrand
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner
2025-03-13Revert "mm: don't allow huge faults for files with pre content watches"Amir Goldstein
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar