index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
amdxdna
Age
Commit message (
Expand
)
Author
Lines
2026-03-05
accel/amdxdna: Split mailbox channel create function
Lizhi Hou
-90
/
+112
2026-03-04
accel/amdxdna: Fix major version check on NPU1 platform
Lizhi Hou
-1
/
+1
2026-03-02
accel/amdxdna: Fix NULL pointer dereference of mgmt_chann
Lizhi Hou
-10
/
+19
2026-02-27
accel/amdxdna: Fill invalid payload for failed command
Lizhi Hou
-15
/
+38
2026-02-25
accel/amdxdna: Use a different name for latest firmware
Lizhi Hou
-5
/
+26
2026-02-23
accel/amdxdna: Validate command buffer payload count
Lizhi Hou
-1
/
+4
2026-02-23
accel/amdxdna: Prevent ubuf size overflow
Lizhi Hou
-1
/
+5
2026-02-23
accel/amdxdna: Fix out-of-bounds memset in command slot handling
Lizhi Hou
-4
/
+4
2026-02-23
accel/amdxdna: Fix command hang on suspended hardware context
Lizhi Hou
-7
/
+11
2026-02-23
accel/amdxdna: Fix suspend failure after enabling turbo mode
Lizhi Hou
-4
/
+5
2026-02-23
accel/amdxdna: Fix dead lock for suspend and resume
Lizhi Hou
-19
/
+26
2026-02-23
accel/amdxdna: Reduce log noise during process termination
Mario Limonciello
-3
/
+7
2026-02-23
accel/amdxdna: Fix crash when destroying a suspended hardware context
Lizhi Hou
-0
/
+3
2026-02-23
accel/amdxdna: Switch to always use chained command
Lizhi Hou
-2
/
+2
2026-02-23
accel/amdxdna: Remove buffer size check when creating command BO
Lizhi Hou
-19
/
+19
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-16
/
+16
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-21
/
+21
2026-02-04
accel/amdxdna: Move RPM resume into job run function
Lizhi Hou
-10
/
+9
2026-02-04
accel/amdxdna: Fix incorrect DPM level after suspend/resume
Lizhi Hou
-2
/
+3
2026-02-03
accel/amdxdna: Fix incorrect error code returned for failed chain command
Lizhi Hou
-1
/
+1
2026-02-03
accel/amdxdna: Remove hardware context status
Lizhi Hou
-28
/
+5
2026-01-30
accel/amdxdna: Fix memory leak in amdxdna_ubuf_map
Zishun Yi
-2
/
+8
2026-01-30
accel/amdxdna: Stop job scheduling across aie2_release_resource()
Lizhi Hou
-0
/
+6
2026-01-30
accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()
Lizhi Hou
-0
/
+4
2026-01-16
Merge tag 'drm-misc-next-2026-01-15' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-58
/
+54
2026-01-14
accel/amdxdna: Fix notifier_wq flushing warning
Lizhi Hou
-1
/
+1
2026-01-08
accel/amdxdna: Update firmware version check for latest firmware
Lizhi Hou
-42
/
+20
2026-01-08
accel/amdxdna: Update message DMA buffer allocation
Lizhi Hou
-15
/
+33
2025-12-26
Merge tag 'drm-misc-next-2025-12-19' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-178
/
+101
2025-12-26
Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-70
/
+64
2025-12-18
accel/amdxdna: Enable hardware context priority
Lizhi Hou
-1
/
+27
2025-12-18
accel/amdxdna: Enable temporal sharing only mode
Lizhi Hou
-4
/
+21
2025-12-18
accel/amdxdna: Remove NPU2 support
Lizhi Hou
-120
/
+0
2025-12-17
accel/amdxdna: Remove amdxdna_flush()
Lizhi Hou
-18
/
+11
2025-12-15
accel/amdxdna: Block running under a hypervisor
Mario Limonciello (AMD)
-0
/
+6
2025-12-15
accel/amdxdna: Fix potential NULL pointer dereference in context cleanup
Lizhi Hou
-24
/
+26
2025-12-12
accel/amdxdna: Fix race where send ring appears full due to delayed head update
Lizhi Hou
-11
/
+16
2025-12-10
accel/amdxdna: Fix cu_idx being cleared by memset() during command setup
Lizhi Hou
-4
/
+4
2025-12-09
accel/amdxdna: Fix race condition when checking rpm_on
Lizhi Hou
-47
/
+24
2025-12-08
accel/amdxdna: Fix tail-pointer polling in mailbox_get_msg()
Lizhi Hou
-18
/
+1
2025-12-02
accel/amdxdna: Poll MPNPU_PWAITMODE after requesting firmware suspend
Lizhi Hou
-1
/
+35
2025-11-13
accel/amdxdna: Fix deadlock between context destroy and job timeout
Lizhi Hou
-2
/
+4
2025-11-13
accel/amdxdna: Clear mailbox interrupt register during channel creation
Lizhi Hou
-0
/
+1
2025-11-07
accel/amdxdna: Treat power-off failure as unrecoverable error
Lizhi Hou
-0
/
+10
2025-11-06
accel/amdxdna: Fix dma_fence leak when job is canceled
Lizhi Hou
-1
/
+1
2025-11-05
accel/amdxdna: Support preemption requests
Lizhi Hou
-1
/
+192
2025-11-04
accel/amdxdna: Add IOCTL parameter for telemetry data
Lizhi Hou
-10
/
+156
2025-11-04
accel/amdxdna: Add IOCTL parameter for resource data
Lizhi Hou
-7
/
+31
[next]