summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
AgeCommit message (Expand)AuthorFilesLines
14 daysdrm/amdkfd: fix NULL dereference in get_queue_ids()Muhammad Bilal1-1/+1
14 daysdrm/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-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-05drm/amdkfd: Make all TLB-flushes heavy-weightFelix Kuehling1-3/+3
2026-03-07drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis1-2/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-29drm/amdkfd: Adjust parameter of allocate_mqdLang Yu1-2/+2
2026-01-14drm/amdkfd: Add domain parameter to alloc kernel BOPhilip Yang1-3/+4
2026-01-14drm/amdkfd: No need to suspend whole MES to evict processHarish Kasiviswanathan1-11/+1
2026-01-10drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li1-8/+11
2026-01-06drm/amdkfd: Add/remove queues on the correct XCC on GFX 12.1Mukul Joshi1-0/+2
2025-12-11drm/amdgpu: Update MES VM_CNTX_CNTL for XNACK off for GFX 12.1Mukul Joshi1-0/+1
2025-12-11drm/amdkfd: Enable per-process XNACK for GFX 12.1.0Mukul Joshi1-0/+1
2025-12-08drm/amdkfd: Add MQD manager for GFX 12.1.0Mukul Joshi1-1/+3
2025-12-08amdkfd: remove DIQ supportZhu Lingshan1-4/+2
2025-12-08drm/amdkfd: Uninitialized and Unused variablesAndrew Martin1-11/+4
2025-12-08drm/amdkfd: Rework reserved SDMA queue handlingMukul Joshi1-3/+4
2025-11-12drm/amdkfd: Fixing the clang formatAhmad Rehman1-1/+1
2025-11-06drm/amdkfd: Do not wait for queue op response during resetAhmad Rehman1-1/+2
2025-10-28drm/amdkfd: Fix Unchecked Return ValueSunday Clement1-3/+6
2025-10-13drm/amdkfd: fix suspend/resume all calls in mes based eviction pathJonathan Kim1-52/+21
2025-08-04drm/amdkfd: Fix checkpoint-restore on multi-xccDavid Yat Sin1-1/+1
2025-07-07drm/amdgpu/sdma: allow caller to handle kernel rings in engine resetAlex Deucher1-1/+1
2025-07-07drm/amdkfd: Avoid queue reset if disabledLijo Lazar1-0/+9
2025-05-08drm/amdkfd: change error to warning message for SDMA queues creationEric Huang1-6/+8
2025-03-21drm/amdgpu/sdma: fix engine reset handlingAlex Deucher1-1/+1
2025-03-11drm/amd/amdkfd: Evict all queues even HWS remove queue failedYifan Zha1-3/+5
2025-03-10drm/amdkfd: Add pm_config_dequeue_wait_counts APIHarish Kasiviswanathan1-26/+19
2025-03-07drm/amdkfd: Add support for more per-process flagHarish Kasiviswanathan1-2/+4
2025-03-07drm/amdkfd: Set per-process flags only once cik/viHarish Kasiviswanathan1-36/+3
2025-03-05drm/amdkfd: implement per queue sdma reset for gfx 9.4+Jonathan Kim1-13/+115
2025-02-28drm/amdkfd: Remove kfd_process_hw_exception workerPhilip Yang1-10/+1
2025-02-28drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_page...Srinivasan Shanmugam1-15/+0
2025-02-13drm/amdkfd: Have kfd driver use same PASID values from graphic driverXiaogang Chen1-43/+42
2025-01-29drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1Jay Cornwall1-2/+2
2024-12-18drm/amdkfd: Failed to check various return codeAndrew Martin1-0/+3
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com1-0/+15
2024-11-11drm/amd/amdkfd: add/remove kfd queues on start/stop KFD schedulingShaoyun Liu1-3/+37
2024-10-25drm/amdkfd: remove extra use of volatileVictor Zhao1-1/+1
2024-10-23drm/amdkfd: fix the hang caused by the write reorder to fence_addrVictor Zhao1-1/+2
2024-10-07drm/amdkfd: Copy wave state only for compute queuePhilip Yang1-1/+4
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi1-1/+5
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi1-0/+20
2024-09-07drm/amdkfd: fix missed queue reset on queue destroyJonathan Kim1-2/+3
2024-08-21drm/amdkfd: Update BadOpcode Interrupt handling with MESMukul Joshi1-0/+51
2024-08-21drm/amdkfd: Update queue unmap after VM fault with MESMukul Joshi1-2/+85
2024-08-21drm/amdkfd: APIs to stop/start KFD schedulingAmber Lin1-1/+57