index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
amdxdna
/
amdxdna_ctx.c
Age
Commit message (
Expand
)
Author
7 days
accel/amdxdna: put the chained BO when its mapping fails
Taimuraz Kaitmazov
2026-07-16
accel/amdxdna: Fix use-after-free of mm_struct in job scheduler
Lizhi Hou
2026-07-14
accel/amdxdna: reject command submission on devices without a submit op
Doruk Tan Ozturk
2026-07-14
accel/amdxdna: reject user command submission without a command BO
Doruk Tan Ozturk
2026-07-07
accel/amdxdna: Fix hardware context race in amdxdna_update_heap()
Lizhi Hou
2026-07-07
accel/amdxdna: Fix deadlock on debug BO command timeout
Lizhi Hou
2026-07-06
accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()
Lizhi Hou
2026-05-18
accel/amdxdna: Add expandable device heap support
Lizhi Hou
2026-05-07
accel/amdxdna: Add command doorbell and wait support
David Zhang
2026-05-07
accel/amdxdna: Add AIE4 VF hardware context create and destroy
David Zhang
2026-04-22
accel/amdxdna: Improve tracing for job lifecycle and mailbox RX worker
Max Zhen
2026-03-27
Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2026-03-26
BackMerge tag 'v7.0-rc4' into drm-next
Dave Airlie
2026-03-20
accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...
Max Zhen
2026-03-17
accel/amdxdna: Support retrieving hardware context debug information
Lizhi Hou
2026-03-10
accel/amdxdna: Fix runtime suspend deadlock when there is pending job
Lizhi Hou
2026-02-27
accel/amdxdna: Fill invalid payload for failed command
Lizhi Hou
2026-02-23
accel/amdxdna: Validate command buffer payload count
Lizhi Hou
2026-02-23
accel/amdxdna: Fix dead lock for suspend and resume
Lizhi Hou
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-06
accel/amdxdna: Fix dma_fence leak when job is canceled
Lizhi Hou
2025-11-03
accel/amdxdna: Use MSG_OP_CHAIN_EXEC_NPU when supported
Lizhi Hou
2025-10-20
accel/amdxdna: Support firmware debug buffer
Lizhi Hou
2025-09-24
accel/amdxdna: Enhance runtime power management
Lizhi Hou
2025-08-18
accel/amdxdna: Add a function to walk hardware contexts
Lizhi Hou
2025-08-06
accel/amdxdna: Unify pm and rpm suspend and resume callbacks
Lizhi Hou
2025-05-08
accel/amdxdna: Support submit commands without arguments
Lizhi Hou
2025-02-14
accel/amdxdna: Refactor hardware context destroy routine
Lizhi Hou
2024-12-17
accel/amdxdna: Add zero check for pad in ioctl input structures
Lizhi Hou
2024-12-16
accel/amdxdna: Replace idr api with xarray
Lizhi Hou
2024-11-22
accel/amdxdna: Add suspend and resume
Lizhi Hou
2024-11-22
accel/amdxdna: Add command execution
Lizhi Hou
2024-11-22
accel/amdxdna: Add hardware context
Lizhi Hou