summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_process.c
AgeCommit message (Expand)Author
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
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky
2015-05-19drm/amdkfd: Remove unessary void pointer castFiro Yang
2015-03-25drm/amdkfd: add debug prints for process teardownOded Gabbay
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov
2014-11-18amdkfd: init aperture once per processAlexey Skidanov
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin
2014-11-25amdkfd: delete some dead codeDan Carpenter
2014-07-17amdkfd: Add process queue manager moduleBen Goz
2014-07-17amdkfd: Add binding/unbinding calls to amd_iommu driverOded Gabbay
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay