aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/pmladek/printkLinus 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-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-7/+19
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-4/+4
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai1-2/+14
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+4
2019-01-08mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox1-2/+2
2019-01-08mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+22
2019-01-04mm: 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
2018-10-31mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-10-26mm: convert insert_pfn() to vm_fault_tMatthew Wilcox1-19/+5
2018-10-26mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox1-21/+15
2018-10-26mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox1-31/+24
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox1-25/+29
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox1-25/+25
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox1-16/+31
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox1-4/+10
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra1-249/+0
2018-09-04asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon1-1/+3
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-44/+46
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-44/+46
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin1-10/+0
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-14/+8
2018-08-17Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel1-13/+1
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko1-2/+2
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying1-7/+23
2018-08-17mm, clear_huge_page: move order algorithm into a separate functionHuang Ying1-34/+56
2018-08-17thp: use mm_file_counter to determine update which rss counterYang Shi1-1/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-0/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+27
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+14
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3