aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
13 daysdrm/amdkfd: free MQD managers on DQM init failuresGuangshuo Li1-0/+4
13 daysdrm/amdkfd: fix 32-bit overflow in CWSR total size calculationYongqiang Sun1-6/+17
2026-07-08drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis4-8/+27
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 event idDavid Francis1-1/+1
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-06-17drm/amdkfd: Use exclusive bounds for SVM split alignment checksGerhard Schwanzer1-4/+4
2026-06-17drm/amdkfd: Use memdup_array_user to copy data from/to user space at kfd ioctlsXiaogang Chen1-34/+12
2026-06-17drm/amdkfd: check find_first_zero_bit before __set_bit on kfd->doorbell_bitmapXiaogang Chen1-3/+5
2026-06-17drm/amdkfd: Let driver decide buffer size at AMDKFD_IOC_GET_DMABUF_INFO ioctlXiaogang Chen1-8/+2
2026-06-17drm/amdkfd: Fix NULL deref during sysfs teardownGeoffrey McRae1-16/+24
2026-06-17drm/amdkfd: fix list_del corruption in kfd_criu_resume_svmMario Limonciello1-0/+1
2026-06-17drm/amdkfd: Fix SMI event PID reporting for containersAndrew Martin5-56/+77
2026-06-17drm/amdkfd: Properly acquire queue buffers in CRIU restoreDavid Francis1-2/+10
2026-06-04drm/amdkfd: always resume_all after suspend_allAlex Deucher1-14/+6
2026-06-04drm/amdkfd: Fix infinite loop parsing CRAT with zero subtype lengthYongqiang Sun1-0/+8
2026-06-04drm/amdkfd: fix sysfs topology prop length on buffer truncationYongqiang Sun1-2/+1
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-03amd/amdkfd: Fix profiler lock init orderTvrtko Ursulin1-3/+3
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/amdgpu: add support for SDMA IP version 6.4.0Pratik Vishwakarma1-0/+1
2026-06-03drm/amdgpu: Add support for GC IP version 11.5.6Pratik Vishwakarma2-0/+3
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-27drm/amdkfd: Fix UML build guards for x86_64-only codeAlex Hung2-4/+4
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang2-0/+23
2026-05-18drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_idDavid Francis1-0/+6
2026-05-18drm/amdkfd: Check bounds on allocate_doorbellDavid Francis1-0/+3
2026-05-18drm/amdkfd: Fix OOB memory exposure in get_wave_state()Sunday Clement1-3/+8
2026-05-18drm/amdkfd: Enable SDMA queue reset on gfx v12.1Amber Lin1-1/+2
2026-05-11drm/amdkfd: fix unhalt_cpsch warning during module unloadPerry Yuan1-1/+2
2026-05-11drm/amdgpu: Move KFD sched stop/start into PTL control pathPerry Yuan2-6/+16
2026-05-11drm/amdgpu: add SPI idle check for GC 9.4.4 in gfx_v9_4_3_is_idle()Perry Yuan1-5/+0
2026-05-11drm/amdgpu: Wait for GFX idle before PTL state transitionPerry Yuan1-0/+5
2026-05-11drm/amdgpu: Track PTL disable requests by sourcePerry Yuan1-0/+3
2026-05-11drm/amdkfd: suspend scheduler during PTL re-enablingPerry Yuan1-2/+28
2026-05-11drm/amdkfd: Add PTL control IOCTL Option and unify refcount logicPerry Yuan3-0/+114
2026-05-11drm/amdgpu: add psp interfaces for peak tops limiter driverPerry Yuan1-0/+1