aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds18-60/+600
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-19/+4
13 daysBackMerge tag 'v7.2' into drm-nextDave Airlie14-103/+239
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/misc/kernel into drm-fixesDave 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/misc/kernel into drm-nextDave 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
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)3-3/+0
2026-07-02accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()Wentao Liang1-0/+1
2026-07-01accel/amdxdna: Fix use-after-free in debug BO command handlingLizhi Hou2-18/+51
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann12-33/+101
2026-06-29accel/amdxdna: Fix iommu domain lifetime race during device removalLizhi Hou1-14/+29
2026-06-29accel/amdxdna: Fix notifier_wq lifetime race during device removalLizhi Hou1-8/+4
2026-06-29accel/amdxdna: Fix amdxdna_client lifetime race during device removalLizhi Hou2-13/+14
2026-06-26Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-6/+6
2026-06-17accel/ivpu: Drop IRQF_ONESHOT to allow IPC IRQ threading on PREEMPT_RTKarol Wachowski1-1/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds73-1163/+4453
2026-06-16accel/amdxdna: Use caller client for debug BO syncShuvam Pandey1-1/+2
2026-06-15accel/ivpu: fix HWS command queue leak on registration failureKarol Wachowski1-5/+5