summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-181-13/+0
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-44/+5
|\
| * memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-021-7/+2
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-37/+3
* | mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-121-1/+3
* | mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda2019-07-121-1/+1
* | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-4/+1
* | mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-1/+1
* | mm/memory.c: trivial clean up in insert_page()Miklos Szeredi2019-07-121-2/+0
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder2019-05-141-0/+81
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-7/+7
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-9/+16
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra2019-04-031-1/+1
* | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-2/+2
* | mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara2019-03-291-5/+6
|/
* mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek2019-03-051-1/+4
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-7/+19
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-4/+4
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-6/+2
* mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm: prevent mapping slab pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2019-03-051-2/+14
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-3/+4
* mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox2019-01-081-2/+2
* mm, memcg: fix reclaim deadlock with writebackMichal Hocko2019-01-081-0/+22
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-9/+8
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-2/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-49/+50
* mm: Fix warning in insert_pfn()Jan Kara2018-10-311-2/+7
* mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-10-261-4/+30
* mm: convert insert_pfn() to vm_fault_tMatthew Wilcox2018-10-261-19/+5
* mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox2018-10-261-21/+15
* mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox2018-10-261-31/+24
* mm: remove vm_insert_pfn()Matthew Wilcox2018-10-261-25/+29
* mm: make vm_insert_pfn_prot() staticMatthew Wilcox2018-10-261-25/+25
* mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2018-10-261-16/+31
* mm: remove vm_insert_mixed()Matthew Wilcox2018-10-261-4/+10
* mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra2018-09-071-249/+0
* asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon2018-09-041-1/+3
* mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds2018-08-251-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-231-44/+46
|\
| * mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-44/+46
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-10/+0
* | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-231-0/+18
* | mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-08-231-9/+0
* | mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-08-231-3/+3