summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
29 hoursaccel/ethosu: reject NPU_OP_RESIZE commands from userspaceMuhammad Bilal1-2/+1
29 hoursaccel/ethosu: reject DMA commands with uninitialized lengthMuhammad Bilal1-0/+3
29 hoursaccel/ethosu: fix arithmetic issues in dma_length()Muhammad Bilal1-5/+18
29 hoursaccel/ethosu: fix wrong weight index in NPU_SET_SCALE1_LENGTH on U85Muhammad Bilal1-1/+1
29 hoursaccel/ethosu: fix IFM region index out-of-bounds in command stream parserMuhammad Bilal1-1/+1
29 hoursaccel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate()Muhammad Bilal1-0/+2
29 hoursaccel/ivpu: Fix signed integer truncation in IPC receiveAndrzej Kacprowski1-1/+1
29 hoursaccel/ivpu: Add buffer overflow check in MS get_info_ioctlAndrzej Kacprowski1-0/+7
29 hoursaccel/ivpu: Add bounds checks for firmware log indicesAndrzej Kacprowski1-0/+5
29 hoursaccel/ivpu: Add bounds check for firmware runtime memoryAndrzej Kacprowski1-0/+16
29 hoursaccel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()Lizhi Hou1-0/+3
11 daysaccel/ivpu: prevent uninitialized data bug in debugfsDan Carpenter1-1/+1
11 daysaccel/rocket: fix UAF via dangling GEM handle in create_boDhabaleshwar Das1-5/+12
2026-06-01accel/qaic: Add overflow check to remap_pfn_range during mmapZack McKevitt1-2/+21
2026-05-23accel/rocket: Fix prep_bo ioctl leaking positive return from dma_resv_wait_ti...Gyeyoung Baek1-0/+2
2026-05-23accel/amdxdna: fix missing newline in pr_err messagehaoyu.lu1-1/+1
2026-05-14accel/ivpu: Disallow re-exporting imported GEM objectsKarol Wachowski1-0/+21
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare1-0/+1
2026-03-27accel/qaic: Handle DBC deactivation if the owner went awayYoussef Samir1-2/+45
2026-03-24accel/ivpu: Add disable clock relinquish workaround for NVL-A0Karol Wachowski2-2/+5
2026-03-10accel/amdxdna: Fix runtime suspend deadlock when there is pending jobLizhi Hou2-12/+12
2026-03-10accel/ivpu: Remove boot params address setting via MMIO registerAndrzej Kacprowski2-7/+0
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-03-05accel/amdxdna: Split mailbox channel create functionLizhi Hou4-90/+112
2026-03-04accel/amdxdna: Fix major version check on NPU1 platformLizhi Hou1-1/+1
2026-03-02accel/amdxdna: Fix NULL pointer dereference of mgmt_channLizhi Hou3-10/+19
2026-02-28accel/amdxdna: Fill invalid payload for failed commandLizhi Hou3-15/+38
2026-02-26accel/amdxdna: Use a different name for latest firmwareLizhi Hou6-5/+26
2026-02-23accel/amdxdna: Validate command buffer payload countLizhi Hou1-1/+4
2026-02-23accel/amdxdna: Prevent ubuf size overflowLizhi Hou1-1/+5
2026-02-23accel/amdxdna: Fix out-of-bounds memset in command slot handlingLizhi Hou1-4/+4
2026-02-23accel/amdxdna: Fix command hang on suspended hardware contextLizhi Hou1-7/+11
2026-02-23accel/amdxdna: Fix suspend failure after enabling turbo modeLizhi Hou1-4/+5
2026-02-23accel/amdxdna: Fix dead lock for suspend and resumeLizhi Hou6-19/+26
2026-02-23accel/amdxdna: Reduce log noise during process terminationMario Limonciello2-3/+7
2026-02-23accel/amdxdna: Fix crash when destroying a suspended hardware contextLizhi Hou1-0/+3
2026-02-23accel/amdxdna: Switch to always use chained commandLizhi Hou1-2/+2
2026-02-23accel/amdxdna: Remove buffer size check when creating command BOLizhi Hou1-19/+19
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard76-623/+541
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook8-22/+14
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds10-26/+13
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds39-98/+98
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook48-176/+182
2026-02-19accel: ethosu: Fix shift overflow in cmd_to_addr()Dan Carpenter1-1/+1
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+0
2026-02-05accel/amdxdna: Move RPM resume into job run functionLizhi Hou1-10/+9
2026-02-05accel/amdxdna: Fix incorrect DPM level after suspend/resumeLizhi Hou2-2/+3