summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2023-01-18mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+5
2022-05-15mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song1-0/+2
2022-04-15mm: don't skip swap entry even if zap_details specifiedPeter Xu1-6/+19
2022-04-15mm,hwpoison: unmap poisoned page before invalidationRik van Riel1-4/+8
2022-04-15mm: invalidate hwpoison page cache page in fault pathRik van Riel1-2/+7
2021-12-01hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+10
2021-07-11mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+41
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy1-1/+1
2021-03-04hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz1-4/+6
2021-03-04mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+3
2020-10-01mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov1-8/+27
2020-10-01mm: fix double page fault on arm64 if PTE_AF is clearedJia He1-15/+89
2019-12-17mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-2/+2
2019-07-31mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov1-1/+3
2019-05-16mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara1-5/+6
2019-05-02mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2019-03-23mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-01-17mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+23
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-44/+46
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-44/+46
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin1-10/+0
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-08-23x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-14/+8
2018-08-18Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel1-13/+1
2018-08-18memcg, oom: move out_of_memory back to the charge pathMichal Hocko1-2/+2
2018-08-18mm, huge page: copy target sub-page last when copy huge pageHuang Ying1-7/+23
2018-08-18mm, clear_huge_page: move order algorithm into a separate functionHuang Ying1-34/+56
2018-08-18thp: use mm_file_counter to determine update which rss counterYang Shi1-1/+1
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-0/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-10/+27
2018-08-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+14
2018-08-11mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins1-4/+2
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-8/+14
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-5/+6
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-10/+27
2018-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+23
2018-06-08mm: remove odd HAVE_PTE_SPECIALLaurent Dufour1-9/+6
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-1/+1
2018-06-08fs/dax.c: use new return type vm_fault_tSouptick Joarder1-4/+17
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky1-4/+3
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-7/+4
2018-04-06mm: swap: clean up swap readaheadMinchan Kim1-20/+6
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz1-0/+1