summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling2018-04-101-0/+32
* drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan2018-04-101-5/+3
* drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_callsFelix Kuehling2018-03-231-5/+5
* drm/amdkfd: Use ordered workqueue to restore processesFelix Kuehling2018-03-231-4/+26
* drm/amdkfd: Add TC flush on VMID deallocation for HawaiiFelix Kuehling2018-03-151-0/+34
* drm/amdkfd: Allocate CWSR trap handler memory for dGPUsFelix Kuehling2018-03-151-10/+127
* drm/amdkfd: Add per-process IDR for buffer handlesFelix Kuehling2018-03-151-0/+73
* drm/amdkfd: Create KFD VMs on demandFelix Kuehling2018-03-151-10/+50
* drm/amdkfd: Implement KFD process eviction/restoreFelix Kuehling2018-02-061-0/+213
* drm/amdkfd: Add GPUVM virtual address space to PDDFelix Kuehling2018-02-061-0/+33
* drm/amdkfd: Centralize IOMMUv2 code and make it conditionalFelix Kuehling2017-12-081-132/+6
* drm/amdkfd: Fix potential NULL pointer dereferencesGustavo A. R. Silva2018-01-101-1/+7
* drm/amdkfd: Simplify locking during process creationYong Zhao2017-11-271-25/+21
* drm/amdkfd: Factor PDD destruction out of kfd_process_wq_releaseFelix Kuehling2017-11-271-16/+24
* drm/amdkfd: Reduce nesting in kfd_create_process_device_dataFelix Kuehling2017-11-271-11/+12
* drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid failsYong Zhao2017-11-271-2/+3
* drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling2017-11-271-3/+13
* drm/amdkfd: Make kfd_process reference countedFelix Kuehling2017-11-271-36/+22
* drm/amdkfd: Get reference to lead_thread task structFelix Kuehling2017-11-271-0/+4
* drm/amdkfd: Add debugfs support to KFDFelix Kuehling2017-11-271-0/+29
* drm/amdkfd: Add CWSR supportFelix Kuehling2017-11-141-1/+86
* drm/amdkfd: Cleanup qpd.pqm initializationFelix Kuehling2017-11-141-0/+1
* drm/amdkfd: Minor cleanupsFelix Kuehling2017-11-011-1/+1
* drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2017-11-011-10/+27
* drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao2017-11-011-9/+5
* drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2017-11-011-18/+0
* drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling2017-10-271-1/+0
* drm/amdkfd: Improve process termination handlingFelix Kuehling2017-09-271-26/+10
* drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao2017-09-201-16/+81
* drm/amdkfd: Separate doorbell allocation from PASIDFelix Kuehling2017-09-261-0/+6
* drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling2017-08-151-6/+3
* drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling2017-08-151-2/+0
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-151-3/+3
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-151-2/+2
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-2/+4
* drm/amdkfd: Spelling s/apreture/aperture/Geert Uytterhoeven2017-06-011-2/+2
* drm/amdkfd: NULL dereference involving create_process()Dan Carpenter2017-06-141-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan2016-09-191-36/+25
* drm/amdkfd: destroy mutex if process creation failsOded Gabbay2016-07-031-0/+1
* drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar2016-07-031-2/+1
* drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay2016-06-031-2/+8
* drm/amdkfd: unbind only existing processesOded Gabbay2016-06-031-25/+35
* drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-221-1/+1
* drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2016-01-281-1/+1
* drm/amdkfd: validate pdd where it acquired firstManinder Singh2015-07-091-2/+7
* drm/amdkfd: make reset wavefronts per process per deviceBen Goz2015-06-061-5/+16
* drm/amdkfd: Enforce kill all waves on process terminationBen Goz2015-06-031-0/+11
* drm/amdkfd: Add the events moduleAndrew Lewycky2015-05-191-0/+24
OpenPOWER on IntegriCloud