summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
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-06-30mm/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
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini1-5/+36
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig1-30/+5
2021-02-26mm: unexport follow_pte_pmdChristoph Hellwig1-1/+0
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
2020-01-09mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner1-11/+27
2019-09-25mm: do not hash address in print_bad_pte()Kefeng Wang1-1/+1
2019-09-25mm: release the spinlock on zap_pte_rangeMinchan Kim1-2/+8
2019-09-25mm: remove redundant assignment of entryWei Yang1-1/+0
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong1-0/+4
2019-07-19mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi1-13/+0
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-44/+5
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov1-1/+3
2019-07-12mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda1-1/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-4/+1
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying1-1/+1
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi1-2/+0
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig1-7/+2
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-37/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder1-0/+81
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-7/+7
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-9/+16
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-04-03asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra1-1/+1
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-2/+2
2019-03-29mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara1-5/+6
2019-03-06mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-06docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-7/+19
2019-03-06mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-4/+4
2019-03-06mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2019-03-06mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-03-06mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox1-1/+1
2019-03-06mm: prevent mapping slab pages to userspaceMatthew Wilcox1-1/+1
2019-03-06mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai1-2/+14
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+4
2019-01-09mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox1-2/+2
2019-01-09mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+22
2019-01-05mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-9/+8
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-49/+50