aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/accel/ethosu
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+15
2026-06-04accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate()Muhammad Bilal1-0/+2
2026-06-04accel/ethosu: reject DMA commands with uninitialized lengthMuhammad Bilal1-0/+3
2026-06-04accel/ethosu: fix arithmetic issues in dma_length()Muhammad Bilal1-5/+18
2026-06-04accel/ethosu: fix wrong weight index in NPU_SET_SCALE1_LENGTH on U85Muhammad Bilal1-1/+1
2026-06-04accel/ethosu: reject NPU_OP_RESIZE commands from userspaceMuhammad Bilal1-2/+1
2026-06-04accel/ethosu: fix IFM region index out-of-bounds in command stream parserMuhammad Bilal1-1/+1
2026-05-18accel: ethosu: Validate SRAM size on submitRob Herring (Arm)1-3/+15
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2026-04-17accel/ethosu: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin1-1/+0
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare1-0/+1
2026-03-05accel: ethosu: Handle possible underflow in IFM size calculationsRob Herring (Arm)1-2/+5
2026-03-05accel: ethosu: Fix NPU_OP_ELEMENTWISE validation with scalarRob Herring (Arm)1-1/+4
2026-03-05accel: ethosu: Fix job submit error clean-up refcount underflowsRob Herring (Arm)1-8/+18
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard3-6/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-6/+8
2026-02-18accel: ethosu: Fix shift overflow in cmd_to_addr()Dan Carpenter1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-24accel: Add Arm Ethos-U NPU driverRob Herring (Arm)9-0/+1916