summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-7/+14
2025-03-06mm/migrate: Trylock device page in do_swap_pageMatthew Brost1-4/+9
2025-03-06mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10
2025-03-06mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts1-2/+4
2025-02-18mm: pgtable: fix incorrect reclaim of non-empty PTE pagesQi Zheng1-3/+14
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-98/+169
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+2
2025-01-26mm: remove unnecessary calls to lru_add_drainRik van Riel1-1/+0
2025-01-26mm: unexport apply_to_existing_page_rangeChristoph Hellwig1-1/+0
2025-01-26mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng1-1/+2
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+19
2025-01-14mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao1-0/+2
2025-01-14mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-2/+19
2025-01-14mm: make zap_pte_range() handle full within-PMD rangeQi Zheng1-0/+8
2025-01-14mm: do_zap_pte_range: return any_skipped information to the callerQi Zheng1-15/+21
2025-01-14mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng1-4/+12
2025-01-14mm: skip over all consecutive none ptes in do_zap_pte_range()Qi Zheng1-7/+20
2025-01-14mm: introduce do_zap_pte_range()Qi Zheng1-19/+26
2025-01-14mm: introduce zap_nonpresent_ptes()Qi Zheng1-63/+73
2025-01-14mm/memory: fix a comment typo in lock_mm_and_find_vma()Chin Yik Ming1-1/+1
2025-01-14mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom1-1/+1
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan1-5/+5
2024-12-19mm: use aligned address in copy_user_gigantic_page()Kefeng Wang1-2/+3
2024-12-19mm: use aligned address in clear_gigantic_page()Kefeng Wang1-1/+2
2024-12-10mm: don't allow huge faults for files with pre content watchesJosef Bacik1-0/+19
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes1-3/+15
2024-11-07mm/memory.c: simplify pfnmap_lockdep_assertManas1-1/+1
2024-11-07mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan1-1/+9
2024-11-07mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-6/+4
2024-11-07mm/memory.c: remove stray newline at top of fileAndrew Morton1-1/+0
2024-11-06mm: copy_pte_range() use pte_offset_map_rw_nolock()Qi Zheng1-1/+10
2024-11-06mm: handle_pte_fault() use pte_offset_map_rw_nolock()Qi Zheng1-2/+12
2024-11-06mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-10-29mm: 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-10mm: cleanup count_mthp_stat() definitionRyan Roberts1-2/+0