summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-2/+2
2017-08-16drm/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 <lin...Ingo Molnar1-0/+1
2017-02-28mm: 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-23drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski1-1/+1
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh1-2/+7
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz1-5/+16
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz1-0/+11
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-0/+24
2015-05-19drm/amdkfd: Remove unessary void pointer castFiro Yang1-2/+1
2015-03-25drm/amdkfd: add debug prints for process teardownOded Gabbay1-0/+6
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov1-16/+24
2014-11-18amdkfd: init aperture once per processAlexey Skidanov1-0/+9
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin1-1/+1
2014-11-25amdkfd: delete some dead codeDan Carpenter1-5/+0
2014-07-17amdkfd: Add process queue manager moduleBen Goz1-0/+20
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay1-0/+12
2014-07-17amdkfd: Add basic modules to amdkfdOded Gabbay1-0/+383