summaryrefslogtreecommitdiff
path: root/drivers/accel/rocket
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-10/+10
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
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-09-01accel/rocket: Fix some error checking in rocket_core_init()Dan Carpenter1-1/+1
2025-09-01accel/rocket: Check the correct DMA irq status to warn aboutHeiko Stuebner1-1/+1
2025-09-01accel/rocket: Fix usages of kfree() and sizeof()Brigham Campbell1-3/+4
2025-09-01accel/rocket: Depend on DRM_ACCEL not just DRMHeiko Stuebner1-1/+1
2025-09-01accel/rocket: Fix indentation of Kconfig entryHeiko Stuebner1-8/+8
2025-08-03accel/rocket: Fix undeclared const rocket_pm_opsBrigham Campbell1-0/+2
2025-08-03accel/rocket: Fix Rockchip NPU compilationBrigham Campbell1-2/+2
2025-07-25accel/rocket: Add IOCTLs for synchronizing memory accessesTomeu Vizoso3-0/+62
2025-07-25accel/rocket: Add job submission IOCTLTomeu Vizoso9-1/+738
2025-07-25accel/rocket: Add IOCTL for BO creationTomeu Vizoso5-2/+175
2025-07-25accel/rocket: Add a new driver for Rockchip's NPUTomeu Vizoso8-0/+549
2025-07-25accel/rocket: Add registers headerTomeu Vizoso1-0/+4404