summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)Author
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy
2020-04-10mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy
2020-04-07mm: fix ambiguous comments for better code readabilitychenqiwu
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu
2020-04-07userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-02mm/memory.c: clarify a confusing comment for vm_iomap_memoryWang Wenhu
2020-04-02mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu
2020-03-24mm: Split huge pages on write-notify or COWThomas Hellstrom (VMware)
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom
2020-01-16mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-17mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens
2019-12-08sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport
2019-12-04mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang
2019-12-01mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)
2019-12-01mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
2019-10-18mm: fix double page fault on arm64 if PTE_AF is clearedJia He
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