summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
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: 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-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-06-19drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11Andrew Martin1-8/+41
2026-06-19drm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
2026-06-09drm/amdkfd: Check for pdd drm file first in CRIU restore pathDavid Francis1-5/+5
2026-06-09drm/amdkfd: fix a vulnerability of integer overflow in kfd debuggerEric Huang1-3/+5
2026-06-09drm/amdkfd: fix NULL pointer bug in svm_range_set_attrEric Huang1-0/+3
2026-05-17drm/amdkfd: Make all TLB-flushes heavy-weightFelix Kuehling4-10/+10
2026-05-17drm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
2026-05-17drm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu3-0/+15
2026-04-22drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack ...Donet Tom1-3/+4
2026-04-11drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KBDonet Tom1-2/+2
2026-03-19drm/amdkfd: Unreserve bo if queue update failedPhilip Yang1-0/+1
2026-03-04drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement1-0/+6
2026-03-04drm/amdkfd: Fix GART PTE for non-4K pagesize in svm_migrate_gart_map()Donet Tom1-1/+1
2026-03-04drm/amdkfd: Relax size checking during queue buffer getDonet Tom1-3/+3
2026-03-04drm/amdkfd: Handle GPU reset and drain retry fault racePhilip Yang1-1/+6
2026-02-27drm/amdkfd: Fix watch_id bounds checking in debug address watch v2Srinivasan Shanmugam1-8/+12
2026-02-27drm/amdkfd: Fix signal_eviction_fence() bool return valueSrinivasan Shanmugam1-1/+1
2026-01-23drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li1-8/+11
2026-01-23drm/amdkfd: No need to suspend whole MES to evict processHarish Kasiviswanathan1-11/+1
2026-01-17drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski1-1/+1
2026-01-08drm/amdkfd: Trap handler support for expert scheduling modeJay Cornwall2-26/+73
2026-01-08drm/amdkfd: bump minimum vgpr size for gfx1151Jonathan Kim1-0/+1
2026-01-08drm/amdkfd: Export the cwsr_size and ctl_stack_size to userspaceMario Limonciello1-0/+4
2025-12-18drm/amdkfd: Use huge page size to check split svm range alignmentXiaogang Chen1-14/+32
2025-12-18drm/amdkfd: assign AID to uuid in topology for SPX modeEric Huang1-1/+3
2025-11-12drm/amdkfd: Fix GPU mappings for APU after prefetchHarish Kasiviswanathan1-0/+2
2025-11-12drm/amdkfd: relax checks for over allocation of save areaJonathan Kim1-6/+6
2025-10-13drm/amdkfd: fix suspend/resume all calls in mes based eviction pathJonathan Kim1-52/+21
2025-10-07drm/amdkfd: Fix mmap write lock not releasePhilip Yang1-0/+2
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang3-0/+16
2025-09-25amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_swYifan Zhang1-1/+9
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri1-1/+1
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie3-72/+103
2025-09-18drm/amdkfd: add proper handling for S0ixAlex Deucher1-0/+36
2025-09-16drm/amdkfd: add function svm_migrate_successful_pagesJames Zhu1-14/+15
2025-09-16Revert "drm/amdkfd: return migration pages from copy function"James Zhu1-65/+65
2025-09-15drm/amdkfd: Replace kzalloc + copy_from_user with memdup_userThorsten Blum1-9/+3
2025-09-12Merge tag 'amd-drm-next-6.18-2025-09-09' of https://gitlab.freedesktop.org/ag...Dave Airlie3-4/+5