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
compress-2026-04-14
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-02-06
drm/amdkfd: fix a memory leak in device_queue_manager_init()
Haoxiang Li
1
-8
/
+10
2026-01-11
drm/amdgpu: cleanup scheduler job initialization v2
Christian König
1
-11
/
+6
2025-12-07
drm/amdgpu: Allow kfd CRIU with no buffer objects
David Francis
1
-2
/
+2
2025-12-07
drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
Amber Lin
1
-1
/
+8
2025-12-07
drm/amdkfd: fix vram allocation failure for a special case
Eric Huang
1
-1
/
+6
2025-12-07
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-15
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-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-01-09
drm/amdkfd: Correct the migration DMA map direction
Prike Liang
1
-2
/
+2
2024-12-14
drm/amdkfd: Fix wrong usage of INIT_WORK()
Yuan Can
1
-2
/
+3
2024-11-17
drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
Philip Yang
6
-8
/
+8
2024-10-17
drm/amdkfd: Fix resource leak in criu restore queue
Jesse Zhang
1
-0
/
+1
2024-09-08
drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...
Michael Chen
3
-5
/
+5
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-06-12
drm/amdkfd: Flush the process wq before creating a kfd_process
Lancelot SIX
1
-0
/
+8
2024-05-17
drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
Alex Deucher
1
-2
/
+5
2024-04-17
drm/amdkfd: Reset GPU on queue preemption failure
Harish Kasiviswanathan
1
-0
/
+1
2024-04-13
amdkfd: use calloc instead of kzalloc to avoid integer overflow
Dave Airlie
1
-2
/
+2
2024-04-03
drm/amdkfd: fix TLB flush after unmap for GFX9.4.2
Eric Huang
1
-1
/
+1
2024-02-05
drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'
Srinivasan Shanmugam
1
-5
/
+5
2024-02-05
drm/amdkfd: Fix lock dependency warning with srcu
Philip Yang
1
-2
/
+4
2024-02-05
drm/amdkfd: Fix lock dependency warning
Felix Kuehling
1
-16
/
+10
2024-02-05
drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'
Srinivasan Shanmugam
1
-11
/
+13
2024-01-25
drm/amdkfd: fixes for HMM mem allocation
Dafna Hirschfeld
1
-3
/
+3
2024-01-25
drm/amdkfd: Use resource_size() helper function
Deepak R Varma
1
-2
/
+1
2024-01-25
drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...
Srinivasan Shanmugam
1
-9
/
+12
2023-11-28
drm/amdkfd: Fix shift out-of-bounds issue
Jesse Zhang
1
-1
/
+1
2023-11-28
drm/amdkfd: Fix a race condition of vram buffer unref in svm code
Xiaogang Chen
1
-2
/
+9
2023-11-20
drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code
Xiaogang Chen
1
-4
/
+4
2023-10-06
drm/amdkfd: Use gpu_offset for user queue's wptr
YuBiao Wang
1
-1
/
+1
2023-10-06
drm/amdkfd: Insert missing TLB flush on GFX10 and later
Harish Kasiviswanathan
1
-2
/
+1
2023-10-06
drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3
Philip Yang
1
-3
/
+3
2023-07-19
drm/amdkfd: Fix potential deallocation of previously deallocated memory.
Daniil Dulov
1
-6
/
+7
2023-04-06
drm/amdkfd: Get prange->offset after svm_range_vram_node_new
Xiaogang Chen
1
-7
/
+9
2023-04-06
drm/amdkfd: Fixed kfd_process cleanup on module exit.
David Belanger
3
-7
/
+62
2023-04-06
drm/amdkfd: fix potential kgd_mem UAFs
Chia-I Wu
1
-6
/
+10
2023-04-06
drm/amdkfd: fix a potential double free in pqm_create_queue
Chia-I Wu
1
-2
/
+2
2023-04-06
drm/amdkfd: Fix BO offset for multi-VMA page migration
Xiaogang Chen
1
-7
/
+10
2023-03-30
drm/amdkfd: Fix the memory overrun
Ma Jun
1
-1
/
+1
2023-03-30
drm/amdkfd: add GC 11.0.4 KFD support
Yifan Zhang
2
-0
/
+3
[next]