summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook8-22/+14
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds10-26/+13
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds39-98/+98
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook48-176/+182
8 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+0
2026-02-05accel/amdxdna: Move RPM resume into job run functionLizhi Hou1-10/+9
2026-02-05accel/amdxdna: Fix incorrect DPM level after suspend/resumeLizhi Hou2-2/+3
2026-02-03accel/amdxdna: Fix incorrect error code returned for failed chain commandLizhi Hou1-1/+1
2026-02-03accel/amdxdna: Remove hardware context statusLizhi Hou3-28/+5
2026-01-30accel/amdxdna: Fix memory leak in amdxdna_ubuf_mapZishun Yi1-2/+8
2026-01-30accel/amdxdna: Stop job scheduling across aie2_release_resource()Lizhi Hou1-0/+6
2026-01-30accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()Lizhi Hou2-0/+4
2026-01-20Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-44/+0
2026-01-16Merge tag 'drm-misc-next-2026-01-15' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie20-111/+163
2026-01-14accel/amdxdna: Fix notifier_wq flushing warningLizhi Hou1-1/+1
2026-01-10accel/rocket: factor out code with find_core_for_dev in rocket_removeQuentin Schulz1-7/+8
2026-01-10accel/rocket: fix unwinding in error path in rocket_probeQuentin Schulz1-1/+14
2026-01-10accel/rocket: fix unwinding in error path in rocket_core_initQuentin Schulz1-2/+5
2026-01-08accel/amdxdna: Update firmware version check for latest firmwareLizhi Hou6-42/+20
2026-01-08accel/amdxdna: Update message DMA buffer allocationLizhi Hou3-15/+33
2026-01-08accel/ivpu: Implement warm boot flow for NPU6 and unify boot handlingKarol Wachowski9-43/+82
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-44/+0
2025-12-26Merge tag 'drm-misc-next-2025-12-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie14-184/+122
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie14-70/+64
2025-12-18accel/amdxdna: Enable hardware context priorityLizhi Hou2-1/+27
2025-12-18accel/amdxdna: Enable temporal sharing only modeLizhi Hou6-4/+21
2025-12-18accel/amdxdna: Remove NPU2 supportLizhi Hou4-120/+0
2025-12-17accel/amdxdna: Remove amdxdna_flush()Lizhi Hou1-18/+11
2025-12-16accel/ivpu: Validate scatter-gather size against buffer sizeKarol Wachowski3-6/+21
2025-12-15accel/amdxdna: Block running under a hypervisorMario Limonciello (AMD)1-0/+6
2025-12-15accel/amdxdna: Fix potential NULL pointer dereference in context cleanupLizhi Hou1-24/+26
2025-12-12accel/amdxdna: Fix race where send ring appears full due to delayed head updateLizhi Hou1-11/+16
2025-12-10accel/amdxdna: Fix cu_idx being cleared by memset() during command setupLizhi Hou1-4/+4
2025-12-09accel/amdxdna: Fix race condition when checking rpm_onLizhi Hou7-47/+24
2025-12-08accel/amdxdna: Fix tail-pointer polling in mailbox_get_msg()Lizhi Hou1-18/+1
2025-12-03accel/amdxdna: Poll MPNPU_PWAITMODE after requesting firmware suspendLizhi Hou8-1/+35
2025-11-13accel/amdxdna: Fix deadlock between context destroy and job timeoutLizhi Hou1-2/+4
2025-11-13accel/amdxdna: Clear mailbox interrupt register during channel creationLizhi Hou1-0/+1
2025-11-12accel/ivpu: Fix warning due to undefined CONFIG_PROC_FSKarol Wachowski1-2/+2
2025-11-12accel/ivpu: Count only resident buffers in memory utilizationKarol Wachowski1-1/+2
2025-11-12accel/ivpu: Add fdinfo support for memory statisticsKarol Wachowski3-0/+23
2025-11-07accel/qaic: Add qaic_ prefix to irq_polling_workZack McKevitt3-3/+3
2025-11-07accel/qaic: Collect crashdump from SSR channelPranjal Ramajor Asha Kanojiya5-18/+578
2025-11-07accel/qaic: Implement basic SSR handlingJeffrey Hugo6-7/+359
2025-11-07accel/qaic: Add DMA Bridge Channel(DBC) sysfs and ueventsPranjal Ramajor Asha Kanojiya5-0/+145
2025-11-07accel/amdxdna: Treat power-off failure as unrecoverable errorLizhi Hou1-0/+10
2025-11-06accel/amdxdna: Fix dma_fence leak when job is canceledLizhi Hou2-1/+1
2025-11-06accel/qaic: Add support for PM callbacksYoussef Samir4-0/+103
2025-11-05accel/amdxdna: Support preemption requestsLizhi Hou7-1/+192