summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn1-12/+16
2023-07-11mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds1-1/+9
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-1/+1
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+121
2023-04-22mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan1-19/+27
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin1-21/+38
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-14/+14
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-12/+11
2023-04-19userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng1-8/+6
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+15
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+3
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan1-0/+2
2023-04-06mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan1-0/+9
2023-04-06mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan1-0/+5
2023-04-06mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan1-0/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+46
2023-04-06mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan1-1/+5
2023-04-06mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)1-3/+8
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes1-39/+18
2023-04-06mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes1-11/+15
2023-04-06mm: refactor do_fault_around()Lorenzo Stoakes1-22/+16
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-14/+42
2023-04-06mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+2
2023-03-29mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang1-1/+1
2023-03-29x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng1-0/+1
2023-02-20mm/uffd: fix comment in handling pte markersPeter Xu1-3/+1
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+3
2023-02-10mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan1-6/+7
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-3/+3
2023-02-10mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang1-0/+3
2023-02-03mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)1-6/+9
2023-02-03mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)1-26/+25
2023-02-03mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)1-33/+32
2023-02-03mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-6/+10
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-4/+0
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-5/+5
2023-01-19mm: add vma_has_recency()Yu Zhao1-4/+3
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-30/+0
2023-01-19mm/memory: add vm_normal_folio()Vishal Moola (Oracle)1-0/+10
2023-01-19mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-5/+3
2023-01-19mm: fix a few rare cases of using swapin error pte markerPeter Xu1-2/+6
2023-01-19mm/uffd: fix pte marker when fork() without fork eventPeter Xu1-6/+2