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: use user_gpu_id for svm ranges
Rajneesh Bhardwaj
2022-02-07
1
-2
/
+2
|
*
drm/amdkfd: CRIU allow external mm for svm ranges
Rajneesh Bhardwaj
2022-02-07
1
-8
/
+9
|
*
drm/amdkfd: CRIU checkpoint and restore xnack mode
Rajneesh Bhardwaj
2022-02-07
2
-0
/
+16
|
*
drm/amdkfd: CRIU export BOs as prime dmabuf objects
Rajneesh Bhardwaj
2022-02-07
1
-2
/
+69
|
*
drm/amdkfd: CRIU implement gpu_id remapping
David Yat Sin
2022-02-07
5
-160
/
+414
|
*
drm/amdkfd: CRIU checkpoint and restore events
David Yat Sin
2022-02-07
3
-89
/
+280
|
*
drm/amdkfd: CRIU checkpoint and restore queue control stack
David Yat Sin
2022-02-07
11
-53
/
+138
|
*
drm/amdkfd: CRIU checkpoint and restore queue mqds
David Yat Sin
2022-02-07
11
-26
/
+516
|
*
drm/amdkfd: CRIU restore queue doorbell id
David Yat Sin
2022-02-07
1
-19
/
+41
|
*
drm/amdkfd: CRIU restore sdma id for queues
David Yat Sin
2022-02-07
3
-15
/
+40
|
*
drm/amdkfd: CRIU restore queue ids
David Yat Sin
2022-02-07
4
-9
/
+34
|
*
drm/amdkfd: CRIU add queues support
David Yat Sin
2022-02-07
3
-8
/
+353
|
*
drm/amdkfd: CRIU Implement KFD unpause operation
David Yat Sin
2022-02-07
3
-1
/
+39
|
*
drm/amdkfd: CRIU Implement KFD resume ioctl
Rajneesh Bhardwaj
2022-02-07
3
-10
/
+67
|
*
drm/amdkfd: CRIU Implement KFD restore ioctl
Rajneesh Bhardwaj
2022-02-07
1
-1
/
+297
|
*
drm/amdkfd: CRIU Implement KFD checkpoint ioctl
Rajneesh Bhardwaj
2022-02-07
2
-2
/
+179
|
*
drm/amdkfd: CRIU Implement KFD process_info ioctl
Rajneesh Bhardwaj
2022-02-07
1
-1
/
+55
|
*
drm/amdkfd: CRIU Introduce Checkpoint-Restore APIs
Rajneesh Bhardwaj
2022-02-07
2
-2
/
+161
|
*
drm/amdkfd: Fix variable set but not used warning
Philip Yang
2022-02-02
1
-3
/
+0
|
*
drm/amdkfd: svm range restore work deadlock when process exit
Philip Yang
2022-01-27
2
-7
/
+9
|
*
drm/amdkfd: Ensure mm remain valid in svm deferred_list work
Philip Yang
2022-01-27
1
-26
/
+36
|
*
drm/amdkfd: Don't take process mutex for svm ioctls
Philip Yang
2022-01-27
1
-4
/
+0
|
*
drm/amdkfd: enable heavy-weight TLB flush on Vega20
Eric Huang
2022-01-27
1
-1
/
+2
|
*
drm/amdkfd: enable heavy-weight TLB flush on Arcturus
Eric Huang
2022-01-19
1
-2
/
+8
|
*
drm/amdgpu: remove gart.ready flag
Christian König
2022-01-19
1
-4
/
+1
|
*
drm/amdkfd: Fix indentation on switch statement
Graham Sider
2022-01-14
1
-28
/
+27
|
*
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
2022-01-14
1
-1
/
+1
*
|
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2022-03-03
1
-1
/
+0
*
|
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2022-03-03
1
-0
/
+1
*
|
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
2022-03-03
1
-0
/
+1
|
/
*
drm/amdkfd: Fix ASIC name typos
Kent Russell
2022-01-11
1
-3
/
+3
*
drm/amdkfd: Fix DQM asserts on Hawaii
Felix Kuehling
2022-01-11
1
-3
/
+6
*
drm/amdkfd: Use prange->update_list head for remove_list
Felix Kuehling
2022-01-11
2
-6
/
+2
*
drm/amdkfd: Use prange->list head for insert_list
Felix Kuehling
2022-01-11
2
-11
/
+8
*
drm/amdkfd: Check for null pointer after calling kmemdup
Jiasheng Jiang
2022-01-11
1
-0
/
+3
*
drm/amdkfd: use default_groups in kobj_type
Greg Kroah-Hartman
2022-01-11
1
-1
/
+2
*
drm/amdkfd: enable sdma ecc interrupt event can be handled by event_interrupt...
yipechai
2022-01-07
1
-0
/
+1
*
drm/amdkfd: correct sdma queue number in kfd device init (v3)
Guchun Chen
2021-12-30
1
-9
/
+71
*
drm/amdkfd: reset queue which consumes RAS poison (v2)
Tao Zhou
2021-12-28
2
-4
/
+42
*
drm/amdkfd: add reset queue function for RAS poison (v2)
Tao Zhou
2021-12-28
2
-0
/
+21
*
drm/amdkfd: add reset parameter for unmap queues
Tao Zhou
2021-12-28
1
-6
/
+6
*
drm/amdkfd: use max() and min() to make code cleaner
Changcheng Deng
2021-12-16
1
-2
/
+2
*
drm/amdkfd: fix svm_bo release invalid wait context warning
Philip Yang
2021-12-16
3
-6
/
+30
*
drm/amdgpu: remove unnecessary variables
Isabella Basso
2021-12-13
1
-4
/
+0
*
drm/amdgpu: disable default navi2x co-op kernel support
Jonathan Kim
2021-12-13
1
-4
/
+1
*
drm/amdkfd: add Navi2x to GWS init conditions
Graham Sider
2021-12-13
1
-1
/
+4
*
drm/amdkfd: Make KFD support on Hawaii experimental
Felix Kuehling
2021-12-13
1
-1
/
+5
*
drm/amdkfd: Don't split unchanged SVM ranges
Felix Kuehling
2021-12-13
1
-10
/
+13
*
drm/amdkfd: Fix svm_range_is_same_attrs
Felix Kuehling
2021-12-13
1
-11
/
+56
*
drm/amdkfd: Fix error handling in svm_range_add
Felix Kuehling
2021-12-13
1
-89
/
+49
[prev]
[next]