summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang2024-06-151-4/+10
* Revert "mm: init_mlocked_on_free_v3"David Hildenbrand2024-06-151-6/+0
* mm: simplify and improve print_vma_addr() outputLinus Torvalds2024-05-221-13/+6
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-134/+171
|\
| * mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)2024-05-051-4/+9
| * mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)2024-05-051-11/+18
| * mm: simplify thp_vma_allowable_orderMatthew Wilcox2024-05-051-4/+6
| * mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()Kefeng Wang2024-05-051-5/+5
| * mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang2024-05-051-2/+2
| * mm: move mm counter updating out of set_pte_range()Kefeng Wang2024-05-051-3/+5
| * mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song2024-05-051-0/+5
| * mm/memory: use folio_mapcount() in zap_present_folio_ptes()David Hildenbrand2024-05-051-2/+1
| * mm: follow_pte() improvementsDavid Hildenbrand2024-05-051-5/+15
| * mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-7/+8
| * mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts2024-04-251-2/+2
| * mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2024-04-251-6/+7
| * mm: support multi-size THP numa balancingBaolin Wang2024-04-251-12/+50
| * mm: factor out the numa mapping rebuilding into a new helperBaolin Wang2024-04-251-7/+15
| * mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback casesBarry Song2024-04-251-0/+3
| * mm: init_mlocked_on_free_v3York Jasper Niebuhr2024-04-251-0/+6
| * mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu2024-04-251-0/+12
| * mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig2024-04-251-32/+0
| * mm: remove follow_pfnChristoph Hellwig2024-04-251-34/+2
| * mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand2024-04-251-1/+1
| * arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-251-1/+1
| * mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom2024-04-251-3/+5
| * mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-1/+1
* | Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini2024-04-191-1/+7
|\|
| * x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-051-0/+4
| * mm/memory: fix missing pte marker for !page on pte zapsPeter Xu2024-03-261-1/+3
* | mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini2024-04-121-6/+1
|/
* mm: prohibit the last subpage from reusing the entire large folioBarry Song2024-03-131-0/+10
* mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang2024-03-061-1/+2
* mm: make folio_pte_batch available outside of mm/memory.cBarry Song2024-03-061-76/+0
* mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard2024-03-041-6/+6
* mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)2024-03-041-1/+1
* mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2024-03-041-1/+1
* mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts2024-02-221-7/+12
* mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand2024-02-221-26/+66
* mm/memory: factor out zapping folio pte into zap_present_folio_pte()David Hildenbrand2024-02-221-21/+32
* mm/memory: further separate anon and pagecache folio handling in zap_present_...David Hildenbrand2024-02-221-5/+11
* mm/memory: handle !page case in zap_present_pte() separatelyDavid Hildenbrand2024-02-221-11/+11
* mm/memory: factor out zapping of present pte into zap_present_pte()David Hildenbrand2024-02-221-41/+53
* mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand2024-02-221-6/+24
* mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand2024-02-221-5/+31
* mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand2024-02-221-19/+93
* mm/memory: pass PTE to copy_present_pte()David Hildenbrand2024-02-221-4/+5
* mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand2024-02-221-30/+33
* mm: memory: move mem_cgroup_charge() into alloc_anon_folio()Kefeng Wang2024-02-221-8/+8
* mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-211-5/+5