summaryrefslogtreecommitdiffstats
path: root/drivers/accel/rocket
AgeCommit message (Expand)AuthorLines
8 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
9 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2026-01-10accel/rocket: factor out code with find_core_for_dev in rocket_removeQuentin Schulz-7/+8
2026-01-10accel/rocket: fix unwinding in error path in rocket_probeQuentin Schulz-1/+14
2026-01-10accel/rocket: fix unwinding in error path in rocket_core_initQuentin Schulz-2/+5
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-09-01accel/rocket: Fix some error checking in rocket_core_init()Dan Carpenter-1/+1
2025-09-01accel/rocket: Check the correct DMA irq status to warn aboutHeiko Stuebner-1/+1
2025-09-01accel/rocket: Fix usages of kfree() and sizeof()Brigham Campbell-3/+4
2025-09-01accel/rocket: Depend on DRM_ACCEL not just DRMHeiko Stuebner-1/+1
2025-09-01accel/rocket: Fix indentation of Kconfig entryHeiko Stuebner-8/+8
2025-08-03accel/rocket: Fix undeclared const rocket_pm_opsBrigham Campbell-0/+2
2025-08-03accel/rocket: Fix Rockchip NPU compilationBrigham Campbell-2/+2
2025-07-25accel/rocket: Add IOCTLs for synchronizing memory accessesTomeu Vizoso-0/+62
2025-07-25accel/rocket: Add job submission IOCTLTomeu Vizoso-1/+738
2025-07-25accel/rocket: Add IOCTL for BO creationTomeu Vizoso-2/+175
2025-07-25accel/rocket: Add a new driver for Rockchip's NPUTomeu Vizoso-0/+549
2025-07-25accel/rocket: Add registers headerTomeu Vizoso-0/+4404