index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2021-06-04
drm/amdkfd: Make TLB flush conditional on mapping
Eric Huang
2
-11
/
+15
2021-06-04
drm/amdkfd: Add heavy-weight TLB flush after unmapping
Eric Huang
1
-0
/
+1
2021-06-04
drm/amdkfd: Add flush-type parameter to kfd_flush_tlb
Eric Huang
4
-7
/
+7
2021-06-04
Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-2
/
+0
2021-05-22
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
21
-124
/
+5708
2021-05-21
drm/amd/amdkfd: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-05-21
Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...
Dave Airlie
11
-12
/
+147
2021-05-21
Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...
Dave Airlie
20
-122
/
+5571
2021-05-19
drm/amdgpu: Add early fini callback
Andrey Grodzovsky
1
-1
/
+0
2021-05-19
drm/amdkfd: fix a resource leakage issue
Dennis Li
1
-0
/
+2
2021-05-19
drm/amdkfd: add kfd2kgd funcs for beige_goby kfd support
Chengming Gui
1
-0
/
+1
2021-05-19
drm/amdkfd: support beige_goby KFD
Chengming Gui
6
-0
/
+84
2021-05-19
drm/amdkfd: heavy-weight flush TLB after unmap
Philip Yang
2
-3
/
+3
2021-05-19
Revert "drm/amdkfd: flush TLB after updating GPU page table"
Philip Yang
1
-3
/
+0
2021-05-19
drm/amdgpu: flush TLB if valid PDE turns into PTE
Philip Yang
1
-2
/
+11
2021-05-19
drm/amdgpu: re-apply "use the new cursor in the VM code" v2
Christian König
1
-2
/
+1
2021-05-19
drm/amdgpu: Albebaran: MTYPE_NC for coarse-grain remote memory
Felix Kuehling
1
-1
/
+2
2021-05-19
drm/amdgpu: Arcturus: MTYPE_NC for coarse-grain remote memory
Felix Kuehling
1
-1
/
+2
2021-05-19
drm/amdkfd: refine the poison data consumption handling
Dennis Li
3
-1
/
+42
2021-05-19
drm/amdkfd: new range accessible by all GPUs
Philip Yang
1
-4
/
+8
2021-05-10
drm/amdkfd: handle errors returned by svm_migrate_copy_to_vram/ram
Philip Yang
1
-4
/
+4
2021-05-10
drm/amdgpu: Rename to ras_*_enabled
Luben Tuikov
1
-3
/
+3
2021-05-10
drm/amdkfd: add ACPI SRAT parsing for topology
Eric Huang
1
-0
/
+91
2021-05-10
drm/amdkfd: Update L1 and add L2/3 cache information
Mike Li
1
-50
/
+699
2021-05-10
drm/amdkfd: fix no atomics settings in the kfd topology
Jonathan Kim
1
-24
/
+37
2021-05-10
drm/amdkfd: Make svm_migrate_put_sys_page static
Felix Kuehling
1
-1
/
+1
2021-05-10
drm/amdkfd: flush TLB after updating GPU page table
Philip Yang
1
-0
/
+3
2021-05-10
drm/amdkfd: Add Aldebaran virtualization support
Zhigang Luo
1
-1
/
+1
2021-05-10
drm/amdkfd: report the numa weight between host and device over xgmi
Jonathan Kim
1
-0
/
+1
2021-05-10
drm/amdkfd: report atomics support in io_links over xgmi
Jonathan Kim
1
-11
/
+18
2021-05-01
Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2021-04-28
drm/amdkfd: Add Aldebaran gws support
Harish Kasiviswanathan
1
-1
/
+3
2021-04-28
drm/amdkfd: enable subsequent retry fault
Philip Yang
1
-1
/
+4
2021-04-28
drm/amdkfd: handle stale retry fault
Philip Yang
1
-1
/
+68
2021-04-28
drm/amdkfd: retry validation to recover range
Philip Yang
1
-0
/
+6
2021-04-28
drm/amdkfd: fix spelling mistake in packet manager
Jonathan Kim
1
-4
/
+4
2021-04-28
drm/amdkfd: fix double free device pgmap resource
Philip Yang
1
-1
/
+7
2021-04-28
drm/amdkfd: Fix spelling mistake "unregisterd" -> "unregistered"
Colin Ian King
1
-1
/
+1
2021-04-28
drm/amdgpu: remove unnecessary header include
Hawking Zhang
1
-1
/
+0
2021-04-28
drm/amdkfd: Fix kernel-doc syntax error
Fabio M. De Francesco
1
-1
/
+1
2021-04-23
drm/amdkfd: remove redundant initialization to variable r
Colin Ian King
1
-1
/
+1
2021-04-23
drm/amdkfd: fix uint32 variable compared to less than zero
Colin Ian King
1
-1
/
+1
2021-04-23
drm/amdkfd: set attribute access for default ranges
Alex Sierra
1
-4
/
+3
2021-04-23
drm/amdkfd: svm ranges creation for unregistered memory
Alex Sierra
1
-3
/
+104
2021-04-23
drm/amdkfd: add per-vmid-debug map_process_support
Jonathan Kim
5
-4
/
+161
2021-04-20
drm/amdkfd: Add CONFIG_HSA_AMD_SVM
Felix Kuehling
5
-11
/
+67
2021-04-20
drm/amdkfd: Add SVM API support capability bits
Philip Yang
2
-4
/
+12
2021-04-20
drm/amdkfd: multiple gpu migrate vram to vram
Felix Kuehling
3
-15
/
+87
2021-04-20
drm/amdkfd: add svm range validate timestamp
Felix Kuehling
2
-0
/
+19
2021-04-20
drm/amdkfd: refine migration policy with xnack on
Felix Kuehling
5
-15
/
+150
[next]