index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
drm/amdkfd: Use ordered workqueue to restore processes
Felix Kuehling
1
-4
/
+26
2018-03-16
drm/amdkfd: Add TC flush on VMID deallocation for Hawaii
Felix Kuehling
1
-0
/
+34
2018-03-16
drm/amdkfd: Allocate CWSR trap handler memory for dGPUs
Felix Kuehling
1
-10
/
+127
2018-03-16
drm/amdkfd: Add per-process IDR for buffer handles
Felix Kuehling
1
-0
/
+73
2018-03-16
drm/amdkfd: Create KFD VMs on demand
Felix Kuehling
1
-10
/
+50
2018-02-07
drm/amdkfd: Implement KFD process eviction/restore
Felix Kuehling
1
-0
/
+213
2018-02-07
drm/amdkfd: Add GPUVM virtual address space to PDD
Felix Kuehling
1
-0
/
+33
2017-12-09
drm/amdkfd: Centralize IOMMUv2 code and make it conditional
Felix Kuehling
1
-132
/
+6
2018-01-11
drm/amdkfd: Fix potential NULL pointer dereferences
Gustavo A. R. Silva
1
-1
/
+7
2017-11-28
drm/amdkfd: Simplify locking during process creation
Yong Zhao
1
-25
/
+21
2017-11-28
drm/amdkfd: Factor PDD destruction out of kfd_process_wq_release
Felix Kuehling
1
-16
/
+24
2017-11-28
drm/amdkfd: Reduce nesting in kfd_create_process_device_data
Felix Kuehling
1
-11
/
+12
2017-11-28
drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid fails
Yong Zhao
1
-2
/
+3
2017-11-28
drm/amdkfd: Use ref count to prevent kfd_process destruction
Felix Kuehling
1
-3
/
+13
2017-11-28
drm/amdkfd: Make kfd_process reference counted
Felix Kuehling
1
-36
/
+22
2017-11-28
drm/amdkfd: Get reference to lead_thread task struct
Felix Kuehling
1
-0
/
+4
2017-11-28
drm/amdkfd: Add debugfs support to KFD
Felix Kuehling
1
-0
/
+29
2017-11-15
drm/amdkfd: Add CWSR support
Felix Kuehling
1
-1
/
+86
2017-11-15
drm/amdkfd: Cleanup qpd.pqm initialization
Felix Kuehling
1
-0
/
+1
2017-11-02
drm/amdkfd: Minor cleanups
Felix Kuehling
1
-1
/
+1
2017-11-02
drm/amdkfd: Fix debug unregister procedure on process termination
Yair Shachar
1
-10
/
+27
2017-11-02
drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspending
Yong Zhao
1
-9
/
+5
2017-11-02
drm/amdkfd: Clean up the data structure in kfd_process
Yong Zhao
1
-18
/
+0
2017-10-28
drm/amdkfd: Don't dereference kfd_process.mm
Felix Kuehling
1
-1
/
+0
2017-09-27
drm/amdkfd: Improve process termination handling
Felix Kuehling
1
-26
/
+10
2017-09-21
drm/amdkfd: Fix suspend/resume issue on Carrizo v2
Yong Zhao
1
-16
/
+81
2017-09-26
drm/amdkfd: Separate doorbell allocation from PASID
Felix Kuehling
1
-0
/
+6
2017-08-16
drm/amdkfd: Handle remaining BUG_ONs more gracefully v2
Felix Kuehling
1
-6
/
+3
2017-08-16
drm/amdkfd: Remove BUG_ONs for NULL pointer arguments
Felix Kuehling
1
-2
/
+0
2017-08-16
drm/amdkfd: Change x==NULL/false references to !x
Kent Russell
1
-3
/
+3
2017-08-16
drm/amdkfd: Consolidate and clean up log commands
Kent Russell
1
-2
/
+2
2017-08-16
drm/amdkfd: Clean up KFD style errors and warnings v2
Kent Russell
1
-2
/
+4
2017-06-01
drm/amdkfd: Spelling s/apreture/aperture/
Geert Uytterhoeven
1
-2
/
+2
2017-06-14
drm/amdkfd: NULL dereference involving create_process()
Dan Carpenter
1
-1
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-28
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2016-09-19
drm/amdkfd: Reuse function to find a process through pasid
Edward O'Callaghan
1
-36
/
+25
2016-07-03
drm/amdkfd: destroy mutex if process creation fails
Oded Gabbay
1
-0
/
+1
2016-07-03
drm/amdkfd: Remove create_workqueue()
Bhaktipriya Shridhar
1
-2
/
+1
2016-06-03
drm/amdkfd: destroy dbgmgr in notifier release
Oded Gabbay
1
-2
/
+8
2016-06-03
drm/amdkfd: unbind only existing processes
Oded Gabbay
1
-25
/
+35
2016-03-23
drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller type
Andy Lutomirski
1
-1
/
+1
2016-01-28
drm/amdkfd: Remove unnecessary cast in kfree
Amitoj Kaur Chawla
1
-1
/
+1
2015-07-09
drm/amdkfd: validate pdd where it acquired first
Maninder Singh
1
-2
/
+7
2015-06-06
drm/amdkfd: make reset wavefronts per process per device
Ben Goz
1
-5
/
+16
2015-06-03
drm/amdkfd: Enforce kill all waves on process termination
Ben Goz
1
-0
/
+11
2015-05-19
drm/amdkfd: Add the events module
Andrew Lewycky
1
-0
/
+24
2015-05-19
drm/amdkfd: Remove unessary void pointer cast
Firo Yang
1
-2
/
+1
2015-03-25
drm/amdkfd: add debug prints for process teardown
Oded Gabbay
1
-0
/
+6
2015-01-09
drm/amdkfd: Process-device data creation and lookup split
Alexey Skidanov
1
-16
/
+24
[next]