index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/amdkfd: Add topology support for dGPUs
Harish Kasiviswanathan
2017-12-08
5
-51
/
+748
*
drm/amdkfd: Add topology support for CPUs
Felix Kuehling
2017-12-08
5
-35
/
+489
*
drm/amdkfd: Fix sibling_map[] size
Harish Kasiviswanathan
2017-12-08
2
-10
/
+14
*
drm/amdkfd: Simplify counting of memory banks
Felix Kuehling
2017-12-08
3
-15
/
+3
*
drm/amdkfd: Turn verbose topology messages into pr_debug
Felix Kuehling
2017-12-08
2
-9
/
+10
*
drm/amdkfd: sync IOLINK defines to thunk spec
Harish Kasiviswanathan
2017-12-08
1
-5
/
+16
*
drm/amdkfd: Support enumerating non-GPU devices
Harish Kasiviswanathan
2017-12-08
4
-10
/
+19
*
drm/amdkfd: Decouple CRAT parsing from device list update
Harish Kasiviswanathan
2017-12-08
4
-79
/
+132
*
drm/amdkfd: Reorganize CRAT fetching from ACPI
Harish Kasiviswanathan
2017-12-08
3
-30
/
+54
*
drm/amdkfd: Group up CRAT related functions
Felix Kuehling
2017-12-08
5
-332
/
+362
*
drm/amdkfd: Fix memory leaks in kfd topology
Yong Zhao
2017-12-08
1
-0
/
+10
*
drm/amdkfd: Topology: Fix location_id
Harish Kasiviswanathan
2017-12-08
1
-2
/
+2
*
drm/amdkfd: Update number of compute unit from KGD
Flora Cui
2017-12-08
1
-2
/
+5
*
drm/amdkfd: Stop using get_vmem_size KGD-KFD interface
Harish Kasiviswanathan
2017-12-08
1
-1
/
+5
*
drm/amdkfd: Simplify locking during process creation
Yong Zhao
2017-11-27
1
-25
/
+21
*
drm/amdkfd: Factor PDD destruction out of kfd_process_wq_release
Felix Kuehling
2017-11-27
1
-16
/
+24
*
drm/amdkfd: Reduce nesting in kfd_create_process_device_data
Felix Kuehling
2017-11-27
1
-11
/
+12
*
drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid fails
Yong Zhao
2017-11-27
1
-2
/
+3
*
drm/amdkfd: Use ref count to prevent kfd_process destruction
Felix Kuehling
2017-11-27
3
-10
/
+21
*
drm/amdkfd: Make kfd_process reference counted
Felix Kuehling
2017-11-27
2
-36
/
+26
*
drm/amdkfd: Get reference to lead_thread task struct
Felix Kuehling
2017-11-27
1
-0
/
+4
*
drm/amdkfd: Add debugfs support to KFD
Felix Kuehling
2017-11-27
12
-0
/
+399
*
drm/amdkfd: Fix oversubscription accounting
Felix Kuehling
2017-11-27
1
-2
/
+3
*
drm/amdkfd: map multiple processes to HW scheduler
Felix Kuehling
2017-11-27
4
-2
/
+53
*
drm/amdkfd: Fix printing pointer cast
Kent Russell
2017-12-04
1
-5
/
+4
*
drm/amdkfd: Add crash protection in debugger register path
Philip Yang
2017-11-27
2
-1
/
+6
*
drm/amdkfd: Delete a useless parameter from create_queue function pointer
Yong Zhao
2017-11-24
3
-16
/
+6
*
drm/amdkfd: Add support for user-mode trap handlers
Felix Kuehling
2017-11-14
3
-1
/
+63
*
drm/amdkfd: Add CWSR support
Felix Kuehling
2017-11-14
7
-5
/
+177
*
drm/amdkfd: Add trap handler for CWSR
Felix Kuehling
2017-11-14
1
-0
/
+1384
*
drm/amdkfd: Cleanup qpd.pqm initialization
Felix Kuehling
2017-11-14
2
-3
/
+2
*
drm/amdkfd: Use order_base_2 to get log2 of buffes sizes
Felix Kuehling
2017-11-06
2
-6
/
+6
*
drm/amdkfd: Hardware DWORD size is 4 bytes
Felix Kuehling
2017-11-06
5
-22
/
+15
*
drm/amdkfd: Implement amdkfd SDMA functions for VI
Philip Cox
2017-11-01
1
-1
/
+102
*
drm/amdkfd: Use ASIC-specific SDMA MQD type
Felix Kuehling
2017-11-01
3
-10
/
+10
*
drm/amd: Update kgd_kfd interface for resuming SDMA queues
Felix Kuehling
2017-11-01
1
-1
/
+3
*
drm/amdgpu: add license to Makefiles
Alex Deucher
2017-12-04
1
-1
/
+21
*
Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...
Dave Airlie
2017-12-01
3
-3
/
+22
|
\
|
*
drm/amdkfd: fix amdkfd use-after-free GP fault
Randy Dunlap
2017-11-26
1
-1
/
+2
|
*
drm/amdkfd: Fix SDMA oversubsription handling
Felix Kuehling
2017-11-26
1
-0
/
+18
|
*
drm/amdkfd: Fix SDMA ring buffer size calculation
shaoyunl
2017-11-26
1
-2
/
+2
*
|
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
24
-949
/
+1059
|
\
|
|
*
drm/amdkfd: Minor cleanups
Felix Kuehling
2017-11-01
3
-7
/
+7
|
*
drm/amdkfd: Update queue_count before mapping queues
Felix Kuehling
2017-11-01
1
-9
/
+11
|
*
drm/amdkfd: Cleanup DQM ASIC-specific ops
Yong Zhao
2017-11-01
4
-43
/
+27
|
*
drm/amdkfd: Register/Deregister process on qpd resolution
Ben Goz
2017-11-01
1
-3
/
+6
|
*
drm/amdkfd: Fix debug unregister procedure on process termination
Yair Shachar
2017-11-01
2
-12
/
+29
|
*
drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspending
Yong Zhao
2017-11-01
1
-9
/
+5
|
*
drm/amdkfd: Disable CP/SDMA ring/doorbell in MQD
Jay Cornwall
2017-11-01
2
-30
/
+11
|
*
drm/amdkfd: Clean up the data structure in kfd_process
Yong Zhao
2017-11-01
2
-24
/
+0
[prev]
[next]