summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-30mm/hmm: return error for non-vma snapshotsJason Gunthorpe
2020-03-30mm/hmm: do not set pfns when returning an error codeJason Gunthorpe
2020-03-30mm/hmm: do not unconditionally set pfns when returning EBUSYJason Gunthorpe
2020-03-30mm/hmm: use device_private_entry_to_pfn()Jason Gunthorpe
2020-03-29mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin
2020-03-29hugetlb_cgroup: fix illegal access to memoryMina Almasry
2020-03-29mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe
2020-03-27mm/hmm: remove unused code and tidy commentsJason Gunthorpe
2020-03-27mm/hmm: return the fault type from hmm_pte_need_fault()Jason Gunthorpe
2020-03-27mm/hmm: remove pgmap checking for devmap pagesJason Gunthorpe
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig
2020-03-26mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_Christoph Hellwig
2020-03-26mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()Christoph Hellwig
2020-03-26mm/hmm: simplify hmm_vma_walk_hugetlb_entry()Christoph Hellwig
2020-03-26mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig
2020-03-26mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()Jason Gunthorpe
2020-03-26mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handlingJason Gunthorpe
2020-03-26mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pagesJason Gunthorpe
2020-03-26mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()Jason Gunthorpe
2020-03-26mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULTJason Gunthorpe
2020-03-26mm/hmm: add missing pfns set to hmm_vma_walk_pmd()Jason Gunthorpe
2020-03-26mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlockJason Gunthorpe
2020-03-26mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()Jason Gunthorpe
2020-03-26mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon
2020-03-25mm: docs: Fix a comment in process_vm_rw_coreBernd Edlinger
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-03-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-03-21mm/mmu_notifier: silence PROVE_RCU_LIST warningsQian Cai
2020-03-21mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko
2020-03-21mm, memcg: throttle allocators based on ancestral memory.highChris Down
2020-03-21mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down
2020-03-21mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He
2020-03-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu
2020-03-18mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-03-18mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-03-06mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka
2020-03-06mm/z3fold.c: do not include rwlock.h directlySebastian Andrzej Siewior
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-03-06mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying