summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
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
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell
2017-06-01drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven
2017-06-14drm/amdkfd: NULL dereference involving create_process()Dan Carpenter
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan
2016-07-03drm/amdkfd: destroy mutex if process creation failsOded Gabbay
2016-07-03drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar
2016-06-03drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay
2016-06-03drm/amdkfd: unbind only existing processesOded Gabbay
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz