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/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2023-01-181-0/+5
* 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-151-6/+19
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-151-4/+8
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-04-151-2/+7
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-0/+10
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-07-111-0/+41
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-04-071-1/+1
* 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: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov2020-10-011-8/+27
* mm: fix double page fault on arm64 if PTE_AF is clearedJia He2020-10-011-15/+89
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2019-12-171-2/+2
* mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-311-1/+3
* mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara2019-05-161-5/+6
* mm: Fix warning in insert_pfn()Jan Kara2019-05-021-2/+7
* mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek2019-03-231-1/+4
* mm, memcg: fix reclaim deadlock with writebackMichal Hocko2019-01-161-0/+23
* mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-12-011-4/+30
* mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds2018-08-251-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-231-44/+46
|\
| * mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-44/+46
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-10/+0
* | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-231-0/+18
* | mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-08-231-9/+0
* | mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-08-231-3/+3
* | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-221-14/+8
|/
* Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel2018-08-171-13/+1
* memcg, oom: move out_of_memory back to the charge pathMichal Hocko2018-08-171-2/+2
* mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-171-7/+23
* mm, clear_huge_page: move order algorithm into a separate functionHuang Ying2018-08-171-34/+56
* thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-171-1/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-0/+6
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-5/+6
|\
| * memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-5/+6
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-10/+27
|\ \
| * | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-10/+27
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-8/+14
|\ \
| * | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-8/+14
| |/
* | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-101-0/+3
* | mm: delete historical BUG from zap_pmd_range()Hugh Dickins2018-08-011-4/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-071-13/+23
|\
| * mm: remove odd HAVE_PTE_SPECIALLaurent Dufour2018-06-071-9/+6
| * mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-1/+1
| * fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-4/+17
* | mm: Remove return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+3
|/
* mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-051-7/+4
* mm: swap: clean up swap readaheadMinchan Kim2018-04-051-20/+6