aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
2026-08-12drm/amdkfd: preserve VRAM MQD across hibernation via unpin/repinShikang Fan4-0/+160
2026-08-06drm/amdgpu: Fix typo in commentKenji Takahashi1-1/+1
2026-08-06drm/amdkfd: enable rs64mem for kfd queuePrike Liang4-2/+32
2026-08-06drm/amdkfd: Unmap svm range from GPU set to no-accessPhilip Yang3-42/+76
2026-08-06drm/amdkfd: Add helper svm_range_update_checkpoint_timestampPhilip Yang2-37/+50
2026-07-29drm/amdkfd: Remove svm_bo eviction fencePhilip Yang3-74/+52
2026-07-28drm/amdkfd: Evict SVM BOs synchronously from TTM evictionPhilip Yang2-37/+61
2026-07-28drm/amdkfd: Fix signal reset eventAmber Lin1-9/+8
2026-07-28drm/amdkfd: allow CWSR grace period of 0 on supported firmwareWilliam Palacek1-4/+66
2026-07-28drm/amdkfd: hold event_mutex while checkpointing CRIU eventsWilliam Palacek1-3/+17
2026-07-28drm/amdkfd: Avoid topology_lock in kfd_mmapPhilip Yang1-3/+5
2026-07-28drm/amdgpu: convert ptl_hw_supported to enumVictor Zhao1-4/+7
2026-07-28drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignmentWilliam Palacek1-1/+1
2026-07-28drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLEGang Ba1-3/+7
2026-07-28drm/amdkfd: Handle invalid event type in CRIU event restoreDavid Francis1-0/+3
2026-07-28drm/amdkfd: fix QID bit leak in pqm_create_queue()Vladimir Marioukhine1-1/+1
2026-07-16drm/amdkfd: Add bounds check for CRAT subtype lengthWilliam Palacek1-0/+9
2026-07-16drm/amdkfd: Clean up debug runlist printingKent Russell1-3/+13
2026-07-16drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()Christian König1-2/+2
2026-07-16drm/amdgpu: properly account for resets with user queuesAlex Deucher1-1/+18
2026-07-15drm/amdkfd: free MQD managers on DQM init failuresGuangshuo Li1-0/+4
2026-07-15drm/amdkfd: Do not fail process debugfs setup on debugfs errorsSrinivasan Shanmugam1-4/+0
2026-07-14drm/amdkfd: fix 32-bit overflow in CWSR total size calculationYongqiang Sun1-6/+17
2026-07-08drm/amdkfd: Check bounds on CRIU restore event idDavid Francis1-1/+1
2026-07-08drm/amdkfd: expose pasid of secondary contexts by debugfsZhu Lingshan4-23/+104
2026-07-08drm/amdkfd: Check bounds in allocate_event_notification_slotDavid Francis1-0/+3
2026-07-08amdkfd: properly free secondary context idZhu Lingshan1-1/+1
2026-07-08drm/amdkfd: Don't acquire buffers during CRIU queue restore.David Francis1-8/+5
2026-07-08drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis4-8/+27
2026-07-08drm/amdkfd: use iosys_map for CWSR buffer accessJames Zhu2-20/+49
2026-07-08drm/amdkfd: drop duplicate kfd_queue_acquire_buffers()Alex Deucher1-6/+0
2026-07-07Merge tag 'amd-drm-next-7.3-2026-07-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie15-308/+345
2026-07-01drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K systemsDonet Tom1-1/+1
2026-07-01drm/amdkfd: Use kvcalloc to allocate arraysDavid Francis1-6/+6
2026-07-01drm/amdgpu: add support for GC IP version 11.7.1Granthali Vinodkumar Dhandar2-0/+6
2026-07-01drm/amdgpu: add support for GC IP version 11.7.0Granthali Vinodkumar Dhandar2-0/+6
2026-07-01drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO sizeYongqiang Sun2-3/+23
2026-07-01drm/amdkfd: Guard m->cp_hqd_eop_control setting by q->eop_ring_buffer_sizeXiaogang Chen5-10/+10
2026-07-01drm/amdgpu: add support for GC IP version 11.7.1Granthali Vinodkumar Dhandar2-0/+6
2026-07-01drm/amdgpu: add support for GC IP version 11.7.0Granthali Vinodkumar Dhandar2-0/+6
2026-07-01drm/amdgpu: Fix AMDGPU_GTT_MAX_TRANSFER_SIZE for non-4K systemsDonet Tom1-1/+1
2026-07-01drm/amdkfd: Use kvcalloc to allocate arraysDavid Francis1-6/+6
2026-07-01drm/amdkfd: use amdgpu ring types for MES queueGeoffrey McRae1-10/+11
2026-07-01drm/amdgpu,amdkfd: correct setting MES queue typeGeoffrey McRae1-0/+2
2026-07-01drm/amdkfd: add sanity check in svm_range_is_validEric Huang1-1/+7
2026-07-01drm/amdkfd: use node XCC count for v9 CRIU control stack restoreYongqiang Sun1-1/+1
2026-07-01drm/amdkfd: move TBA/TMA from system to device memoryJames Zhu1-5/+14
2026-07-01drm/amdkfd: Add domain parameter to kernel BO mapping functionJames Zhu2-7/+9
2026-07-01drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO sizeYongqiang Sun2-3/+23
2026-07-01drm/amdkfd: Add gfx12.0 queue reset support to topologyAmber Lin1-2/+4