summaryrefslogtreecommitdiff
path: root/drivers/accel/amdxdna/amdxdna_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24accel/amdxdna: put the chained BO when its mapping failsTaimuraz Kaitmazov1-1/+3
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 hardware context race in amdxdna_update_heap()Lizhi Hou1-9/+15
2026-07-07accel/amdxdna: Fix deadlock on debug BO command timeoutLizhi Hou1-0/+6
2026-07-06accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()Lizhi Hou1-4/+22
2026-05-18accel/amdxdna: Add expandable device heap supportLizhi Hou1-3/+79
2026-05-07accel/amdxdna: Add command doorbell and wait supportDavid Zhang1-0/+34
2026-05-07accel/amdxdna: Add AIE4 VF hardware context create and destroyDavid Zhang1-0/+6
2026-04-22accel/amdxdna: Improve tracing for job lifecycle and mailbox RX workerMax Zhen1-1/+2
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-6/+17
2026-03-26BackMerge tag 'v7.0-rc4' into drm-nextDave Airlie1-0/+10
2026-03-20accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen1-6/+17
2026-03-17accel/amdxdna: Support retrieving hardware context debug informationLizhi Hou1-1/+5
2026-03-10accel/amdxdna: Fix runtime suspend deadlock when there is pending jobLizhi Hou1-0/+10
2026-02-27accel/amdxdna: Fill invalid payload for failed commandLizhi Hou1-0/+27
2026-02-23accel/amdxdna: Validate command buffer payload countLizhi Hou1-1/+4
2026-02-23accel/amdxdna: Fix dead lock for suspend and resumeLizhi Hou1-12/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-11-06accel/amdxdna: Fix dma_fence leak when job is canceledLizhi Hou1-0/+1
2025-11-03accel/amdxdna: Use MSG_OP_CHAIN_EXEC_NPU when supportedLizhi Hou1-3/+3
2025-10-20accel/amdxdna: Support firmware debug bufferLizhi Hou1-3/+36
2025-09-24accel/amdxdna: Enhance runtime power managementLizhi Hou1-31/+27
2025-08-18accel/amdxdna: Add a function to walk hardware contextsLizhi Hou1-6/+20
2025-08-06accel/amdxdna: Unify pm and rpm suspend and resume callbacksLizhi Hou1-26/+0
2025-05-08accel/amdxdna: Support submit commands without argumentsLizhi Hou1-10/+12
2025-02-14accel/amdxdna: Refactor hardware context destroy routineLizhi Hou1-0/+2
2024-12-17accel/amdxdna: Add zero check for pad in ioctl input structuresLizhi Hou1-0/+6
2024-12-16accel/amdxdna: Replace idr api with xarrayLizhi Hou1-28/+19
2024-11-22accel/amdxdna: Add suspend and resumeLizhi Hou1-0/+26
2024-11-22accel/amdxdna: Add command executionLizhi Hou1-6/+314
2024-11-22accel/amdxdna: Add hardware contextLizhi Hou1-0/+219