summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov-8/+27
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+40
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie-4/+40
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom-0/+1
2020-01-16mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom-4/+39
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar-51/+95
2019-12-17mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens-42/+94
2019-12-08sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner-1/+1
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport-8/+0
2019-12-04mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao-1/+1
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang-1/+1
2019-12-01mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom-0/+6
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)-2/+2
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)-0/+6
2019-12-01mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner-11/+27
2019-10-18mm: fix double page fault on arm64 if PTE_AF is clearedJia He-15/+89
2019-09-24mm: do not hash address in print_bad_pte()Kefeng Wang-1/+1
2019-09-24mm: release the spinlock on zap_pte_rangeMinchan Kim-2/+8
2019-09-24mm: remove redundant assignment of entryWei Yang-1/+0
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong-0/+4
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi-13/+0
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-44/+5
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov-1/+3
2019-07-12mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda-1/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual-4/+1
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying-1/+1
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi-2/+0
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig-7/+2
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig-37/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder-0/+81
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse-7/+7
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-9/+16
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-1/+1
2019-04-03asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra-1/+1
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra-2/+2
2019-03-29mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara-5/+6
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek-1/+4
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport-7/+19
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V-4/+4
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V-2/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-6/+2
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox-1/+1
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox-1/+1
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai-2/+14
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-3/+4
2019-01-08mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox-2/+2
2019-01-08mm, memcg: fix reclaim deadlock with writebackMichal Hocko-0/+22
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-9/+8