summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)Author
2020-10-01mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-10-01mm: fix double page fault on arm64 if PTE_AF is clearedJia He
2020-01-09mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
2019-09-24mm: do not hash address in print_bad_pte()Kefeng Wang
2019-09-24mm: release the spinlock on zap_pte_rangeMinchan Kim
2019-09-24mm: remove redundant assignment of entryWei Yang
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov
2019-07-12mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-03asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2019-03-29mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-08mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox
2019-01-08mm, memcg: fix reclaim deadlock with writebackMichal Hocko
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-10-31mm: Fix warning in insert_pfn()Jan Kara
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra
2018-09-04asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon