summaryrefslogtreecommitdiff
path: root/drivers/accel/ethosu
AgeCommit message (Expand)AuthorFilesLines
11 daysaccel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate()Muhammad Bilal1-0/+2
11 daysaccel/ethosu: reject DMA commands with uninitialized lengthMuhammad Bilal1-0/+3
11 daysaccel/ethosu: fix arithmetic issues in dma_length()Muhammad Bilal1-5/+18
11 daysaccel/ethosu: fix wrong weight index in NPU_SET_SCALE1_LENGTH on U85Muhammad Bilal1-1/+1
11 daysaccel/ethosu: reject NPU_OP_RESIZE commands from userspaceMuhammad Bilal1-2/+1
11 daysaccel/ethosu: fix IFM region index out-of-bounds in command stream parserMuhammad Bilal1-1/+1
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare1-0/+1
2026-03-06accel: ethosu: Handle possible underflow in IFM size calculationsRob Herring (Arm)1-2/+5
2026-03-06accel: ethosu: Fix NPU_OP_ELEMENTWISE validation with scalarRob Herring (Arm)1-1/+4
2026-03-06accel: 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-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert '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-19accel: 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