index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-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
3
-10
/
+21
2017-11-28
drm/amdkfd: Make kfd_process reference counted
Felix Kuehling
2
-36
/
+26
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
12
-0
/
+399
2017-11-28
drm/amdkfd: Fix oversubscription accounting
Felix Kuehling
1
-2
/
+3
2017-11-28
drm/amdkfd: map multiple processes to HW scheduler
Felix Kuehling
4
-2
/
+53
2017-12-04
drm/amdkfd: Fix printing pointer cast
Kent Russell
1
-5
/
+4
2017-11-28
drm/amdkfd: Add crash protection in debugger register path
Philip Yang
2
-1
/
+6
2017-11-25
drm/amdkfd: Delete a useless parameter from create_queue function pointer
Yong Zhao
3
-16
/
+6
2017-11-15
drm/amdkfd: Add support for user-mode trap handlers
Felix Kuehling
3
-1
/
+63
2017-11-15
drm/amdkfd: Add CWSR support
Felix Kuehling
7
-5
/
+177
2017-11-15
drm/amdkfd: Add trap handler for CWSR
Felix Kuehling
1
-0
/
+1384
2017-11-15
drm/amdkfd: Cleanup qpd.pqm initialization
Felix Kuehling
2
-3
/
+2
2017-11-06
drm/amdkfd: Use order_base_2 to get log2 of buffes sizes
Felix Kuehling
2
-6
/
+6
2017-11-06
drm/amdkfd: Hardware DWORD size is 4 bytes
Felix Kuehling
5
-22
/
+15
2017-11-02
drm/amdkfd: Implement amdkfd SDMA functions for VI
Philip Cox
1
-1
/
+102
2017-11-02
drm/amdkfd: Use ASIC-specific SDMA MQD type
Felix Kuehling
3
-10
/
+10
2017-11-02
drm/amd: Update kgd_kfd interface for resuming SDMA queues
Felix Kuehling
1
-1
/
+3
2017-12-04
drm/amdgpu: add license to Makefiles
Alex Deucher
1
-1
/
+21
2017-12-01
Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...
Dave Airlie
3
-3
/
+22
2017-11-26
drm/amdkfd: fix amdkfd use-after-free GP fault
Randy Dunlap
1
-1
/
+2
2017-11-26
drm/amdkfd: Fix SDMA oversubsription handling
Felix Kuehling
1
-0
/
+18
2017-11-26
drm/amdkfd: Fix SDMA ring buffer size calculation
shaoyunl
1
-2
/
+2
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
[prev]
[next]