summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
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
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan
2024-12-18mm: use aligned address in copy_user_gigantic_page()Kefeng Wang
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang
2024-12-10mm: don't allow huge faults for files with pre content watchesJosef Bacik
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes
2024-11-06mm/memory.c: simplify pfnmap_lockdep_assertManas
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang
2024-11-06mm/memory.c: remove stray newline at top of fileAndrew Morton
2024-11-05mm: copy_pte_range() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: handle_pte_fault() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-10-28mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song
2024-10-18mm: fix follow_pfnmap API lockdep assertLinus Torvalds
2024-10-17mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-10-17mm: remove unused stub for can_swapin_thp()Andy Shevchenko
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang
2024-09-17mm: remove follow_pte()Peter Xu
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu
2024-09-17mm: new follow_pfnmap APIPeter Xu