summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz-1/+1
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz-12/+11
2022-11-22mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple-1/+1
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng-1/+1
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple-1/+15
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu-0/+2
2022-10-07hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz-4/+0
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko-0/+2
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz-0/+2
2022-10-03mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li-11/+10
2022-10-03mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)-5/+5
2022-10-03mm: remove try_to_free_swap()Matthew Wilcox (Oracle)-1/+1
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)-1/+1
2022-10-03mm: convert do_swap_page() to use folio_free_swap()Matthew Wilcox (Oracle)-8/+8
2022-10-03mm: convert do_wp_page() to use a folioMatthew Wilcox (Oracle)-20/+20
2022-10-03mm: convert do_swap_page() to use swap_cache_get_folio()Matthew Wilcox (Oracle)-3/+3
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)-1/+1
2022-10-03mm: convert do_swap_page()'s swapcache variable to a folioMatthew Wilcox (Oracle)-16/+15
2022-10-03mm: convert do_swap_page() to use a folioMatthew Wilcox (Oracle)-24/+33
2022-09-26mm: remove the vma linked listLiam R. Howlett-9/+25
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V-0/+1
2022-09-26mm: multi-gen LRU: groundworkYu Zhao-0/+25
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao-13/+1
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-4/+10
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov-4/+10
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying-1/+10
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe-2/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+17
2022-07-29mm: remove unneeded PageAnon check in restore_exclusive_pte()Miaohe Lin-1/+1
2022-07-29mm: remove obsolete comment in do_fault_around()Miaohe Lin-4/+0
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+5
2022-07-26mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng-1/+1
2022-07-18mm: fix page leak with multiple threads mapping the same pageJosef Bacik-2/+5
2022-07-17hugetlb: lazy page table copies in fork()Mike Kravetz-1/+1
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi-2/+5
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra-1/+9
2022-07-03mm: split huge PUD on wp_huge_pud fallbackGowans, James-13/+14
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-1/+1
2022-06-01delayacct: track delays from write-protect copyYang Yang-0/+8
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+4
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin-1/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-170/+403
2022-05-19mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITESMiaohe Lin-1/+1
2022-05-13mm/shmem: remove duplicate include in memory.cWan Jiabing-1/+0
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu-2/+2
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu-1/+4
2022-05-13mm/shmem: handle uffd-wp during fork()Peter Xu-8/+41
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu-3/+46
2022-05-13mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu-9/+58
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu-1/+11