summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-241-1/+1
| * mm: make the page fault mmap locking killableLinus Torvalds2023-06-241-4/+2
| * mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-241-0/+121
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-3/+4
|\ \
| * | tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-3/+4
| |/
* | mm: fix __access_remote_vm() GUP failure caseLinus Torvalds2023-06-281-0/+1
* | mm: remove references to pagevecMatthew Wilcox (Oracle)2023-06-231-3/+3
* | mm: ptep_get() conversionRyan Roberts2023-06-191-46/+54
* | perf/core: allow pte_offset_map() to failHugh Dickins2023-06-191-2/+4
* | mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2023-06-191-25/+13
* | mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-86/+81
* | mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-191-12/+2
* | mm: fix failure to unmap pte on highmem systemsRyan Roberts2023-06-091-4/+2
* | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-10/+10
|/
* 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