index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
accel/ivpu: Fix race condition when unbinding BOs
Tomasz Rusinowicz
1
-1
/
+2
2025-12-18
accel/ivpu: Fix DCT active percent format
Karol Wachowski
3
-4
/
+9
2025-12-18
accel/ivpu: Make function parameter names consistent
Jacek Lawrynowicz
2
-2
/
+2
2025-12-18
accel/ivpu: Ensure rpm_runtime_put in case of engine reset/resume fail
Karol Wachowski
1
-2
/
+2
2025-12-18
accel/ivpu: Prevent runtime suspend during context abort work
Andrzej Kacprowski
1
-1
/
+9
2025-11-13
accel/habanalabs: support mapping cb with vmalloc-backed coherent memory
Moti Haimovski
2
-0
/
+26
2025-11-13
accel/habanalabs/gaudi2: read preboot status after recovering from dirty state
Konstantin Sinyuk
1
-1
/
+7
2025-11-13
accel/habanalabs: return ENOMEM if less than requested pages were pinned
Tomer Tayar
1
-1
/
+1
2025-11-13
accel/habanalabs/gaudi2: fix BMON disable configuration
Vered Yavniely
1
-1
/
+1
2025-10-23
accel/qaic: Synchronize access to DBC request queue head & tail pointer
Pranjal Ramajor Asha Kanojiya
3
-2
/
+15
2025-10-23
accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()
Youssef Samir
1
-1
/
+1
2025-10-23
accel/qaic: Fix bootlog initialization ordering
Jeffrey Hugo
1
-2
/
+3
2025-09-09
accel/ivpu: Prevent recovery work from being queued during device removal
Karol Wachowski
3
-4
/
+4
2025-08-28
accel/habanalabs/gaudi2: Use kvfree() for memory allocated with kvcalloc()
Thorsten Blum
1
-1
/
+1
2025-08-20
habanalabs: fix UAF in export_dmabuf()
Al Viro
1
-16
/
+7
2025-08-15
accel/ivpu: Fix reset_engine debugfs file logic
Andrzej Kacprowski
1
-34
/
+8
2025-07-06
accel/ivpu: Trigger device recovery on engine reset/resume failure
Karol Wachowski
2
-4
/
+11
2025-07-06
accel/ivpu: Add debugfs interface for setting HWS priority bands
Karol Wachowski
4
-18
/
+121
2025-07-06
accel/ivpu: Separate DB ID and CMDQ ID allocations from CMDQ allocation
Karol Wachowski
1
-24
/
+64
2025-07-06
accel/ivpu: Make command queue ID allocated on XArray
Karol Wachowski
4
-46
/
+60
2025-07-06
accel/ivpu: Remove copy engine support
Andrzej Kacprowski
3
-36
/
+20
2025-07-06
accel/ivpu: Do not fail on cmdq if failed to allocate preemption buffers
Karol Wachowski
1
-11
/
+16
2025-06-27
accel/ivpu: Fix warning in ivpu_gem_bo_free()
Jacek Lawrynowicz
1
-1
/
+2
2025-06-27
accel/ivpu: Use dma_resv_lock() instead of a custom mutex
Jacek Lawrynowicz
2
-30
/
+34
2025-06-27
accel/ivpu: Use firmware names from upstream repo
Jacek Lawrynowicz
1
-6
/
+6
2025-06-27
accel/ivpu: Improve buffer object logging
Jacek Lawrynowicz
2
-8
/
+18
2025-06-10
accel/ivpu: Update power island delays
Karol Wachowski
2
-17
/
+34
2025-06-10
accel/ivpu: Add initial Panther Lake support
Maciej Falkowski
3
-3
/
+11
2025-05-29
accel/qaic: Mask out SR-IOV PCI resources
Youssef Samir
1
-1
/
+1
2025-05-22
accel/ivpu: Fix fw log printing
Jacek Lawrynowicz
1
-17
/
+32
2025-05-22
accel/ivpu: Refactor functions in ivpu_fw_log.c
Jacek Lawrynowicz
3
-31
/
+35
2025-05-22
accel/ivpu: Reset fw log on cold boot
Tomasz Rusinowicz
3
-0
/
+16
2025-05-22
accel/ivpu: Rename ivpu_log_level to fw_log_level
Jacek Lawrynowicz
3
-11
/
+11
2025-05-18
accel/ivpu: Increase state dump msg timeout
Jacek Lawrynowicz
1
-1
/
+1
2025-05-09
accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW
Karol Wachowski
1
-0
/
+25
2025-05-09
accel/ivpu: Fix locking order in ivpu_job_submit
Karol Wachowski
1
-9
/
+6
2025-05-09
accel/ivpu: Abort all jobs after command queue unregister
Karol Wachowski
6
-48
/
+77
2025-05-09
accel/ivpu: Update VPU FW API headers
Andrzej Kacprowski
4
-59
/
+292
2025-05-09
accel/ivpu: Fix a typo
Andrew Kreimer
1
-1
/
+1
2025-05-09
accel/ivpu: Use xa_alloc_cyclic() instead of custom function
Karol Wachowski
3
-37
/
+12
2025-05-09
accel/ivpu: Make DB_ID and JOB_ID allocations incremental
Tomasz Rusinowicz
3
-10
/
+43
2025-05-09
accel/ivpu: Correct DCT interrupt handling
Karol Wachowski
2
-9
/
+11
2025-05-02
accel/ivpu: Fix the NPU's DPU frequency calculation
Andrzej Kacprowski
5
-86
/
+64
2025-05-02
accel/ivpu: Add auto selection logic for job scheduler
Jacek Lawrynowicz
8
-15
/
+52
2025-04-20
accel/ivpu: Fix deadlock in ivpu_ms_cleanup()
Jacek Lawrynowicz
1
-0
/
+6
2025-04-20
accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal()
Jacek Lawrynowicz
1
-1
/
+2
2025-04-20
accel/ivpu: Fix PM related deadlocks in MS IOCTLs
Jacek Lawrynowicz
2
-2
/
+20
2025-03-28
accel/qaic: Fix integer overflow in qaic_validate_req()
Dan Carpenter
1
-1
/
+3
2025-03-28
accel/qaic: Fix possible data corruption in BOs > 2G
Jeffrey Hugo
1
-1
/
+4
2025-02-27
accel/ivpu: Fix error handling in recovery/reset
Jacek Lawrynowicz
1
-36
/
+43
[next]