index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
drm/amdkfd: Minor cleanups
Felix Kuehling
3
-7
/
+7
2017-11-01
drm/amdkfd: Update queue_count before mapping queues
Felix Kuehling
1
-9
/
+11
2017-11-01
drm/amdkfd: Cleanup DQM ASIC-specific ops
Yong Zhao
4
-43
/
+27
2017-11-01
drm/amdkfd: Register/Deregister process on qpd resolution
Ben Goz
1
-3
/
+6
2017-11-01
drm/amdkfd: Fix debug unregister procedure on process termination
Yair Shachar
2
-12
/
+29
2017-11-01
drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspending
Yong Zhao
1
-9
/
+5
2017-11-01
drm/amdkfd: Disable CP/SDMA ring/doorbell in MQD
Jay Cornwall
2
-30
/
+11
2017-11-01
drm/amdkfd: Clean up the data structure in kfd_process
Yong Zhao
2
-24
/
+0
2017-10-30
drm/radeon: deprecate and remove KFD interface
Christian König
1
-1
/
+1
2017-10-27
drm/amdkfd: use a high priority workqueue for IH work
Andres Rodriguez
3
-2
/
+4
2017-10-27
drm/amdkfd: wait only for IH work on IH exit
Andres Rodriguez
1
-2
/
+2
2017-10-27
drm/amdkfd: increase IH num entries to 8192
Andres Rodriguez
1
-1
/
+1
2017-10-27
drm/amdkfd: use standard kernel kfifo for IH
Andres Rodriguez
2
-57
/
+27
2017-10-27
drm/amdkfd: Make event limit dependent on user mode mapping size
Felix Kuehling
2
-6
/
+20
2017-10-27
drm/amdkfd: Use IH context ID for signal lookup
Felix Kuehling
2
-16
/
+64
2017-10-27
drm/amdkfd: Simplify event ID and signal slot management
Felix Kuehling
3
-170
/
+80
2017-10-27
drm/amdkfd: Simplify events page allocator
Felix Kuehling
3
-132
/
+70
2017-10-27
drm/amdkfd: Use wait_queue_t to implement event waiting
Felix Kuehling
2
-38
/
+24
2017-10-27
drm/amdkfd: remove redundant kfd_event_waiter.input_index
Felix Kuehling
1
-6
/
+3
2017-10-27
drm/amdkfd: Fix event destruction with pending waiters
Felix Kuehling
1
-26
/
+46
2017-10-27
drm/amdkfd: Clean up kfd_wait_on_events
Felix Kuehling
3
-52
/
+32
2017-10-27
drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loop
Sean Keely
1
-1
/
+12
2017-10-27
drm/amdkfd: Short cut for kfd_wait_on_events without waiting
Sean Keely
1
-4
/
+39
2017-10-27
drm/amdkfd: Don't dereference kfd_process.mm
Felix Kuehling
3
-6
/
+21
2017-10-27
drm/amdkfd: Add SDMA trap src id to the KFD isr wanted list
Besar Wicaksono
2
-1
/
+5
2017-09-27
drm/amdkfd: Improve multiple SDMA queues support per process
shaoyunl
2
-15
/
+16
2017-09-27
drm/amdkfd: Limit queue number per process and device to 127
Felix Kuehling
1
-4
/
+6
2017-09-27
drm/amdkfd: Clean up process queue management
Felix Kuehling
4
-14
/
+8
2017-09-27
drm/amdkfd: Compress unnecessary function parameters
Yong Zhao
4
-13
/
+7
2017-09-27
drm/amdkfd: Improve process termination handling
Felix Kuehling
5
-81
/
+200
2017-09-27
drm/amdkfd: Avoid submitting an unnecessary packet to HWS
Yong Zhao
1
-12
/
+14
2017-09-27
drm/amdkfd: Fix MQD updates
Felix Kuehling
1
-22
/
+62
2017-10-08
drm/amdkfd: Pass filter params to unmap_queues_cpsch
Yong Zhao
1
-11
/
+9
2017-10-08
drm/amdkfd: move locking outside of unmap_queues_cpsch
Yong Zhao
1
-37
/
+28
2017-09-27
drm/amdkfd: Avoid name confusion involved in queue unmapping
Yong Zhao
3
-35
/
+35
2017-09-20
drm/amdkfd: Drop _nocpsch suffix from shared functions
Yong Zhao
1
-12
/
+12
2017-09-20
drm/amdkfd: Reuse CHIP_* from amdgpu v2
Yong Zhao
4
-12
/
+22
2017-09-20
drm/amdkfd: Use VMID bitmap from KGD v2
Yong Zhao
6
-19
/
+21
2017-09-20
drm/amdkfd: Adjust dequeue latencies and timeouts
Felix Kuehling
5
-7
/
+6
2017-09-20
drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2
Yong Zhao
2
-4
/
+4
2017-09-20
drm/amdkfd: Fix suspend/resume issue on Carrizo v2
Yong Zhao
4
-39
/
+109
2017-09-20
drm/amdkfd: Reorganize kfd resume code
Yong Zhao
1
-38
/
+40
2017-10-03
BackMerge tag 'v4.14-rc3' into drm-next
Dave Airlie
4
-5
/
+23
2017-09-28
Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
6
-86
/
+83
2017-09-26
drm/amdkfd: Use PASID manager from KGD
Felix Kuehling
2
-58
/
+38
2017-09-26
drm/amdkfd: Separate doorbell allocation from PASID
Felix Kuehling
4
-28
/
+45
2017-09-20
drm/amdkfd: Print event limit messages only once per process
Felix Kuehling
2
-1
/
+5
2017-09-20
drm/amdkfd: Fix kernel-queue wrapping bugs
Yong Zhao
1
-3
/
+15
2017-09-20
drm/amdkfd: Fix incorrect destroy_mqd parameter
Felix Kuehling
1
-1
/
+1
2017-09-08
drm/amdkfd: check for null dev to avoid a null pointer dereference
Colin Ian King
1
-0
/
+2
[next]