summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd/amdkfd
AgeCommit message (Expand)Author
4 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
2024-10-11drm/amdkfd: Fix resource leak in criu restore queueJonathan Gray
2024-10-11drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerJonathan Gray
2024-09-09drm/amdgpu: add lock in kfd_process_dequeue_from_deviceJonathan Gray
2024-09-09drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Jonathan Gray
2024-09-09drm/amdkfd: Check debug trap enable before write dbg_ev_fileJonathan Gray
2024-08-30drm/amdkfd: reserve the BO before validating itJonathan Gray
2024-08-30drm/amdkfd: Move dma unmapping after TLB flushJonathan Gray
2024-08-05drm/amdkfd: Fix CU Masking for GFX 9.4.3Jonathan Gray
2024-06-17Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Jonathan Gray
2024-06-15drm/amdkfd: Flush the process wq before creating a kfd_processJonathan Gray
2024-06-15drm/amdkfd: Add VRAM accounting for SVM migrationJonathan Gray
2024-05-20drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesJonathan Gray
2024-05-20amd/amdkfd: sync all devices to wait all processes being evictedJonathan Gray
2024-05-20drm/amdkfd: range check cp bad op exception interruptsJonathan Gray
2024-05-20drm/amdkfd: Check cgroup when returning DMABuf infoJonathan Gray
2024-04-29drm/amdkfd: Fix memory leak in create_process failureJonathan Gray
2024-04-18drm/amdkfd: Reset GPU on queue preemption failureJonathan Gray
2024-04-15amdkfd: use calloc instead of kzalloc to avoid integer overflowJonathan Gray
2024-04-04drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Jonathan Gray
2024-03-04drm/amdkfd: Use correct drm device for cgroup permission checkJonathan Gray
2024-02-06drm/amdkfd: only flush mes process context if mes support is thereJonathan Gray
2024-02-06drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Jonathan Gray
2024-02-06drm/amdkfd: Fix lock dependency warning with srcuJonathan Gray
2024-02-06drm/amdkfd: Fix lock dependency warningJonathan Gray
2024-02-06drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Jonathan Gray
2024-02-06drm/amdkfd: fix mes set shader debugger process managementJonathan Gray
2024-02-02drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsJonathan Gray
2024-02-02drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsJonathan Gray
2024-01-29drm/amdkfd: fixes for HMM mem allocationJonathan Gray
2024-01-29Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Jonathan Gray
2024-01-29drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Jonathan Gray
2024-01-29drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Jonathan Gray
2024-01-22drm/amdkfd: svm range always mapped flag not working on APUJonathan Gray
2024-01-22drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitJonathan Gray
2024-01-22drm/amdkfd: Use common function for IP version checkJonathan Gray
2024-01-16update drm to linux 6.6.12Jonathan Gray
2023-11-30drm/amdkfd: Fix shift out-of-bounds issueJonathan Gray
2023-11-30drm/amdkfd: Fix a race condition of vram buffer unref in svm codeJonathan Gray
2023-11-21drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm codeJonathan Gray
2023-10-09drm/amdkfd: Use gpu_offset for user queue's wptrJonathan Gray
2023-10-09drm/amdkfd: Insert missing TLB flush on GFX10 and laterJonathan Gray
2023-10-09drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3Jonathan Gray
2023-07-20drm/amdkfd: Fix potential deallocation of previously deallocated memory.Jonathan Gray
2023-04-07drm/amdkfd: Get prange->offset after svm_range_vram_node_newJonathan Gray
2023-04-07drm/amdkfd: Fixed kfd_process cleanup on module exit.Jonathan Gray
2023-04-07drm/amdkfd: fix potential kgd_mem UAFsJonathan Gray
2023-04-07drm/amdkfd: fix a potential double free in pqm_create_queueJonathan Gray
2023-04-07drm/amdkfd: Fix BO offset for multi-VMA page migrationJonathan Gray
2023-03-31drm/amdkfd: Fix the memory overrunJonathan Gray