aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-28mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song1-2/+13
2024-10-18mm: fix follow_pfnmap API lockdep assertLinus Torvalds1-1/+2
2024-10-17mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand1-0/+9
2024-10-17mm: remove unused stub for can_swapin_thp()Andy Shevchenko1-5/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-132/+430
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds1-5/+3
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han1-27/+234
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song1-1/+1
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang1-3/+7
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang1-1/+5
2024-09-17mm: remove follow_pte()Peter Xu1-73/+0
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu1-14/+14
2024-09-17mm: new follow_pfnmap APIPeter Xu1-0/+150
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu1-5/+4
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)1-5/+3
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts1-2/+0
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-0/+3
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan1-30/+33
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)1-4/+2
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn1-4/+10
2024-09-01mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand1-1/+1
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song1-3/+3
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-1/+1
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-2/+1
2024-08-15mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-07-26mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+13
2024-07-12mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig1-1/+0
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang1-9/+3
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-4/+5
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand1-1/+1
2024-07-03mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang1-12/+12
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang1-7/+4
2024-07-03mm: memory: use folio in struct copy_subpage_argKefeng Wang1-6/+6
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-18/+16
2024-07-03mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song1-0/+9
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-5/+5
2024-07-03mm: set pte writable while pte_soft_dirty() is true in do_swap_page()Barry Song1-1/+1
2024-07-03mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed1-1/+1
2024-07-03mm: swap: reuse exclusive folio directly instead of wp page faultsBarry Song1-7/+11
2024-07-03mm: memory: extend finish_fault() to support large folioBaolin Wang1-10/+51
2024-07-03mm: swap: entirely map large folios found in swapcacheChuanhua Han1-11/+48
2024-07-03mm: swap: make should_try_to_free_swap() support large-folioChuanhua Han1-1/+1
2024-07-03mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song1-1/+2
2024-07-03mm: batch unlink_file_vma calls in free_pgd_rangeMateusz Guzik1-2/+8
2024-07-03mm: use update_mmu_tlb_range() to simplify codeBang Li1-3/+1
2024-07-03mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand1-21/+70
2024-07-03mm/memory: move page_count() check into validate_page_before_insert()David Hildenbrand1-4/+2