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: fix function scopes
Isabella Basso
2021-12-13
1
-2
/
+2
*
drm/amd: fix improper docstring syntax
Isabella Basso
2021-12-13
3
-5
/
+11
*
drm/amdkfd: Correct the value of the no_atomic_fw_version variable
chen gong
2021-12-07
1
-2
/
+2
*
drm/amdkfd: process_info lock not needed for svm
Philip Yang
2021-12-01
1
-9
/
+0
*
drm/amdkfd: remove hardcoded device_info structs
Graham Sider
2021-12-01
1
-452
/
+17
*
drm/amdkfd: add kfd_device_info_init function
Graham Sider
2021-12-01
11
-141
/
+163
*
drm/amdkfd: replace asic_name with amdgpu_asic_name
Graham Sider
2021-12-01
3
-32
/
+8
*
drm/amdkfd: set "r = 0" explicitly before goto
Philip Yang
2021-12-01
1
-0
/
+4
*
drm/amdgpu: handle IH ring1 overflow
Philip Yang
2021-12-01
1
-1
/
+1
*
drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'
Christophe JAILLET
2021-12-01
1
-3
/
+3
*
drm/amdkfd: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-12-01
2
-8
/
+6
*
drm/amdkfd: simplify drain retry fault
Philip Yang
2021-11-24
2
-9
/
+23
*
drm/amdkfd: handle VMA remove race
Philip Yang
2021-11-24
1
-9
/
+13
*
drm/amdkfd: process exit and retry fault race
Philip Yang
2021-11-24
1
-27
/
+36
*
drm/amdkfd: Remove unused entries in table
Amber Lin
2021-11-22
2
-60
/
+0
*
drm/amdkfd: Retrieve SDMA numbers from amdgpu
Amber Lin
2021-11-22
4
-22
/
+37
*
drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
shaoyunl
2021-11-22
1
-0
/
+5
*
drm/amdkfd: replace asic_family with asic_type
Graham Sider
2021-11-17
10
-53
/
+22
*
drm/amdkfd: convert misc checks to IP version checking
Graham Sider
2021-11-17
10
-35
/
+33
*
drm/amdkfd: convert switches to IP version checking
Graham Sider
2021-11-17
6
-155
/
+102
*
drm/amdkfd: convert KFD_IS_SOC to IP version checking
Graham Sider
2021-11-17
4
-5
/
+6
*
drm/amdkfd: replace trivial funcs with direct access
Graham Sider
2021-11-17
4
-11
/
+10
*
drm/amdkfd: Add sysfs bitfields and enums to uAPI
Felix Kuehling
2021-11-17
1
-45
/
+1
*
drm/amdkfd: remove kgd_dev declaration and initialization
Graham Sider
2021-11-17
2
-4
/
+1
*
drm/amdkfd: replace/remove remaining kgd_dev references
Graham Sider
2021-11-17
8
-50
/
+32
*
drm/amdkfd: replace kgd_dev in gpuvm amdgpu_amdkfd funcs
Graham Sider
2021-11-17
3
-27
/
+27
*
drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcs
Graham Sider
2021-11-17
7
-35
/
+35
*
drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcs
Graham Sider
2021-11-17
6
-25
/
+23
*
drm/amdkfd: replace kgd_dev in various kfd2kgd funcs
Graham Sider
2021-11-17
5
-20
/
+20
*
drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcs
Graham Sider
2021-11-17
5
-29
/
+29
*
drm/amdkfd: add amdgpu_device entry to kfd_dev
Graham Sider
2021-11-17
2
-0
/
+2
*
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-11-12
7
-30
/
+104
|
\
|
*
drm/amdkfd: Fix retry fault drain race conditions
Felix Kuehling
2021-11-09
2
-5
/
+20
|
*
drm/amdkfd: lower the VAs base offset to 8KB
Alex Sierra
2021-11-09
1
-1
/
+1
|
*
drm/amd/amdkfd: Don't sent command to HWS on kfd reset
shaoyunl
2021-11-05
2
-2
/
+6
|
*
drm/amdkfd: avoid recursive lock in migrations back to RAM
Alex Sierra
2021-11-05
3
-0
/
+8
|
*
drm/amdkfd: update gfx target version for Renoir
Graham Sider
2021-11-03
1
-1
/
+1
|
*
drm/amdkfd: Handle incomplete migration to system memory
Felix Kuehling
2021-11-03
2
-13
/
+40
|
*
drm/amdkfd: Avoid thrashing of stack and heap
Felix Kuehling
2021-11-03
1
-5
/
+17
|
*
drm/amdkfd: Fix SVM_ATTR_PREFERRED_LOC
Felix Kuehling
2021-11-03
1
-3
/
+11
*
|
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
2021-11-11
1
-2
/
+0
|
/
*
drm/amdkfd: Remove cu mask from struct queue_properties(v2)
Lang Yu
2021-10-28
8
-54
/
+57
*
drm/amdkfd: Add an optional argument into update queue operation(v2)
Lang Yu
2021-10-28
9
-35
/
+52
*
drm/amdkfd: Separate pinned BOs destruction from general routine
Lang Yu
2021-10-28
3
-37
/
+106
*
drm/amdkfd: debug message to count successfully migrated pages
Philip Yang
2021-10-21
1
-0
/
+21
*
drm/amdkfd: clarify the origin of cpages returned by migration functions
Philip Yang
2021-10-21
1
-21
/
+22
*
drm/amdkfd: protect raven_device_info with KFD_SUPPORT_IOMMU_V2
Alex Deucher
2021-10-20
1
-1
/
+1
*
drm/amdkfd: protect hawaii_device_info with CONFIG_DRM_AMDGPU_CIK
Alex Deucher
2021-10-20
1
-0
/
+2
*
drm/amdkfd: map gpu hive id to xgmi connected cpu
Jonathan Kim
2021-10-19
1
-1
/
+18
*
drm/amdkfd: unregistered svm range not overlap with TTM range
Philip Yang
2021-10-13
1
-5
/
+90
[prev]
[next]