summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
2025-12-18accel/amdxdna: Fix deadlock between context destroy and job timeoutLizhi Hou1-2/+4
2025-12-18accel/amdxdna: Clear mailbox interrupt register during channel creationLizhi Hou1-0/+1
2025-12-18accel/amdxdna: Fix dma_fence leak when job is canceledLizhi Hou2-1/+1
2025-12-18accel/amdxdna: Fix incorrect command state for timed out jobLizhi Hou2-2/+14
2025-12-18accel/ivpu: Fix race condition when unbinding BOsTomasz Rusinowicz1-1/+2
2025-12-18accel/ivpu: Remove skip of dma unmap for imported buffersMaciej Falkowski1-3/+0
2025-12-18accel/ivpu: Fix race condition when mapping dmabufWludzik, Jozef1-1/+2
2025-12-18accel/ivpu: Fix DCT active percent formatKarol Wachowski3-4/+9
2025-12-18accel/ivpu: Make function parameter names consistentJacek Lawrynowicz2-2/+2
2025-12-18accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context()Jacek Lawrynowicz1-6/+16
2025-12-18accel/ivpu: Rework bind/unbind of imported buffersJacek Lawrynowicz3-34/+60
2025-12-18accel/ivpu: Ensure rpm_runtime_put in case of engine reset/resume failKarol Wachowski1-2/+2
2025-11-13accel/habanalabs: support mapping cb with vmalloc-backed coherent memoryMoti Haimovski2-0/+26
2025-11-13accel/habanalabs/gaudi2: read preboot status after recovering from dirty stateKonstantin Sinyuk1-1/+7
2025-11-13accel/habanalabs: return ENOMEM if less than requested pages were pinnedTomer Tayar1-1/+1
2025-11-13accel/habanalabs/gaudi2: fix BMON disable configurationVered Yavniely1-1/+1
2025-11-13accel/amdxdna: Unify pm and rpm suspend and resume callbacksLizhi Hou7-134/+73
2025-10-23accel/qaic: Synchronize access to DBC request queue head & tail pointerPranjal Ramajor Asha Kanojiya3-2/+15
2025-10-23accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()Youssef Samir1-1/+1
2025-10-23accel/qaic: Fix bootlog initialization orderingJeffrey Hugo1-2/+3
2025-10-15accel/amdxdna: Use int instead of u32 to store error codesQianfeng Rong1-3/+3
2025-09-01accel/ivpu: Prevent recovery work from being queued during device removalKarol Wachowski3-4/+4
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-16/+7
2025-08-16accel/habanalabs/gaudi2: Use kvfree() for memory allocated with kvcalloc()Thorsten Blum1-1/+1
2025-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+7
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds17-171/+860
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-1/+1
2025-07-12habanalabs: fix UAF in export_dmabuf()Al Viro1-16/+7
2025-07-08Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-2/+2
2025-07-04drm: move drm based debugfs funcs to drm_debugfs.cSunil Khatri1-16/+0
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman1-2/+2
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie7-125/+170
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie11-29/+689
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-1/+1
2025-06-16accel/amdxdna: Revise device bo creation and freeLizhi Hou3-92/+106
2025-06-16accel/ivpu: Add turbo flag to the DRM_IVPU_CMDQ_CREATE ioctlAndrzej Kacprowski2-33/+59
2025-06-16accel/ivpu: Add initial Wildcat Lake supportMaciej Falkowski3-0/+5
2025-06-11accel/qaic: Use dev_printk() in RASJeff Hugo1-8/+8
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann12-80/+105
2025-06-09accel/amdxdna: Fix incorrect PSP firmware sizeLizhi Hou1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-52/+74
2025-06-06accel/qaic: delete qaic_bo.handleSimona Vetter2-3/+0
2025-06-05accel/ivpu: Fix warning in ivpu_gem_bo_free()Jacek Lawrynowicz1-1/+2
2025-06-05accel/ivpu: Trigger device recovery on engine reset/resume failureKarol Wachowski2-4/+11
2025-06-05accel/ivpu: Use dma_resv_lock() instead of a custom mutexJacek Lawrynowicz2-30/+34
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-06-02accel/ivpu: Add inference_timeout_ms module parameterKarol Wachowski3-3/+17
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+2