summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
9 daysaccel/amdxdna: refuse to flush an imported BOTaimuraz Kaitmazov1-3/+4
10 daysMerge drm/drm-fixes into drm-misc-fixesMaxime Ripard19-79/+604
2026-08-26accel/ethosu: fix job completion fence cleanupGuoHan Zhao1-2/+8
2026-08-24accel: ethosu: Don't read the U65 rounding mode as a storage modeTomeu Vizoso1-1/+1
2026-08-24accel/ethosu: check MMIO mapping errors in probeGuoHan Zhao1-0/+2
2026-08-24accel/amdxdna: put the chained BO when its mapping failsTaimuraz Kaitmazov1-1/+3
2026-08-24accel/amdxdna: reject a command chain that carries no commandsTaimuraz Kaitmazov1-1/+1
2026-08-24accel/amdxdna: Remove __counted_by from struct amdxdna_cmd_chainLizhi Hou1-1/+1
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds18-60/+600
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+4
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie14-103/+239
2026-08-19accel/amdxdna: return early from a zero-length flushTaimuraz Kaitmazov1-0/+3
2026-08-14accel/qaic: Address potential out-of-bounds read in resp_worker()Youssef Samir1-22/+24
2026-08-12accel/amdxdna: Skip unmapped range in aie2_populate_range()Lizhi Hou1-0/+16
2026-08-11Revert "accel/amdxdna: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "accel/rocket: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "accel/ethosu: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-04accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range populationStanislav Kinsburskii1-19/+4
2026-07-31accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()Lizhi Hou1-19/+8
2026-07-31accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()Lizhi Hou1-4/+20
2026-07-29accel/qaic: use sizeof(*trans_hdr) for transaction length checkMuhammad Bilal1-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-07-19accel/amdxdna: Fix command timeout raceWendy Liang3-14/+20
2026-07-17accel/ivpu: Remove unnecessary min_t()/max_t() usageAndrzej Kacprowski2-3/+3
2026-07-16accel/amdxdna: Fix use-after-free of mm_struct in job schedulerLizhi Hou1-0/+4
2026-07-15accel/ivpu: Reject firmware log with size smaller than headerJhonraushan1-0/+4
2026-07-14accel/amdxdna: reject command submission on devices without a submit opDoruk Tan Ozturk1-0/+4
2026-07-14accel/amdxdna: reject user command submission without a command BODoruk Tan Ozturk1-0/+10
2026-07-13Merge v7.2-rc3 into drm-misc-fixesMaarten Lankhorst3-3/+0
2026-07-13accel/ivpu: Fix wrong register read in LNL failure diagnosticsKarol Wachowski1-1/+1
2026-07-10Merge tag 'drm-misc-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-48/+114
2026-07-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann8-56/+98
2026-07-07accel/amdxdna: Fix potential NULL pointer dereference of abo->clientLizhi Hou3-6/+20
2026-07-07accel/amdxdna: Check init_srcu_struct() return valueLizhi Hou1-3/+13
2026-07-07accel/amdxdna: Check drmm_mutex_init() return valueLizhi Hou1-1/+4
2026-07-07accel/amdxdna: Fix hardware context race in amdxdna_update_heap()Lizhi Hou2-15/+15
2026-07-07accel/amdxdna: Fix deadlock on debug BO command timeoutLizhi Hou2-1/+10
2026-07-07accel/amdxdna: fix open_ref leak and stale client pointer on dma map failureLizhi Hou1-1/+4
2026-07-07accel/amdxdna: Fix potential amdxdna_umap lifetime raceLizhi Hou1-2/+2
2026-07-06accel/amdxdna: Fix VMA access raceLizhi Hou3-13/+21
2026-07-06accel/amdxdna: Use unsigned long for nr_pages in amdxdna_hmm_register()Lizhi Hou1-1/+1
2026-07-06accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()Lizhi Hou2-5/+23
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie15-48/+574
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-07-03Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-53/+98