summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: rework handling in do_wp_page() based on private vs. shared mappingsDavid Hildenbrand2022-11-301-21/+17
* mm: add early FAULT_FLAG_WRITE consistency checksDavid Hildenbrand2022-11-301-0/+8
* mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand2022-11-301-3/+20
* mm: mmu_gather: do not expose delayed_rmap flagAlexander Gordeev2022-11-301-2/+1
* mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2022-11-301-6/+17
* mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand2022-11-301-3/+13
* mm: use pte markers for swap errorsPeter Xu2022-11-301-2/+4
* mm: always compile in pte markersPeter Xu2022-11-301-4/+3
* mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck2022-11-301-1/+3
* mm, hwpoison: try to recover from copy-on write faultsTony Luck2022-11-301-10/+20
* mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-62/+11
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-14/+13
|\
| * hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2022-11-301-1/+1
| * madvise: use zap_page_range_single for madvise dontneedMike Kravetz2022-11-301-12/+11
| * mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple2022-11-221-1/+1
* | Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu2022-11-081-2/+0
|/
* mm: use update_mmu_tlb() on the second threadQi Zheng2022-10-121-1/+1
* mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-1/+15
* mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu2022-10-121-0/+2
* hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2022-10-071-4/+0
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+2
* hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz2022-10-031-0/+2
* mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li2022-10-031-11/+10
* mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)2022-10-031-5/+5
* mm: remove try_to_free_swap()Matthew Wilcox (Oracle)2022-10-031-1/+1
* memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)2022-10-031-1/+1
* mm: convert do_swap_page() to use folio_free_swap()Matthew Wilcox (Oracle)2022-10-031-8/+8
* mm: convert do_wp_page() to use a folioMatthew Wilcox (Oracle)2022-10-031-20/+20
* mm: convert do_swap_page() to use swap_cache_get_folio()Matthew Wilcox (Oracle)2022-10-031-3/+3