summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-07libnvdimm: Enable unit test infrastructure compile checksDan Williams
2019-09-07mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter
2019-09-07drm/radeon: guard against calling an unpaired radeon_mn_unregister()Jason Gunthorpe
2019-09-07csky: add missing brackets in a macro for tlb.hJason Gunthorpe
2019-09-07pagewalk: use lockdep_assert_held for locking validationChristoph Hellwig
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-09-07mm/mmu_notifiers: annotate with might_sleep()Daniel Vetter
2019-09-07mm/mmu_notifiers: prime lockdepDaniel Vetter
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter
2019-08-28mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig
2019-08-27mm/hmm: hmm_range_fault() infinite loopRalph Campbell
2019-08-27mm/hmm: hmm_range_fault() NULL pointer bugRalph Campbell
2019-08-23mm/hmm: fix hmm_range_fault()'s handling of swapped out pagesYang, Philip
2019-08-21mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe
2019-08-21RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
2019-08-21RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe
2019-08-21RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua
2019-08-21RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe
2019-08-21RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe
2019-08-21RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe
2019-08-21RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig
2019-08-20memremap: don't use a separate devm action for devmap_managed_enable_getChristoph Hellwig
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig
2019-08-20mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig
2019-08-20nouveau: simplify nouveau_dmem_migrate_vmaChristoph Hellwig
2019-08-20nouveau: simplify nouveau_dmem_migrate_to_ramChristoph Hellwig
2019-08-20nouveau: remove a few function stubsChristoph Hellwig
2019-08-20nouveau: factor out dmem fence completionChristoph Hellwig
2019-08-20nouveau: factor out device memory address calculationChristoph Hellwig
2019-08-20nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copyChristoph Hellwig
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig
2019-08-20Merge 'notifier_get_put' into hmm.gitJason Gunthorpe
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe