summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-04-023-288/+195
|\
| * mm/hmm: return error for non-vma snapshotsJason Gunthorpe2020-03-301-3/+5
| * mm/hmm: do not set pfns when returning an error codeJason Gunthorpe2020-03-301-15/+3
| * mm/hmm: do not unconditionally set pfns when returning EBUSYJason Gunthorpe2020-03-301-3/+4
| * mm/hmm: use device_private_entry_to_pfn()Jason Gunthorpe2020-03-301-1/+1
| * mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2020-03-281-8/+9
| * mm/hmm: remove unused code and tidy commentsJason Gunthorpe2020-03-281-7/+17
| * mm/hmm: return the fault type from hmm_pte_need_fault()Jason Gunthorpe2020-03-281-102/+81
| * mm/hmm: remove pgmap checking for devmap pagesJason Gunthorpe2020-03-281-48/+2
| * mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig2020-03-261-1/+9
| * mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2020-03-261-20/+5
| * mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-3/+6
| * memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-261-0/+4
| * mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_Christoph Hellwig2020-03-261-34/+16
| * mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()Christoph Hellwig2020-03-261-19/+18
| * mm/hmm: simplify hmm_vma_walk_hugetlb_entry()Christoph Hellwig2020-03-261-10/+3
| * mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig2020-03-261-7/+0
| * mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()Jason Gunthorpe2020-03-261-1/+1
| * mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handlingJason Gunthorpe2020-03-261-7/+12
| * mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pagesJason Gunthorpe2020-03-261-17/+21
| * mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-20/+15
| * mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULTJason Gunthorpe2020-03-261-11/+8
| * mm/hmm: add missing pfns set to hmm_vma_walk_pmd()Jason Gunthorpe2020-03-261-1/+1
| * mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlockJason Gunthorpe2020-03-261-7/+7
| * mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-2/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-0/+10
|\ \
| * | mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-03-261-0/+10
| |/
* | mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-03-291-0/+6
* | mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-0/+38
* | hugetlb_cgroup: fix illegal access to memoryMina Almasry2020-03-291-2/+1
* | mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-03-291-21/+20
* | x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-222-7/+14
* | mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-03-221-9/+17
* | mm/mmu_notifier: silence PROVE_RCU_LIST warningsQian Cai2020-03-221-9/+18
* | mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko2020-03-221-3/+9
* | mm, memcg: throttle allocators based on ancestral memory.highChris Down2020-03-221-35/+58
* | mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down2020-03-221-1/+1
* | mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He2020-03-221-2/+6
* | memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-03-221-2/+8
* | mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-03-181-2/+4
* | mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-181-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-131-12/+2
|\ \
| * | net: memcg: late association of sock to memcgShakeel Butt2020-03-101-14/+0
| * | cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
* | | mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka2020-03-061-1/+7
* | | mm/z3fold.c: do not include rwlock.h directlySebastian Andrzej Siewior2020-03-061-1/+0
* | | mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov2020-03-061-8/+27
* | | mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying2020-03-061-2/+1
* | | mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman2020-03-061-2/+36
|/ /
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-02-241-2/+0
|\ \ | |/ |/|