aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven1-2/+2
2017-06-14drm/amdkfd: NULL dereference involving create_process()Dan Carpenter1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan1-36/+25
2016-07-03drm/amdkfd: destroy mutex if process creation failsOded Gabbay1-0/+1
2016-07-03drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar1-2/+1
2016-06-03drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay1-2/+8
2016-06-03drm/amdkfd: unbind only existing processesOded Gabbay1-25/+35
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski1-1/+1