aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-17mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount stabilizationDavid Hildenbrand1-2/+2
2025-04-11mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-04-11mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand1-1/+1
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-94/+286
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+4
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+118
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+9
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-8/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-8/+0
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-1/+1
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand1-8/+75
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand1-5/+5
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-2/+4
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple1-0/+20
2025-03-17mm/memory: enhance insert_page_into_pte_locked() to create writable mappingsAlistair Popple1-9/+30
2025-03-17mm: allow compound zone device pagesAlistair Popple1-1/+3
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand1-1/+1
2025-03-17mm/memory: document restore_exclusive_pte()David Hildenbrand1-0/+26
2025-03-17mm/memory: pass folio and pte to restore_exclusive_pte()David Hildenbrand1-15/+14
2025-03-17mm/memory: remove PageAnonExclusive sanity-check in restore_exclusive_pte()David Hildenbrand1-3/+0
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-3/+3
2025-03-16mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan1-3/+4
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-10/+80
2025-03-16mm: uninline the main body of vma_start_write()Suren Baghdasaryan1-0/+14
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-1/+1
2025-03-16mm/rmap: keep mapcount untouched for device-exclusive entriesDavid Hildenbrand1-16/+1
2025-03-16mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()David Hildenbrand1-4/+7
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-1/+1
2025-03-13Revert "mm: don't allow huge faults for files with pre content watches"Amir Goldstein1-19/+0
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-7/+14
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar1-3/+14
2025-03-06mm/migrate: Trylock device page in do_swap_pageMatthew Brost1-4/+9
2025-03-05mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10
2025-03-05mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts1-2/+4
2025-03-01lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra1-2/+0
2025-02-27mm: Provide address mask in struct follow_pfnmap_argsAlex Williamson1-0/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov1-3/+14
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome1-0/+118
2025-02-17mm: pgtable: fix incorrect reclaim of non-empty PTE pagesQi Zheng1-3/+14
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-98/+169
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+2
2025-01-25mm: remove unnecessary calls to lru_add_drainRik van Riel1-1/+0
2025-01-25mm: unexport apply_to_existing_page_rangeChristoph Hellwig1-1/+0
2025-01-25mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng1-1/+2
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+19
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao1-0/+2
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-2/+19