summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
2020-05-29drm/amdkfd: fix a dereference of pdd before it is null checkedColin Ian King
2020-05-28drm/amdkfd: Track SDMA utilization per processMukul Joshi
2020-05-01drm/amdkfd: Fix comment formattingFelix Kuehling
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi
2020-04-28drm/amdkfd: Enable over-subscription with >1 GWS queueJoseph Greathouse
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao
2020-03-06drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling
2020-02-12drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj
2020-02-06drm/amdkfd: Add queue information to sysfsAmber Lin
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