index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-10
accel/amdxdna: Fix runtime suspend deadlock when there is pending job
Lizhi Hou
2
-12
/
+12
2026-03-10
accel/ivpu: Remove boot params address setting via MMIO register
Andrzej Kacprowski
2
-7
/
+0
2026-03-06
accel: ethosu: Handle possible underflow in IFM size calculations
Rob Herring (Arm)
1
-2
/
+5
2026-03-06
accel: ethosu: Fix NPU_OP_ELEMENTWISE validation with scalar
Rob Herring (Arm)
1
-1
/
+4
2026-03-06
accel: ethosu: Fix job submit error clean-up refcount underflows
Rob Herring (Arm)
1
-8
/
+18
2026-03-05
accel/amdxdna: Split mailbox channel create function
Lizhi Hou
4
-90
/
+112
2026-03-04
accel/amdxdna: Fix major version check on NPU1 platform
Lizhi Hou
1
-1
/
+1
2026-03-02
accel/amdxdna: Fix NULL pointer dereference of mgmt_chann
Lizhi Hou
3
-10
/
+19
2026-02-28
accel/amdxdna: Fill invalid payload for failed command
Lizhi Hou
3
-15
/
+38
2026-02-26
accel/amdxdna: Use a different name for latest firmware
Lizhi Hou
6
-5
/
+26
2026-02-23
accel/amdxdna: Validate command buffer payload count
Lizhi Hou
1
-1
/
+4
2026-02-23
accel/amdxdna: Prevent ubuf size overflow
Lizhi Hou
1
-1
/
+5
2026-02-23
accel/amdxdna: Fix out-of-bounds memset in command slot handling
Lizhi Hou
1
-4
/
+4
2026-02-23
accel/amdxdna: Fix command hang on suspended hardware context
Lizhi Hou
1
-7
/
+11
2026-02-23
accel/amdxdna: Fix suspend failure after enabling turbo mode
Lizhi Hou
1
-4
/
+5
2026-02-23
accel/amdxdna: Fix dead lock for suspend and resume
Lizhi Hou
6
-19
/
+26
2026-02-23
accel/amdxdna: Reduce log noise during process termination
Mario Limonciello
2
-3
/
+7
2026-02-23
accel/amdxdna: Fix crash when destroying a suspended hardware context
Lizhi Hou
1
-0
/
+3
2026-02-23
accel/amdxdna: Switch to always use chained command
Lizhi Hou
1
-2
/
+2
2026-02-23
accel/amdxdna: Remove buffer size check when creating command BO
Lizhi Hou
1
-19
/
+19
2026-02-23
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
76
-623
/
+541
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
8
-22
/
+14
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
10
-26
/
+13
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
39
-98
/
+98
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
48
-176
/
+182
2026-02-19
accel: ethosu: Fix shift overflow in cmd_to_addr()
Dan Carpenter
1
-1
/
+1
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-44
/
+0
2026-02-05
accel/amdxdna: Move RPM resume into job run function
Lizhi Hou
1
-10
/
+9
2026-02-05
accel/amdxdna: Fix incorrect DPM level after suspend/resume
Lizhi Hou
2
-2
/
+3
2026-02-03
accel/amdxdna: Fix incorrect error code returned for failed chain command
Lizhi Hou
1
-1
/
+1
2026-02-03
accel/amdxdna: Remove hardware context status
Lizhi Hou
3
-28
/
+5
2026-01-30
accel/amdxdna: Fix memory leak in amdxdna_ubuf_map
Zishun Yi
1
-2
/
+8
2026-01-30
accel/amdxdna: Stop job scheduling across aie2_release_resource()
Lizhi Hou
1
-0
/
+6
2026-01-30
accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()
Lizhi Hou
2
-0
/
+4
2026-01-20
Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-44
/
+0
2026-01-16
Merge tag 'drm-misc-next-2026-01-15' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
20
-111
/
+163
2026-01-14
accel/amdxdna: Fix notifier_wq flushing warning
Lizhi Hou
1
-1
/
+1
2026-01-10
accel/rocket: factor out code with find_core_for_dev in rocket_remove
Quentin Schulz
1
-7
/
+8
2026-01-10
accel/rocket: fix unwinding in error path in rocket_probe
Quentin Schulz
1
-1
/
+14
2026-01-10
accel/rocket: fix unwinding in error path in rocket_core_init
Quentin Schulz
1
-2
/
+5
2026-01-08
accel/amdxdna: Update firmware version check for latest firmware
Lizhi Hou
6
-42
/
+20
2026-01-08
accel/amdxdna: Update message DMA buffer allocation
Lizhi Hou
3
-15
/
+33
2026-01-08
accel/ivpu: Implement warm boot flow for NPU6 and unify boot handling
Karol Wachowski
9
-43
/
+82
2025-12-31
net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
Manivannan Sadhasivam
1
-44
/
+0
2025-12-26
Merge tag 'drm-misc-next-2025-12-19' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
14
-184
/
+122
2025-12-26
Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
14
-70
/
+64
2025-12-18
accel/amdxdna: Enable hardware context priority
Lizhi Hou
2
-1
/
+27
2025-12-18
accel/amdxdna: Enable temporal sharing only mode
Lizhi Hou
6
-4
/
+21
2025-12-18
accel/amdxdna: Remove NPU2 support
Lizhi Hou
4
-120
/
+0
[next]