summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10
* mm: device exclusive memory accessAlistair Popple2021-07-011-4/+123
* mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple2021-07-011-11/+17
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-4/+6
* mm: remove special swap entry functionsAlistair Popple2021-07-011-5/+5
* mm: memory: make numa_migrate_prep() non-staticYang Shi2021-06-301-3/+2
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-13/+13
* userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-301-3/+5
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-301-12/+13
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+1
* mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett2021-06-291-2/+2
* mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang2021-06-291-1/+1
* mm: free idle swap cache page after COWHuang Ying2021-06-291-0/+2
* swap: fix do_swap_page() race with swapoffMiaohe Lin2021-06-291-2/+9
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-0/+41
* Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer2021-06-051-0/+4
* mm: fix typos in commentsIngo Molnar2021-05-071-5/+5
* delayacct: clear right task's flag after blkio completesYafang Shao2021-05-071-4/+4
* mm: apply_to_pte_range warn and fail if a large pte is encounteredNicholas Piggin2021-04-301-17/+49
* NUMA balancing: reduce TLB flush via delaying mapping on hint page faultHuang Ying2021-04-301-22/+32
* mm: add remap_pfn_range_notrackChristoph Hellwig2021-04-301-20/+31
* mm/memory.c: do_numa_page(): delete bool "migrated"Wang Qing2021-04-301-3/+1
* memcg: charge before adding to swapcache on swapinShakeel Butt2021-04-301-9/+7
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-03-301-1/+1
* 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