summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-131-0/+4
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-151-2/+2
* mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song2022-11-031-0/+11
* mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-211-13/+14
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-05-151-0/+2
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-04-131-6/+19
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-081-4/+8
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-04-081-2/+7
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-07-251-12/+13
* Revert "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman2021-07-251-9/+2
* swap: fix do_swap_page() race with swapoffMiaohe Lin2021-07-141-2/+9
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-301-0/+41
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-04-071-1/+1
* mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit2021-03-171-0/+8
* hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz2021-03-041-4/+6
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-03-041-3/+3
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-5/+36
* mm: simplify follow_pte{,pmd}Christoph Hellwig2021-02-261-30/+5
* mm: unexport follow_pte_pmdChristoph Hellwig2021-02-261-1/+0
* mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-301-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
* | mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang2020-08-071-1/+4