aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-14/+18
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao1-10/+10
2019-10-03drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao1-4/+8
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-47/+41
2019-08-21drm/amdkfd: remove set but not used variable 'pdd'YueHaibing1-11/+0
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe1-6/+4
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe1-41/+37
2019-08-15drm/amdkfd: Fill amdgpu_task_info for KFD VMsYong Zhao1-0/+2
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox1-0/+1
2019-06-20drm/amdkfd: Add procfs-style information for KFD processesKent Russell1-2/+98
2019-02-18drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao1-5/+9
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin1-16/+18
2018-08-29drm/amdkfd: Release an acquired process vmOak Zeng1-1/+3
2018-08-29drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng1-2/+2
2018-07-11drm/amdkfd: Fix error codes in kfd_get_processWei Lu1-0/+2
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling1-0/+32
2018-04-10drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan1-5/+3
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling1-5/+5
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling1-4/+26
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling1-0/+34
2018-03-15drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling1-10/+127
2018-03-15drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling1-0/+73
2018-03-15drm/amdkfd: Create KFD VMs on demandFelix Kuehling1-10/+50
2018-02-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling1-0/+213
2018-02-06drm/amdkfd: Add GPUVM virtual address space to PDDFelix Kuehling1-0/+33
2017-12-08drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling1-132/+6
2018-01-10drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva1-1/+7
2017-11-27drm/amdkfd: Simplify locking during process creationYong Zhao1-25/+21
2017-11-27drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling1-16/+24
2017-11-27drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling1-11/+12
2017-11-27drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao1-2/+3
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling1-3/+13
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling1-36/+22
2017-11-27drm/amdkfd: Get reference to lead_thread task structFelix Kuehling1-0/+4
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling1-0/+29
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling1-1/+86
2017-11-14drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling1-0/+1
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling1-1/+1
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar1-10/+27
2017-11-01drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao1-18/+0
2017-10-27drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling1-1/+0
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling1-26/+10
2017-09-20drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao1-16/+81
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling1-0/+6
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling1-6/+3
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling1-2/+0
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell1-3/+3
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell1-2/+2
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-2/+4