aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/accel/amdxdna
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+6
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 Airlie8-83/+195
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-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-19accel/amdxdna: Fix command timeout raceWendy Liang3-14/+20
2026-07-16accel/amdxdna: Fix use-after-free of mm_struct in job schedulerLizhi Hou1-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-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 Airlie1-0/+6
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-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 Torvalds1-1/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds42-1005/+4050
2026-06-16accel/amdxdna: Use caller client for debug BO syncShuvam Pandey1-1/+2
2026-06-11accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()Lizhi Hou1-0/+3
2026-06-09accel/amdxdna: Clear sva pointer after unbindLizhi Hou1-0/+1
2026-06-05accel/amdxdna: Require carveout when PASID and force_iova are disabledLizhi Hou1-1/+7
2026-06-03accel/amdxdna: Return errors for failed debug BO commandsLizhi Hou1-8/+5
2026-06-03accel/amdxdna: Remove drv_cmd tracing from job free callbackLizhi Hou1-1/+2
2026-06-02accel/amdxdna: Preserve user address when PASID is disabledLizhi Hou1-1/+4
2026-05-28accel/amdxdna: Disable device buffer exportingLizhi Hou1-0/+6
2026-05-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-51/+10
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter3-51/+10
2026-05-22Revert "accel/amdxdna: Support read-only user-pointer BO mappings"Lizhi Hou1-27/+2
2026-05-21accel/amdxdna: Block running when IOMMU is offLizhi Hou1-0/+5
2026-05-19accel/amdxdna: Remove mmap and export support for ubufLizhi Hou3-51/+10
2026-05-18accel/amdxdna: Add expandable device heap supportLizhi Hou15-97/+461
2026-05-07accel/amdxdna: Add AIE4 work buffer initializationNishad Saraf10-52/+141
2026-05-07accel/amdxdna: Add AIE4 metadata query supportDavid Zhang10-83/+140
2026-05-07accel/amdxdna: Add command doorbell and wait supportDavid Zhang10-6/+177
2026-05-07accel/amdxdna: Add AIE4 VF hardware context create and destroyDavid Zhang8-0/+348
2026-05-07accel/amdxdna: Init AIE4 device partitionDavid Zhang3-1/+73
2026-05-07accel/amdxdna: Add initial support for AIE4 VFDavid Zhang5-76/+112