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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
24
-949
/
+1059
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
drm/amdkfd: Minor cleanups
Felix Kuehling
3
-7
/
+7
2017-11-02
drm/amdkfd: Update queue_count before mapping queues
Felix Kuehling
1
-9
/
+11
2017-11-02
drm/amdkfd: Cleanup DQM ASIC-specific ops
Yong Zhao
4
-43
/
+27
2017-11-02
drm/amdkfd: Register/Deregister process on qpd resolution
Ben Goz
1
-3
/
+6
2017-11-02
drm/amdkfd: Fix debug unregister procedure on process termination
Yair Shachar
2
-12
/
+29
2017-11-02
drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspending
Yong Zhao
1
-9
/
+5
2017-11-02
drm/amdkfd: Disable CP/SDMA ring/doorbell in MQD
Jay Cornwall
2
-30
/
+11
2017-11-02
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-28
drm/amdkfd: use a high priority workqueue for IH work
Andres Rodriguez
3
-2
/
+4
2017-10-28
drm/amdkfd: wait only for IH work on IH exit
Andres Rodriguez
1
-2
/
+2
2017-10-28
drm/amdkfd: increase IH num entries to 8192
Andres Rodriguez
1
-1
/
+1
2017-10-28
drm/amdkfd: use standard kernel kfifo for IH
Andres Rodriguez
2
-57
/
+27
2017-10-28
drm/amdkfd: Make event limit dependent on user mode mapping size
Felix Kuehling
2
-6
/
+20
2017-10-28
drm/amdkfd: Use IH context ID for signal lookup
Felix Kuehling
2
-16
/
+64
2017-10-28
drm/amdkfd: Simplify event ID and signal slot management
Felix Kuehling
3
-170
/
+80
2017-10-28
drm/amdkfd: Simplify events page allocator
Felix Kuehling
3
-132
/
+70
2017-10-28
drm/amdkfd: Use wait_queue_t to implement event waiting
Felix Kuehling
2
-38
/
+24
2017-10-28
drm/amdkfd: remove redundant kfd_event_waiter.input_index
Felix Kuehling
1
-6
/
+3
2017-10-28
drm/amdkfd: Fix event destruction with pending waiters
Felix Kuehling
1
-26
/
+46
2017-10-28
drm/amdkfd: Clean up kfd_wait_on_events
Felix Kuehling
3
-52
/
+32
2017-10-28
drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loop
Sean Keely
1
-1
/
+12
2017-10-28
drm/amdkfd: Short cut for kfd_wait_on_events without waiting
Sean Keely
1
-4
/
+39
2017-10-28
drm/amdkfd: Don't dereference kfd_process.mm
Felix Kuehling
3
-6
/
+21
2017-10-28
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-21
drm/amdkfd: Print event limit messages only once per process
Felix Kuehling
2
-1
/
+5
2017-09-21
drm/amdkfd: Fix kernel-queue wrapping bugs
Yong Zhao
1
-3
/
+15
2017-09-21
drm/amdkfd: Drop _nocpsch suffix from shared functions
Yong Zhao
1
-12
/
+12
2017-09-21
drm/amdkfd: Reuse CHIP_* from amdgpu v2
Yong Zhao
4
-12
/
+22
2017-09-21
drm/amdkfd: Use VMID bitmap from KGD v2
Yong Zhao
6
-19
/
+21
2017-09-21
drm/amdkfd: Fix incorrect destroy_mqd parameter
Felix Kuehling
1
-1
/
+1
2017-09-21
drm/amdkfd: Adjust dequeue latencies and timeouts
Felix Kuehling
5
-7
/
+6
2017-09-21
drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2
Yong Zhao
2
-4
/
+4
2017-09-21
drm/amdkfd: Fix suspend/resume issue on Carrizo v2
Yong Zhao
4
-39
/
+109
2017-09-21
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
[next]