summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
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
2025-03-06mm/migrate: Trylock device page in do_swap_pageMatthew Brost
2025-03-05mm: fix finish_fault() handling for large foliosBrian Geffon
2025-03-05mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts
2025-03-01lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra
2025-02-27mm: Provide address mask in struct follow_pfnmap_argsAlex Williamson
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome
2025-02-17mm: pgtable: fix incorrect reclaim of non-empty PTE pagesQi Zheng
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-25mm: remove unnecessary calls to lru_add_drainRik van Riel
2025-01-25mm: unexport apply_to_existing_page_rangeChristoph Hellwig
2025-01-25mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2025-01-13mm: make zap_pte_range() handle full within-PMD rangeQi Zheng
2025-01-13mm: do_zap_pte_range: return any_skipped information to the callerQi Zheng
2025-01-13mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng
2025-01-13mm: skip over all consecutive none ptes in do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce zap_nonpresent_ptes()Qi Zheng
2025-01-13mm/memory: fix a comment typo in lock_mm_and_find_vma()Chin Yik Ming
2025-01-13mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom