summaryrefslogtreecommitdiffstats
path: root/drivers/accel/amdxdna
AgeCommit message (Expand)AuthorLines
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-275/+396
2026-03-26BackMerge tag 'v7.0-rc4' into drm-nextDave Airlie-12/+12
2026-03-25accel/amdxdna: Add per-process BO memory usage query supportMax Zhen-13/+142
2026-03-23accel/amdxdna: Return ERR_PTR on dma_alloc_noncoherent failureWendy Liang-1/+6
2026-03-23accel/amdxdna: fix missing newline in pr_err messagehaoyu.lu-1/+1
2026-03-20accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen-274/+261
2026-03-17accel/amdxdna: Support retrieving hardware context debug informationLizhi Hou-11/+213
2026-03-16accel/amdxdna: Add debug prints for command submissionLizhi Hou-5/+29
2026-03-12accel/amdxdna: Allow forcing IOVA-based DMA via module parameterLizhi Hou-32/+325
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard-113/+167
2026-03-11accel/amdxdna: Support sensors for column utilizationMario Limonciello (AMD)-5/+37
2026-03-11accel/amdxdna: Add IOCTL to retrieve realtime NPU power estimateLizhi Hou-1/+51
2026-03-11accel/amdxdna: Import AMD_PMF namespaceMario Limonciello (AMD)-0/+1
2026-03-10accel/amdxdna: Fix runtime suspend deadlock when there is pending jobLizhi Hou-12/+12
2026-03-05accel/amdxdna: Split mailbox channel create functionLizhi Hou-90/+112
2026-03-04accel/amdxdna: Fix major version check on NPU1 platformLizhi Hou-1/+1
2026-03-02accel/amdxdna: Fix NULL pointer dereference of mgmt_channLizhi Hou-10/+19
2026-02-27accel/amdxdna: Fill invalid payload for failed commandLizhi Hou-15/+38
2026-02-25accel/amdxdna: Use a different name for latest firmwareLizhi Hou-5/+26
2026-02-23accel/amdxdna: Validate command buffer payload countLizhi Hou-1/+4
2026-02-23accel/amdxdna: Prevent ubuf size overflowLizhi Hou-1/+5
2026-02-23accel/amdxdna: Fix out-of-bounds memset in command slot handlingLizhi Hou-4/+4
2026-02-23accel/amdxdna: Fix command hang on suspended hardware contextLizhi Hou-7/+11
2026-02-23accel/amdxdna: Fix suspend failure after enabling turbo modeLizhi Hou-4/+5
2026-02-23accel/amdxdna: Fix dead lock for suspend and resumeLizhi Hou-19/+26
2026-02-23accel/amdxdna: Reduce log noise during process terminationMario Limonciello-3/+7
2026-02-23accel/amdxdna: Fix crash when destroying a suspended hardware contextLizhi Hou-0/+3
2026-02-23accel/amdxdna: Switch to always use chained commandLizhi Hou-2/+2
2026-02-23accel/amdxdna: Remove buffer size check when creating command BOLizhi Hou-19/+19
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-21/+21
2026-02-04accel/amdxdna: Move RPM resume into job run functionLizhi Hou-10/+9
2026-02-04accel/amdxdna: Fix incorrect DPM level after suspend/resumeLizhi Hou-2/+3
2026-02-03accel/amdxdna: Fix incorrect error code returned for failed chain commandLizhi Hou-1/+1
2026-02-03accel/amdxdna: Remove hardware context statusLizhi Hou-28/+5
2026-01-30accel/amdxdna: Fix memory leak in amdxdna_ubuf_mapZishun Yi-2/+8
2026-01-30accel/amdxdna: Stop job scheduling across aie2_release_resource()Lizhi Hou-0/+6
2026-01-30accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()Lizhi Hou-0/+4
2026-01-16Merge tag 'drm-misc-next-2026-01-15' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-58/+54
2026-01-14accel/amdxdna: Fix notifier_wq flushing warningLizhi Hou-1/+1
2026-01-08accel/amdxdna: Update firmware version check for latest firmwareLizhi Hou-42/+20
2026-01-08accel/amdxdna: Update message DMA buffer allocationLizhi Hou-15/+33
2025-12-26Merge tag 'drm-misc-next-2025-12-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-178/+101
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-70/+64
2025-12-18accel/amdxdna: Enable hardware context priorityLizhi Hou-1/+27
2025-12-18accel/amdxdna: Enable temporal sharing only modeLizhi Hou-4/+21
2025-12-18accel/amdxdna: Remove NPU2 supportLizhi Hou-120/+0
2025-12-17accel/amdxdna: Remove amdxdna_flush()Lizhi Hou-18/+11