summaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2024-12-191-5/+5
* mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2024-12-191-2/+3
* mm: use aligned address in clear_gigantic_page()Kefeng Wang2024-12-191-1/+2
* mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes2024-11-111-3/+15
* mm/memory.c: simplify pfnmap_lockdep_assertManas2024-11-071-1/+1
* mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan2024-11-071-1/+9
* mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2024-11-071-6/+4
* mm/memory.c: remove stray newline at top of fileAndrew Morton2024-11-071-1/+0
* mm: copy_pte_range() use pte_offset_map_rw_nolock()Qi Zheng2024-11-061-1/+10
* mm: handle_pte_fault() use pte_offset_map_rw_nolock()Qi Zheng2024-11-061-2/+12
* mm: move mm flags to mm_types.hNanyong Sun2024-11-061-1/+0
* mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song2024-10-291-2/+13
* mm: fix follow_pfnmap API lockdep assertLinus Torvalds2024-10-181-1/+2
* mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand2024-10-171-0/+9
* mm: remove unused stub for can_swapin_thp()Andy Shevchenko2024-10-171-5/+0
* 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-101-2/+0
| * mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao2024-09-041-0/+3
| * mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan2024-09-021-30/+33
| * mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)2024-09-021-4/+2
| * mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn2024-09-021-4/+10
| * mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand2024-09-021-1/+1
| * mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song2024-09-021-3/+3
| * mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-021-1/+1
| * memory tiering: introduce folio_use_access_time() checkZi Yan2024-09-021-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-161-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-131-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-041-4/+5
* | mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand2024-07-041-1/+1
* | mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang2024-07-041-12/+12
* | mm: memory: improve copy_user_large_folio()Kefeng Wang2024-07-041-7/+4
* | mm: memory: use folio in struct copy_subpage_argKefeng Wang2024-07-041-6/+6
* | mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang2024-07-041-18/+16
* | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song2024-07-041-0/+9
* | mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song2024-07-041-5/+5