summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-11-24amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_swYifan Zhang1-1/+9
2025-11-24drm/amdgpu: Allow kfd CRIU with no buffer objectsDavid Francis1-2/+2
2025-11-24drm/amdkfd: Tie UNMAP_LATENCY to queue_preemptionAmber Lin1-1/+8
2025-11-24drm/amdkfd: fix vram allocation failure for a special caseEric Huang1-1/+6
2025-11-24drm/amdkfd: Handle lack of READ permissions in SVM mappingKent Russell1-0/+23
2025-11-24drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae1-2/+6
2025-10-15drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()Qianfeng Rong1-1/+1
2025-08-28drm/amdkfd: Destroy KFD debugfs after destroy KFD wqAmber Lin1-1/+1
2025-08-01drm/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-06-04drm/amdkfd: Set per-process flags only once cik/viHarish Kasiviswanathan3-85/+94
2025-04-25drm/amdkfd: debugfs hang_hws skip GPU with MESPhilip Yang1-0/+5
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-04-10drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_page...Srinivasan Shanmugam2-15/+16
2025-02-17drm/amdkfd: only flush the validate MES contexPrike Liang1-2/+5
2025-01-17drm/amdkfd: fixed page fault when enable MES shader debuggerJesse.zhang@amd.com1-0/+17
2025-01-09drm/amdkfd: Correct the migration DMA map directionPrike Liang1-2/+2
2025-01-02drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com2-21/+17
2025-01-02drm/amdkfd: Use device based logging for errorsLijo Lazar5-45/+74
2025-01-02drm/amdkfd: drop struct kfd_cu_infoAlex Deucher3-57/+48
2025-01-02drm/amdkfd: reduce stack size in kfd_topology_add_device()Alex Deucher1-4/+9
2024-12-09drm/amdkfd: Use the correct wptr sizeLijo Lazar1-1/+1
2024-12-09drm/amdkfd: Fix wrong usage of INIT_WORK()Yuan Can1-2/+3
2024-11-17drm/amdkfd: Accounting pdd vram_usage for svmPhilip Yang4-6/+32
2024-10-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-10-10drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang6-8/+8
2024-09-08drm/amdgpu: add lock in kfd_process_dequeue_from_deviceYunxiang Li1-2/+7
2024-09-08drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-08drm/amdkfd: Check debug trap enable before write dbg_ev_fileLin.Cao1-1/+3
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-08-03drm/amdkfd: Fix CU Masking for GFX 9.4.3Mukul Joshi1-1/+1
2024-06-16Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Alex Deucher1-9/+2
2024-06-12drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-06-12drm/amdkfd: Add VRAM accounting for SVM migrationMukul Joshi2-2/+16
2024-05-17drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-17amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo1-11/+6
2024-05-17drm/amdkfd: range check cp bad op exception interruptsJonathan Kim3-3/+6
2024-05-17drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi1-2/+2
2024-04-27drm/amdkfd: Fix memory leak in create_process failureFelix Kuehling1-2/+2
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-03-01drm/amdkfd: Use correct drm device for cgroup permission checkMukul Joshi1-2/+7
2024-02-05drm/amdkfd: only flush mes process context if mes support is thereJonathan Kim1-1/+2
2024-02-05drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5