summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple2022-11-221-1/+1
* 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
* memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm: convert do_swap_page()'s swapcache variable to a folioMatthew Wilcox (Oracle)2022-10-031-16/+15
* mm: convert do_swap_page() to use a folioMatthew Wilcox (Oracle)2022-10-031-24/+33
* mm: remove the vma linked listLiam R. Howlett2022-09-261-9/+25
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-0/+25
* mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-13/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-4/+10
|\
| * mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov2022-09-261-4/+10
* | memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-1/+10
* | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-2/+2
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-10/+17
|\
| * mm: remove unneeded PageAnon check in restore_exclusive_pte()Miaohe Lin2022-07-291-1/+1
| * mm: remove obsolete comment in do_fault_around()Miaohe Lin2022-07-291-4/+0
| * hugetlb: lazy page table copies in fork()Mike Kravetz2022-07-171-1/+1
| * mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-2/+5
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+9
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-1/+1
* | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-261-2/+5
|\ \
| * | mm: fix page leak with multiple threads mapping the same pageJosef Bacik2022-07-181-2/+5
* | | mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng2022-07-261-1/+1
|/ /
* / mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-031-13/+14
|/
* delayacct: track delays from write-protect copyYang Yang2022-06-011-0/+8
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-1/+4
|\
| * mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-1/+4
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-170/+403
|\|
| * mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITESMiaohe Lin2022-05-191-1/+1
| * mm/shmem: remove duplicate include in memory.cWan Jiabing2022-05-131-1/+0
| * mm/hugetlb: handle uffd-wp during fork()Peter Xu2022-05-131-2/+2
| * mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-1/+4
| * mm/shmem: handle uffd-wp during fork()Peter Xu2022-05-131-8/+41
| * mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-3/+46
| * mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu2022-05-131-9/+58
| * mm: check against orig_pte for finish_fault()Peter Xu2022-05-131-1/+11
| * mm: teach core mm about pte markersPeter Xu2022-05-131-0/+23
| * mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-1/+1