summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra
2020-01-09drm/amdkfd: Improve kfd_process lookup in kfd_ioctlFelix Kuehling
2019-11-13drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao
2019-10-03drm/amdkfd: Remove excessive print when reserving doorbellsYong Zhao
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-08-21drm/amdkfd: remove set but not used variable 'pdd'YueHaibing
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe
2019-08-15drm/amdkfd: Fill amdgpu_task_info for KFD VMsYong Zhao
2019-06-21drm/amdkfd: Add navi10 support to amdkfd. (v3)Philip Cox
2019-06-20drm/amdkfd: Add procfs-style information for KFD processesKent Russell
2019-02-18drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao
2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin
2018-08-29drm/amdkfd: Release an acquired process vmOak Zeng
2018-08-29drm/amdgpu: Set pasid for compute vm (v2)Oak Zeng
2018-07-11drm/amdkfd: Fix error codes in kfd_get_processWei Lu
2018-04-10drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling
2018-04-10drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan
2018-03-23drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling
2018-03-23drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling
2018-03-15drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling
2018-03-15drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling
2018-03-15drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling
2018-03-15drm/amdkfd: Create KFD VMs on demandFelix Kuehling
2018-02-06drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling
2018-02-06drm/amdkfd: Add GPUVM virtual address space to PDDFelix Kuehling
2017-12-08drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling
2018-01-10drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva
2017-11-27drm/amdkfd: Simplify locking during process creationYong Zhao
2017-11-27drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling
2017-11-27drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling
2017-11-27drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao
2017-11-27drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling
2017-11-27drm/amdkfd: Make kfd_process reference countedFelix Kuehling
2017-11-27drm/amdkfd: Get reference to lead_thread task structFelix Kuehling
2017-11-27drm/amdkfd: Add debugfs support to KFDFelix Kuehling
2017-11-14drm/amdkfd: Add CWSR supportFelix Kuehling
2017-11-14drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar
2017-11-01drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao
2017-10-27drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling
2017-09-27drm/amdkfd: Improve process termination handlingFelix Kuehling
2017-09-20drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao
2017-09-26drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling