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.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
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-1
/
+1
2024-02-20
accel/ivpu: Don't enable any tiles by default on VPU40xx
Andrzej Kacprowski
1
-1
/
+1
2024-02-12
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
1
-1
/
+1
2024-02-12
accel/ivpu: Fix DevTLB errors on suspend/resume and recovery
Jacek Lawrynowicz
2
-29
/
+54
2024-02-06
accel/ivpu: Add job status for jobs aborted by the driver
Grzegorz Trzebiatowski
1
-2
/
+2
2024-02-06
accel/ivpu/40xx: Stop passing SKU boot parameters to FW
Krystian Pradzynski
1
-5
/
+0
2024-02-06
accel/ivpu/40xx: Enable D0i3 message
Krystian Pradzynski
1
-1
/
+0
2024-02-06
accel/ivpu: Disable d3hot_delay on all NPU generations
Jacek Lawrynowicz
1
-3
/
+2
2024-02-06
accel/ivpu: Correct MMU queue size checking functions
Wachowski, Karol
1
-11
/
+22
2024-02-06
accel/ivpu: Force snooping for MMU writes
Wachowski, Karol
3
-5
/
+2
2024-01-25
accel/ivpu: Improve recovery and reset support
Jacek Lawrynowicz
8
-48
/
+70
2024-01-25
accel/ivpu: Improve stability of ivpu_submit_ioctl()
Jacek Lawrynowicz
2
-78
/
+62
2024-01-25
accel/ivpu: Fix dev open/close races with unbind
Jacek Lawrynowicz
6
-65
/
+85
2024-01-22
accel/ivpu: Disable PLL after VPU IP reset during FLR
Jacek Lawrynowicz
1
-2
/
+19
2024-01-22
accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY param
Wachowski, Karol
3
-12
/
+3
2024-01-22
accel/ivpu: Improve buffer object debug logs
Jacek Lawrynowicz
2
-42
/
+22
2024-01-22
accel/ivpu: Disable buffer sharing among VPU contexts
Jacek Lawrynowicz
1
-38
/
+6
2024-01-22
accel/ivpu: Free buffer sgt on unbind
Jacek Lawrynowicz
1
-2
/
+12
2024-01-22
accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()
Jacek Lawrynowicz
1
-0
/
+5
2024-01-22
accel/ivpu: Add diagnostic messages when VPU fails to boot or suspend
Wachowski, Karol
2
-3
/
+6
2024-01-22
accel/ivpu: Add debug prints for MMU map/unmap operations
Wachowski, Karol
2
-0
/
+10
2024-01-22
accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync()
Wachowski, Karol
1
-0
/
+2
2024-01-22
accel/ivpu: Dump MMU events in case of VPU boot timeout
Wachowski, Karol
3
-0
/
+10
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
47
-1177
/
+2175
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-12-19
accel/habanalabs: fix information leak in sec_attest_info()
Xingyuan Mo
1
-1
/
+1
2023-12-19
accel/habanalabs/gaudi2: avoid overriding existing undefined opcode data
Tomer Tayar
1
-21
/
+19
2023-12-19
accel/habanalabs: add parent_device sysfs attribute
Tomer Tayar
2
-0
/
+12
2023-12-19
accel/habanalabs/gaudi2: add zero padding when printing QM CP instruction
Tomer Tayar
1
-1
/
+1
2023-12-19
accel/habanalabs: report 3 instances of Infineon second stage
Ariel Suller
1
-2
/
+18
2023-12-19
accel/habanalabs/gaudi2: add signed dev info uAPI
Moti Haimovski
3
-0
/
+63
2023-12-19
accel/habanalabs/gaudi2: use correct registers to dump QM CQ info
Tomer Tayar
2
-12
/
+12
2023-12-19
accel/habanalabs: expose module id through sysfs
Dani Liberman
1
-0
/
+10
2023-12-19
accel/habanalabs: print error code when mapping fails
Dani Liberman
1
-3
/
+4
2023-12-19
accel/habanalabs/gaudi2: get the correct QM CQ info upon an error
Tomer Tayar
2
-22
/
+23
2023-12-19
accel/habanalabs: set hard reset flag if graceful reset is skipped
Tomer Tayar
1
-1
/
+1
2023-12-19
accel/habanalabs: remove 'get temperature' debug print
Ofir Bitton
1
-4
/
+0
2023-12-19
accel/habanalabs/gaudi2: fix undef opcode reporting
Dafna Hirschfeld
1
-8
/
+6
2023-12-19
accel/habanalabs: fix EQ heartbeat mechanism
Farah Kassabri
1
-7
/
+7
2023-12-19
accel/habanalabs: add support for Gaudi2C device
Oded Gabbay
6
-0
/
+13
2023-12-19
accel/habanalabs: add log when eq event is not received
Farah Kassabri
1
-2
/
+4
2023-12-19
accel/habanalabs/gaudi2: assume hard-reset by FW upon PCIe AXI drain
Tomer Tayar
2
-0
/
+10
2023-12-19
accel/habanalabs: update device boot error check
Farah Kassabri
1
-83
/
+32
2023-12-19
accel/habanalabs: add pcie reset prepare/done hooks
farah kassabri
1
-0
/
+34
2023-12-15
accel/qaic: Implement quirk for SOC_HW_VERSION
Jeffrey Hugo
1
-1
/
+14
2023-12-15
accel/qaic: Fix GEM import path code
Pranjal Ramajor Asha Kanojiya
1
-4
/
+2
2023-12-11
accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization
Andrzej Kacprowski
1
-3
/
+9
[next]