summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-29NOUVEAU HACK FOR P2P AND IOMMUwip-hmm-p2pJérôme Glisse1-7/+55
2019-01-29iommu/intel: add resource map function for Intel IOMMUJérôme Glisse1-7/+17
2019-01-29iommu/amd: add resource map function for AMD IOMMUJérôme Glisse1-5/+22
2019-01-29gpu/nouveau: add support for SVM peer to peer mapping of device memoryhmm-p2pJérôme Glisse1-0/+107
2019-01-29mm/hmm: add support for peer to peer to special device vmaJérôme Glisse2-34/+128
2019-01-29mm/hmm: add support for peer to peer to HMM device memoryJérôme Glisse2-5/+105
2019-01-29mm/vma: add support for peer to peer to device vmaJérôme Glisse1-0/+38
2019-01-29drivers/base: add a function to test peer to peer capabilityJérôme Glisse2-0/+21
2019-01-29pci/p2p: add a function to test peer to peer capabilityJérôme Glisse2-0/+33
2019-01-29mm/mmu_notifier: pass down vma and reasons why mmu notifier is happeningJérôme Glisse1-0/+4
2019-01-29mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse2-0/+14
2019-01-29mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse11-32/+32
2019-01-29mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse14-30/+59
2019-01-29mm/mmu_notifier: contextual information for event enumsJérôme Glisse1-0/+30
2019-01-29RDMA/odp: convert to use HMM for ODPodp-hmmJérôme Glisse5-452/+202
2019-01-29ODP TO HMM COVER LETTERJérôme Glisse1-22/+43
2019-01-29mm/hmm: add helpers for driver to safely take the mmap_semhmm-for-5.1Jérôme Glisse1-3/+47
2019-01-29mm/hmm: allow to mirror vma of a file on a DAX backed filesystemJérôme Glisse1-21/+112
2019-01-29mm/hmm: support hugetlbfs (snap shoting, faulting and DMA mapping)Jérôme Glisse2-23/+147
2019-01-29mm/hmm: add an helper function that fault pages and map them to a deviceJérôme Glisse2-0/+161
2019-01-29mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays.Jérôme Glisse2-0/+19
2019-01-29mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse2-304/+430
2019-01-29mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse2-53/+53
2019-01-29mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse2-15/+12
2019-01-29mm/hmm: do not erase snapshot when a range is invalidatedJérôme Glisse1-6/+0
2019-01-29mm/hmm: use reference counting for HMM structJérôme Glisse2-60/+120
2019-01-29HMM FOR 5.1 COVER LETTERJérôme Glisse1-0/+27
2019-01-29gpu/nouveau: new ioctl to migrate process memory to GPU memoryJérôme Glisse5-0/+57
2019-01-29gpu/nouveau: device memory helpers for SVMJérôme Glisse6-0/+1082
2019-01-29gpu/nouveau: allow to create nouveau_mem without ttm objectJérôme Glisse2-0/+31
2019-01-29gpu/nouveau/svm: have reserved vma comes as a special mmap of device fileJérôme Glisse4-1/+61
2019-01-29gpu/nouveau/svm: initial support for share virtual memory (SVM/SVA)Ben Skeggs9-1/+818
2019-01-19gpu/nouveau/fault: GV100 expose VoltaFaultBufferABen Skeggs2-0/+11
2019-01-19gpu/nouveau/fault: GP100 expose MaxwellFaultBufferABen Skeggs9-8/+141
2019-01-19gpu/nouveau/fault: add explicit control over fault buffer interruptsBen Skeggs1-2/+0
2019-01-19gpu/nouveau/mmu: GP100- support vmms with gcc/tex replayable faults enabledBen Skeggs9-10/+54
2019-01-19gpu/nouveau/mmu: GP100- add privileged methods for fault replay/cancelBen Skeggs7-0/+107
2019-01-19gpu/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs6-34/+445
2019-01-19gpu/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs2-5/+11
2019-01-19gpu/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs22-115/+172
2019-01-19RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe4-13/+59
2019-01-19RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky1-2/+2
2019-01-19RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive3-1/+41
2019-01-19RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id typeSteve Wise1-1/+4
2019-01-19RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky1-4/+0
2019-01-19RDMA/uverbs: Fix post send success return value in case of errorGal Pressman1-1/+3
2019-01-19drm/sun4i: backend: add missing of_node_putsJulia Lawall1-2/+3
2019-01-19drm/meson: Fix atomic mode switching regressionNeil Armstrong2-21/+7
2019-01-19drm/meson: add missing of_node_putJulia Lawall1-2/+7
2019-01-19drm/virtio: drop prime import/export callbacksGerd Hoffmann3-22/+0