summaryrefslogtreecommitdiff
path: root/drivers/accel/rocket/rocket_job.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+1
2026-08-11Revert "accel/rocket: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-07-04accel/rocket: Fix error path handling in rocket_job_run()ZhaoJinming1-3/+11
2026-07-04accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()Muhammad Bilal1-4/+10
2026-07-04accel/rocket: initialize job domain before cleanup pathsShuvam Pandey1-2/+2
2026-04-17accel/rocket: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin1-1/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+7
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-08-03accel/rocket: Fix Rockchip NPU compilationBrigham Campbell1-2/+2
2025-07-25accel/rocket: Add job submission IOCTLTomeu Vizoso1-0/+636