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
compress-2026-03-30
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
2026-03-04
drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
Sunday Clement
1
-0
/
+6
2026-03-04
drm/amdkfd: Fix GART PTE for non-4K pagesize in svm_migrate_gart_map()
Donet Tom
1
-1
/
+1
2026-03-04
drm/amdkfd: Fix watch_id bounds checking in debug address watch v2
Srinivasan Shanmugam
1
-8
/
+12
2026-03-04
drm/amdkfd: fix debug watchpoints for logical devices
Jonathan Kim
3
-16
/
+17
2026-01-30
drm/amdkfd: fix a memory leak in device_queue_manager_init()
Haoxiang Li
1
-8
/
+11
2025-11-24
amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
Yifan Zhang
1
-1
/
+9
2025-11-24
drm/amdgpu: Allow kfd CRIU with no buffer objects
David Francis
1
-2
/
+2
2025-11-24
drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
Amber Lin
1
-1
/
+8
2025-11-24
drm/amdkfd: fix vram allocation failure for a special case
Eric Huang
1
-1
/
+6
2025-11-24
drm/amdkfd: Handle lack of READ permissions in SVM mapping
Kent Russell
1
-0
/
+23
2025-11-24
drm/amdkfd: return -ENOTTY for unsupported IOCTLs
Geoffrey McRae
1
-2
/
+6
2025-10-15
drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()
Qianfeng Rong
1
-1
/
+1
2025-08-28
drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
Amber Lin
1
-1
/
+1
2025-08-01
drm/amdkfd: Don't call mmput from MMU notifier callback
Philip Yang
1
-25
/
+22
2025-07-06
drm/amdkfd: Fix race in GWS queue scheduling
Jay Cornwall
1
-1
/
+1
2025-07-06
amd/amdkfd: fix a kfd_process ref leak
Yifan Zhang
1
-0
/
+1
2025-06-04
drm/amdkfd: KFD release_work possible circular locking
Philip Yang
1
-8
/
+8
2025-06-04
drm/amdkfd: Set per-process flags only once cik/vi
Harish Kasiviswanathan
3
-85
/
+94
2025-04-25
drm/amdkfd: debugfs hang_hws skip GPU with MES
Philip Yang
1
-0
/
+5
2025-04-25
drm/amdkfd: Fix pqm_destroy_queue race with GPU reset
Philip Yang
1
-1
/
+1
2025-04-25
drm/amdkfd: Fix mode1 reset crash issue
Philip Yang
1
-0
/
+17
2025-04-25
drm/amdkfd: clamp queue size to minimum
David Yat Sin
1
-0
/
+10
2025-04-10
drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_page...
Srinivasan Shanmugam
2
-15
/
+16
2025-02-17
drm/amdkfd: only flush the validate MES contex
Prike Liang
1
-2
/
+5
2025-01-17
drm/amdkfd: fixed page fault when enable MES shader debugger
Jesse.zhang@amd.com
1
-0
/
+17
2025-01-09
drm/amdkfd: Correct the migration DMA map direction
Prike Liang
1
-2
/
+2
2025-01-02
drm/amdkfd: pause autosuspend when creating pdd
Jesse.zhang@amd.com
2
-21
/
+17
2025-01-02
drm/amdkfd: Use device based logging for errors
Lijo Lazar
5
-45
/
+74
2025-01-02
drm/amdkfd: drop struct kfd_cu_info
Alex Deucher
3
-57
/
+48
2025-01-02
drm/amdkfd: reduce stack size in kfd_topology_add_device()
Alex Deucher
1
-4
/
+9
2024-12-09
drm/amdkfd: Use the correct wptr size
Lijo Lazar
1
-1
/
+1
2024-12-09
drm/amdkfd: Fix wrong usage of INIT_WORK()
Yuan Can
1
-2
/
+3
2024-11-17
drm/amdkfd: Accounting pdd vram_usage for svm
Philip Yang
4
-6
/
+32
2024-10-10
drm/amdkfd: Fix resource leak in criu restore queue
Jesse Zhang
1
-0
/
+1
2024-10-10
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
6
-8
/
+8
2024-09-08
drm/amdgpu: add lock in kfd_process_dequeue_from_device
Yunxiang Li
1
-2
/
+7
2024-09-08
drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...
Michael Chen
3
-5
/
+5
2024-09-08
drm/amdkfd: Check debug trap enable before write dbg_ev_file
Lin.Cao
1
-1
/
+3
2024-08-29
drm/amdkfd: reserve the BO before validating it
Lang Yu
1
-1
/
+3
2024-08-29
drm/amdkfd: Move dma unmapping after TLB flush
Philip Yang
1
-8
/
+12
2024-08-03
drm/amdkfd: Fix CU Masking for GFX 9.4.3
Mukul Joshi
1
-1
/
+1
2024-06-16
Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"
Alex Deucher
1
-9
/
+2
2024-06-12
drm/amdkfd: Flush the process wq before creating a kfd_process
Lancelot SIX
1
-0
/
+8
2024-06-12
drm/amdkfd: Add VRAM accounting for SVM migration
Mukul Joshi
2
-2
/
+16
2024-05-17
drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
Alex Deucher
1
-2
/
+5
2024-05-17
amd/amdkfd: sync all devices to wait all processes being evicted
Zhigang Luo
1
-11
/
+6
2024-05-17
drm/amdkfd: range check cp bad op exception interrupts
Jonathan Kim
3
-3
/
+6
2024-05-17
drm/amdkfd: Check cgroup when returning DMABuf info
Mukul Joshi
1
-2
/
+2
2024-04-27
drm/amdkfd: Fix memory leak in create_process failure
Felix Kuehling
1
-2
/
+2
2024-04-17
drm/amdkfd: Reset GPU on queue preemption failure
Harish Kasiviswanathan
1
-0
/
+1
[next]