summaryrefslogtreecommitdiff
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm-gup-remove-vmas-parameter-from-get_user_pages_remote-fixAndrew Morton2023-05-161-5/+5
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-05-161-7/+7
* mm: keep memory type same on DEVMEM Page-Faultbuddy.zhang2023-05-161-0/+3
* mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan2023-04-211-19/+27
* mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-181-21/+38
* mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-181-14/+14
* userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-181-12/+11
* userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng2023-04-181-8/+6
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+15
|\
| * mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-051-1/+15
* | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-051-0/+3
* | mm: introduce per-VMA lock statisticsSuren Baghdasaryan2023-04-051-0/+2
* | mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan2023-04-051-0/+9
* | mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan2023-04-051-0/+5
* | mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan2023-04-051-0/+4
* | mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan2023-04-051-0/+46
* | mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan2023-04-051-1/+5
* | mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)2023-04-051-3/+8
* | mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-39/+18
* | mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes2023-04-051-11/+15
* | mm: refactor do_fault_around()Lorenzo Stoakes2023-04-051-22/+16
* | mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-051-14/+42
* | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+2
* | mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang2023-03-281-1/+1
* | mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang2023-03-281-1/+1
* | mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang2023-03-281-1/+1
* | mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang2023-03-281-1/+1
* | mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang2023-03-281-1/+1
* | x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-0/+1
|/
* mm/uffd: fix comment in handling pte markersPeter Xu2023-02-201-3/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-0/+3
|\
| * mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-091-0/+3
* | mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-091-6/+7
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
* | mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)2023-02-021-6/+9
* | mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)2023-02-021-26/+25
* | mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)2023-02-021-33/+32
* | mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)2023-02-021-11/+9
* | mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-6/+10
* | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-4/+0
* | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-5/+5
* | mm: add vma_has_recency()Yu Zhao2023-01-181-4/+3
* | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-30/+0
* | mm/memory: add vm_normal_folio()Vishal Moola (Oracle)2023-01-181-0/+10
* | mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu2023-01-181-5/+3
|/
* mm: fix a few rare cases of using swapin error pte markerPeter Xu2023-01-181-2/+6
* mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-01-181-6/+2
* mm: remove VM_FAULT_WRITEDavid Hildenbrand2022-12-111-5/+4
* mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand2022-11-301-4/+0
* mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...David Hildenbrand2022-11-301-9/+15