summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-132/+430
|\
| * mm: support large folios swap-in for sync io devicesChuanhua Han2024-09-171-27/+234
| * mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song2024-09-171-1/+1
| * mm: support poison recovery from copy_present_page()Kefeng Wang2024-09-171-3/+7
| * mm: support poison recovery from do_cow_fault()Kefeng Wang2024-09-171-1/+5
| * mm: remove follow_pte()Peter Xu2024-09-171-73/+0
| * mm/access_process_vm: use the new follow_pfnmap APIPeter Xu2024-09-171-14/+14
| * mm: new follow_pfnmap APIPeter Xu2024-09-171-0/+150
| * mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2024-09-171-5/+4
| * mm: cleanup count_mthp_stat() definitionRyan Roberts2024-09-091-2/+0
| * mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao2024-09-031-0/+3
| * mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan2024-09-011-30/+33
| * mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)2024-09-011-4/+2
| * mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn2024-09-011-4/+10
| * mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand2024-09-011-1/+1
| * mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song2024-09-011-3/+3
| * mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-011-1/+1
| * memory tiering: introduce folio_use_access_time() checkZi Yan2024-09-011-2/+1
* | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-191-5/+3
|\ \
| * | mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)2024-09-171-5/+3
| |/
* / mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds2024-09-121-5/+22
|/
* mm/numa: no task_numa_fault() call if PTE is changedZi Yan2024-08-151-17/+16
* mm: fix old/young bit handling in the faulting pathRam Tummala2024-07-261-1/+1
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-0/+13
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-0/+13
* | mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig2024-07-121-1/+0
* | mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang2024-07-061-9/+3
* | mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand2024-07-031-4/+5
* | mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand2024-07-031-1/+1
* | mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang2024-07-031-12/+12
* | mm: memory: improve copy_user_large_folio()Kefeng Wang2024-07-031-7/+4
* | mm: memory: use folio in struct copy_subpage_argKefeng Wang2024-07-031-6/+6
* | mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang2024-07-031-18/+16
* | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song2024-07-031-0/+9
* | mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song2024-07-031-5/+5
* | mm: set pte writable while pte_soft_dirty() is true in do_swap_page()Barry Song2024-07-031-1/+1
* | mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed2024-07-031-1/+1
* | mm: swap: reuse exclusive folio directly instead of wp page faultsBarry Song2024-07-031-7/+11
* | mm: memory: extend finish_fault() to support large folioBaolin Wang2024-07-031-10/+51
* | mm: swap: entirely map large folios found in swapcacheChuanhua Han2024-07-031-11/+48
* | mm: swap: make should_try_to_free_swap() support large-folioChuanhua Han2024-07-031-1/+1
* | mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song2024-07-031-1/+2
* | mm: batch unlink_file_vma calls in free_pgd_rangeMateusz Guzik2024-07-031-2/+8
* | mm: use update_mmu_tlb_range() to simplify codeBang Li2024-07-031-3/+1
* | mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand2024-07-031-21/+70
* | mm/memory: move page_count() check into validate_page_before_insert()David Hildenbrand2024-07-031-4/+2
* | mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn2024-07-031-1/+1
|/
* mm/memory: don't require head page for do_set_pmd()Andrew Bresticker2024-06-241-1/+2
* 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