summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2025-12-07drm/amdkfd: Tie UNMAP_LATENCY to queue_preemptionAmber Lin1-1/+8
2025-12-07drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae1-2/+6
2025-10-19drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()Qianfeng Rong1-1/+1
2025-07-10drm/amdkfd: Fix race in GWS queue schedulingJay Cornwall1-1/+1
2025-06-27drm/amdkfd: Set SDMA_RLCx_IB_CNTL/SWITCH_INSIDE_IBAmber Lin1-0/+4
2025-06-04drm/amdkfd: KFD release_work possible circular lockingPhilip Yang1-8/+8
2025-05-02drm/amdkfd: Fix pqm_destroy_queue race with GPU resetPhilip Yang1-1/+1
2025-05-02drm/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-09-12drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-04drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-1/+4
2024-06-16drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-02-23drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-02-23drm/amdkfd: Fix lock dependency warningFelix Kuehling1-16/+10
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-07-23drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2022-11-16drm/amdkfd: Migrate in CPU page fault use current mmPhilip Yang1-1/+1
2022-11-16drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()Yang Li1-3/+1
2022-11-16drm/amdkfd: handle CPU fault on COW mappingPhilip Yang1-13/+29
2022-11-16drm/amdkfd: avoid recursive lock in migrations back to RAMAlex Sierra3-0/+8
2022-06-22drm/amdkfd: Use mmget_not_zero in MMU notifierPhilip Yang1-0/+3
2022-05-09drm/amdkfd: Fix GWS queue countDavid Yat Sin1-46/+37
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen1-0/+2
2022-04-20drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel1-8/+3
2022-04-13drm/amdkfd: Create file descriptor after client is added to smi_clients listLee Jones1-9/+15
2022-04-13drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2022-04-13drm/amdkfd: Don't take process mutex for svm ioctlsPhilip Yang1-4/+0
2022-03-08drm/amdkfd: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+3
2022-01-27drm/amdkfd: Fix error handling in svm_range_addFelix Kuehling1-89/+49
2021-12-17drm/amdkfd: process_info lock not needed for svmPhilip Yang1-9/+0
2021-12-08drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againshaoyunl1-0/+5
2021-11-18drm/amdkfd: fix resume error when iommu disabled in PicassoYifan Zhang1-0/+1
2021-11-18drm/amdkfd: rm BO resv on validation to avoid deadlockAlex Sierra1-6/+1
2021-11-06drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang1-0/+3
2021-10-05drm/amdkfd: remove redundant iommu cleanup codeYifan Zhang1-7/+1
2021-09-24drm/amdkfd: fix svm_migrate_fini warningPhilip Yang3-15/+4
2021-09-24drm/amdkfd: handle svm migrate init errorPhilip Yang1-0/+3
2021-09-23drm/amdkfd: fix dma mapping leaking warningPhilip Yang1-4/+14
2021-09-23drm/amdkfd: SVM map to gpus check vma boundaryPhilip Yang1-1/+5
2021-09-16drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJames Zhu1-4/+8
2021-09-16drm/amdkfd: make needs_pcie_atomics FW-version dependentFelix Kuehling2-16/+29
2021-09-01drm/amdkfd: drop process ref count when xnack disableAlex Sierra1-1/+2
2021-08-26drm/amdkfd: Account for SH/SE count when setting up cu masks.Sean Keely2-21/+64
2021-08-24drm/amdkfd: map SVM range with correct access permissionPhilip Yang1-48/+86
2021-08-24drm/amdkfd: check access permisson to restore retry faultPhilip Yang2-3/+31