summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-08-28drm/amdkfd: Destroy KFD debugfs after destroy KFD wqAmber Lin1-1/+1
2025-08-15drm/amdkfd: Don't call mmput from MMU notifier callbackPhilip Yang1-25/+22
2025-07-06drm/amdkfd: Fix race in GWS queue schedulingJay Cornwall1-1/+1
2025-07-06amd/amdkfd: fix a kfd_process ref leakYifan Zhang1-0/+1
2025-06-04drm/amdkfd: KFD release_work possible circular lockingPhilip Yang1-8/+8
2025-04-25drm/amdkfd: Fix pqm_destroy_queue race with GPU resetPhilip Yang1-1/+1
2025-04-25drm/amdkfd: Fix mode1 reset crash issuePhilip Yang1-0/+17
2025-04-25drm/amdkfd: clamp queue size to minimumDavid Yat Sin1-0/+10
2025-01-09drm/amdkfd: Correct the migration DMA map directionPrike Liang1-2/+2
2024-12-14drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-11-17drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang6-8/+8
2024-10-17drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-09-08drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-08-29drm/amdkfd: reserve the BO before validating itLang Yu1-1/+3
2024-08-29drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang1-8/+12
2024-06-12drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-05-17drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-04-17drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan1-0/+1
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-03drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Eric Huang1-1/+1
2024-02-05drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-02-05drm/amdkfd: Fix lock dependency warning with srcuPhilip Yang1-2/+4
2024-02-05drm/amdkfd: Fix lock dependency warningFelix Kuehling1-16/+10
2024-02-05drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam1-11/+13
2024-01-26drm/amdkfd: fixes for HMM mem allocationDafna Hirschfeld1-3/+3
2024-01-26drm/amdkfd: Use resource_size() helper functionDeepak R Varma1-2/+1
2024-01-26drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam1-9/+12
2023-11-28drm/amdkfd: Fix shift out-of-bounds issueJesse Zhang1-1/+1
2023-11-28drm/amdkfd: Fix a race condition of vram buffer unref in svm codeXiaogang Chen1-2/+9
2023-11-20drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm codeXiaogang Chen1-4/+4
2023-10-06drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang1-1/+1
2023-10-06drm/amdkfd: Insert missing TLB flush on GFX10 and laterHarish Kasiviswanathan1-2/+1
2023-10-06drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3Philip Yang1-3/+3
2023-07-19drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-04-06drm/amdkfd: Get prange->offset after svm_range_vram_node_newXiaogang Chen1-7/+9
2023-04-06drm/amdkfd: Fixed kfd_process cleanup on module exit.David Belanger3-7/+62
2023-04-06drm/amdkfd: fix potential kgd_mem UAFsChia-I Wu1-6/+10
2023-04-06drm/amdkfd: fix a potential double free in pqm_create_queueChia-I Wu1-2/+2
2023-04-06drm/amdkfd: Fix BO offset for multi-VMA page migrationXiaogang Chen1-7/+10
2023-03-30drm/amdkfd: Fix the memory overrunMa Jun1-1/+1
2023-03-30drm/amdkfd: add GC 11.0.4 KFD supportYifan Zhang2-0/+3
2023-03-30drm/amdkfd: Fix the warning of array-index-out-of-boundsMa Jun4-292/+282
2023-03-30drm/amdkfd: introduce dummy cache info for property asicPrike Liang1-1/+52
2023-03-22drm/amdgpu: Don't resume IOMMU after incomplete initFelix Kuehling1-1/+10
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-17drm/amdgpu: fix return value check in kfdShashank Sharma1-1/+1
2023-03-10drm/amdkfd: Page aligned memory reserve sizePhilip Yang1-2/+7
2023-02-01drm/amdkfd: Fix NULL pointer error for GC 11.0.1 on mGPUEric Huang1-1/+1
2023-02-01drm/amdkfd: Add sync after creating vram boEric Huang1-0/+9
2023-01-12drm/amdkfd: Fix kernel warning during topology setupMukul Joshi1-1/+1