summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds1-0/+4
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-12/+138
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+4
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds1-0/+1
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-1/+9
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-1/+1
2023-06-25mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+121
2023-06-24mm: remove references to pagevecMatthew Wilcox (Oracle)1-3/+3
2023-06-20mm: ptep_get() conversionRyan Roberts1-46/+54
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins1-2/+4
2023-06-20mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins1-25/+13
2023-06-20mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-12/+2
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-3/+4
2023-06-10mm: fix failure to unmap pte on highmem systemsRyan Roberts1-4/+2
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-10/+10
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