summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit2021-03-131-0/+8
* mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-7/+1
* MIPS: make userspace mapping young by defaultHuang Pei2021-02-261-4/+0
* hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz2021-02-241-4/+6
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-02-241-4/+4
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-02-241-3/+3
* Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds2021-02-221-3/+43
|\
| * mm: Close race in generic_access_physDaniel Vetter2021-01-121-3/+43
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-5/+36
|\ \
| * | mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-5/+36
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-145/+78
|\ \
| * | mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon2021-01-211-5/+5
| * | mm: Allow architectures to request 'old' entries when prefaultingWill Deacon2021-01-201-1/+19
| * | mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-201-142/+57
| |/
* | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-2/+2
* | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-2/+2
|/
* mm: generalise COW SMC TLB flushing race commentNicholas Piggin2020-12-291-3/+5
* mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-30/+5
* mm: unexport follow_pte_pmdChristoph Hellwig2020-12-151-1/+0
* mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-6/+5
* mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-1/+12
* mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig2020-10-181-7/+9
* mm/memory: remove page fault assumption of compound page sizeMatthew Wilcox (Oracle)2020-10-161-3/+4
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+0
|\
| * dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
* | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-68/+73
* | mm/memory.c: fix spello of "function"Randy Dunlap2020-10-131-1/+1
* | mm/memory.c: replace vmf->vma with variable vmaYanfei Xu2020-10-131-1/+1
* | mm/memory.c: fix typo in __do_fault() commentYanfei Xu2020-10-131-1/+1
* | mm: avoid early COW write protect games during fork()Linus Torvalds2020-10-081-37/+4
* | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-5/+9
|/
* mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
* mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
* mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-051-13/+24
|\
| * mm: track page table modifications in __apply_to_page_range()Joerg Roedel2020-09-051-13/+24
* | Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-42/+18
|\ \ | |/ |/|
| * mm: Add PGREUSE counterPeter Xu2020-09-041-0/+1
| * mm: do_wp_page() simplificationLinus Torvalds2020-09-041-42/+17
* | mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-181-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-151-2/+2
|\ \
| * | mm/swapfile: fix and annotate various data racesQian Cai2020-08-141-2/+2
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-141-2/+0
|/ /
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-7/+10
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+63
* | mm/memory.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-7/+4
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-5/+4