summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
10 daysdrm/amdkfd: Add bounds check for CRAT subtype lengthWilliam Palacek1-0/+9
2026-08-09drm/amdkfd: hold event_mutex while checkpointing CRIU eventsWilliam Palacek1-3/+17
2026-08-09drm/amdkfd: Handle invalid event type in CRIU event restoreDavid Francis1-0/+3
2026-08-09drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignmentWilliam Palacek1-1/+1
2026-08-09drm/amdkfd: fix QID bit leak in pqm_create_queue()Vladimir Marioukhine1-1/+1
2026-08-09drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLEGang Ba1-3/+7
2026-08-03drm/amdkfd: free MQD managers on DQM init failuresGuangshuo Li1-0/+4
2026-08-03drm/amdkfd: fix 32-bit overflow in CWSR total size calculationYongqiang Sun1-6/+17
2026-08-03drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis4-8/+27
2026-08-03drm/amdkfd: Check bounds in allocate_event_notification_slotDavid Francis1-0/+3
2026-08-03drm/amdkfd: Use kvcalloc to allocate arraysDavid Francis1-6/+6
2026-08-03drm/amdkfd: Guard m->cp_hqd_eop_control setting by q->eop_ring_buffer_sizeXiaogang Chen5-10/+10
2026-08-03drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO sizeYongqiang Sun2-3/+23
2026-08-03drm/amdkfd: Use exclusive bounds for SVM split alignment checksGerhard Schwanzer1-4/+4
2026-07-24amdkfd: properly free secondary context idZhu Lingshan1-1/+1
2026-07-24drm/amdkfd: fix list_del corruption in kfd_criu_resume_svmMario Limonciello1-0/+1
2026-07-24drm/amdkfd: always resume_all after suspend_allAlex Deucher1-14/+6
2026-07-24drm/amdkfd: Validate CRIU-restored IDs before idr_allocSrinivasan Shanmugam2-0/+8
2026-07-24drm/amdkfd: fix redundant MQD iterations in GFX v12.1Alex Sierra1-1/+5
2026-06-04drm/amdkfd: Unwind debug trap enable on copy_to_user failureYongqiang Sun1-0/+6
2026-06-04drm/amdkfd: Add bounds check for AMDKFD_IOC_WAIT_EVENTSSunday Clement1-0/+2
2026-06-04drm/amdkfd: fix SMI event cross-process information leakYongqiang Sun1-3/+5
2026-06-03drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
2026-06-03drm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
2026-06-03drm/amdkfd: fix UAF race in destroy_queue_cpschAlysa Liu1-1/+7
2026-05-27drm/amdkfd: fix a vulnerability of integer overflow in kfd debuggerEric Huang1-3/+5
2026-05-27drm/amdkfd: Check for pdd drm file first in CRIU restore pathDavid Francis1-5/+5
2026-05-27drm/amdkfd: fix NULL pointer bug in svm_range_set_attrEric Huang1-0/+3
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang2-0/+23
2026-05-19drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_idDavid Francis1-0/+6
2026-05-19drm/amdkfd: Check bounds on allocate_doorbellDavid Francis1-0/+3
2026-05-19drm/amdkfd: Fix OOB memory exposure in get_wave_state()Sunday Clement1-3/+8
2026-05-05drm/amdkfd: Check if there are kfd porcesses using adev by kfd_processes_countXiaogang Chen1-32/+1
2026-05-05drm/amdkfd: Make all TLB-flushes heavy-weightFelix Kuehling4-10/+10
2026-04-24drm/amdkfd: check if vm ready in svm map and unmap to gpuYuanShang1-0/+11
2026-04-24drm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
2026-04-23drm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu3-0/+15
2026-04-03amd/amdkfd: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari1-1/+2
2026-03-30drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack ...Donet Tom1-3/+4
2026-03-30drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fencesPierre-Eric Pelloux-Prayer1-2/+1
2026-03-30drm/amdgpu: allocate move entities dynamicallyPierre-Eric Pelloux-Prayer1-1/+1
2026-03-30drm/amdkfd: fix kernel crash on releasing NULL sysfs entryEric Huang1-1/+2
2026-03-30drm/amdkfd: Switch to dev_* printk stuff in kfd_int_process_v12_1.cLang Yu1-12/+16
2026-03-30drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KBDonet Tom1-2/+2
2026-03-30drm/amd: Fix MQD and control stack alignment for non-4KDonet Tom1-8/+15
2026-03-30drm/amdkfd: Align expected_queue_size to PAGE_SIZEDonet Tom1-2/+2
2026-03-24drm/amdkfd: Fix NULL pointer check order in kfd_ioctl_create_processSrinivasan Shanmugam1-3/+3
2026-03-17drm/amd/amdgpu: Fix build errors due to declarations after labelsJesse.Zhang1-2/+3
2026-03-17drm/amdgpu: Add poison consumption handling for gfx v12_1YiPeng Chai1-1/+11
2026-03-17drm/amdgpu: Support forcing MTYPE_RWHarish Kasiviswanathan1-3/+3