summaryrefslogtreecommitdiff
path: root/drivers/accel/ethosu/ethosu_gem.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24accel: ethosu: Don't read the U65 rounding mode as a storage modeTomeu Vizoso1-1/+1
2026-07-21accel: ethosu: Handle U85 internal chaining bufferRob Herring (Arm)1-9/+26
2026-07-21accel: ethosu: Fix element size accounting for cmd stream validationRob Herring (Arm)1-9/+10
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-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-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+3
2026-02-18accel: ethosu: Fix shift overflow in cmd_to_addr()Dan Carpenter1-1/+1
2025-10-24accel: Add Arm Ethos-U NPU driverRob Herring (Arm)1-0/+704