aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorFilesLines
12 daysdrm/amdkfd: check if vm ready in svm map and unmap to gpuYuanShang1-0/+11
12 daysdrm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
13 daysdrm/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
2026-03-17drm/amdgpu: Update MTYPE for GFX12.1Harish Kasiviswanathan1-13/+16
2026-03-17drm/amdkfd: Don't expect signal mailbox updateHarish Kasiviswanathan8-21/+26
2026-03-17drm/amdkfd: Update queue properties for metadata ringPhilip Yang1-1/+2
2026-03-16Merge tag 'amd-drm-next-7.1-2026-03-12' of https://gitlab.freedesktop.org/agd...Dave Airlie7-10/+25
2026-03-11drm/amdkfd: Unreserve bo if queue update failedPhilip Yang1-0/+1
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie10-26/+31
2026-03-06drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis6-8/+22
2026-03-06drm/amdkfd: fix the warning for potential insecure stringSunil Khatri1-2/+2
2026-03-04drm/amdgpu: GFX12.1 scratch memory limit up to 57-bitPhilip Yang1-10/+25
2026-02-26drm/amdkfd: fix CWSR trap handlerAlex Deucher1-3/+0
2026-02-25drm/amdkfd: Removed commented line for MQD queue priorityAndrew Martin7-7/+0
2026-02-23drm/amdgpu: statically assign gart windows to ttm entitiesPierre-Eric Pelloux-Prayer1-6/+6
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard24-82/+99
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds21-41/+41
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook21-47/+49
2026-02-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-28/+52
2026-02-19drm/amdkfd: Check for NULL return valuesAndrew Martin3-7/+13
2026-02-19drm/amdkfd: Disable MQD queue priorityAndrew Martin7-7/+7
2026-02-12drm/amdkfd: Fix APU to use GTT, not VRAM for MQDSiwei He1-0/+3
2026-02-12drm/amdkfd: Fix watch_id bounds checking in debug address watch v2Srinivasan Shanmugam1-8/+12
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+0
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds33-1091/+3730
2026-02-05drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement1-0/+6
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann35-1109/+3740
2026-02-03drm/amdgpu: Ignored various return codeAndrew Martin2-6/+11
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" c...Oleg Nesterov1-10/+0
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2026-01-29drm/amdkfd: Use AMDGPU_MQD_SIZE_ALIGN in gfx11+ kfd mqd managerLang Yu4-47/+17
2026-01-29drm/amdkfd: Adjust parameter of allocate_mqdLang Yu11-15/+24
2026-01-28drm/amdkfd: gfx12.1 trap handler instruction fixup for VOP3PXJay Cornwall2-101/+121
2026-01-27drm/amdkfd: add extended capabilities to device snapshotJonathan Kim1-0/+1
2026-01-27dma-buf: Always build with DMABUF_MOVE_NOTIFYLeon Romanovsky1-1/+1