index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()
Jeffrey Hugo
1
-0
/
+3
2023-06-09
accel/qaic: Free user handle on interrupted mutex
Carl Vanderlip
1
-0
/
+1
2023-06-08
accel/ivpu: Fix sporadic VPU boot failure
drm-misc-fixes-2023-06-08
Andrzej Kacprowski
2
-1
/
+13
2023-06-08
accel/ivpu: Do not use mutex_lock_interruptible
Stanislaw Gruszka
2
-19
/
+7
2023-06-08
accel/ivpu: Do not trigger extra VPU reset if the VPU is idle
Andrzej Kacprowski
1
-4
/
+5
2023-06-06
accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEP
Stanislaw Gruszka
1
-7
/
+14
2023-06-06
accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR
Randy Dunlap
1
-0
/
+1
2023-05-23
accel/qaic: Fix NNC message corruption
drm-misc-fixes-2023-05-24
Jeffrey Hugo
1
-8
/
+21
2023-05-23
accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BO
Pranjal Ramajor Asha Kanojiya
1
-8
/
+12
2023-05-23
accel/qaic: Flush the transfer list again
Pranjal Ramajor Asha Kanojiya
1
-0
/
+5
2023-05-23
accel/qaic: Validate if BO is sliced before slicing
Pranjal Ramajor Asha Kanojiya
1
-0
/
+5
2023-05-23
accel/qaic: Validate user data before grabbing any lock
Pranjal Ramajor Asha Kanojiya
2
-46
/
+27
2023-05-23
accel/qaic: initialize ret variable to 0
Tom Rix
1
-1
/
+1
2023-05-16
accel/qaic: silence some uninitialized variable warnings
Dan Carpenter
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2023-04-27
Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-592
/
+0
2023-04-25
Merge tag 'hwmon-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-1
/
+1
2023-04-25
Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
46
-3875
/
+10373
2023-04-13
Revert "accel/qaic: Add mhi_qaic_cntl"
Jeffrey Hugo
4
-592
/
+0
2023-04-08
accel/habanalabs: add missing error flow in hl_sysfs_init()
Tomer Tayar
1
-1
/
+5
2023-04-08
accel/habanalabs: speedup h/w queues test in Gaudi2
Moti Haimovski
2
-41
/
+128
2023-04-08
accel/habanalabs: fix handling of arc farm sei event
Dani Liberman
2
-11
/
+18
2023-04-08
accel/habanalabs: remove Gaudi1 multi MSI code
Ofir Bitton
2
-93
/
+5
2023-04-08
accel/habanalabs: fixes for unexpected error interrupt
Ofir Bitton
2
-5
/
+2
2023-04-08
accel/habanalabs: don't wait for STS_OK after sending COMMS WFE
Koby Elbaz
1
-1
/
+1
2023-04-08
accel/habanalabs: sync f/w events interrupt in hard reset
Tal Cohen
5
-25
/
+37
2023-04-08
accel/habanalabs: fix wrong reset and event flags
Ofir Bitton
1
-4
/
+9
2023-04-08
accel/habanalabs: fix events mask of decoder abnormal interrupts
Tomer Tayar
1
-7
/
+11
2023-04-08
accel/habanalabs: remove completion from abnormal interrupt work name
Tomer Tayar
3
-20
/
+14
2023-04-08
accel/habanalabs: print raw binning masks in debug level
Ofir Bitton
1
-0
/
+4
2023-04-08
accel/habanalabs: fix HBM MMU interrupt handling
Ofir Bitton
1
-37
/
+108
2023-04-08
accel/habanalabs: improvements to FW ver extraction
Dafna Hirschfeld
1
-7
/
+4
2023-04-08
accel/habanalabs: fix access error clear event
Dani Liberman
1
-1
/
+1
2023-04-08
accel/habanalabs: send disable pci when compute ctx is active
Tal Cohen
1
-1
/
+3
2023-04-08
accel/habanalabs: remove duplicated disable pci msg
Tal Cohen
1
-2
/
+0
2023-04-08
accel/habanalabs: change COMMS warning messages to error level
Koby Elbaz
1
-2
/
+2
2023-04-08
accel/habanalabs: check return value of add_va_block_locked
Dafna Hirschfeld
1
-3
/
+8
2023-04-08
accel/habanalabs: print event type when device is disabled
Tal Cohen
1
-3
/
+6
2023-04-08
accel/habanalabs: unmap mapped memory when TLB inv fails
Koby Elbaz
2
-5
/
+18
2023-04-08
accel/habanalabs: Remove redundant pci_clear_master
Cai Huoqing
2
-3
/
+0
2023-04-07
hwmon: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
1
-1
/
+1
2023-04-06
accel/qaic: Add qaic driver to the build system
Jeffrey Hugo
4
-0
/
+38
2023-04-06
accel/qaic: Add mhi_qaic_cntl
Pranjal Ramajor Asha Kanojiya
2
-0
/
+581
2023-04-06
accel/qaic: Add datapath
Jeffrey Hugo
1
-0
/
+1902
2023-04-06
accel/qaic: Add control path
Jeffrey Hugo
1
-0
/
+1526
2023-04-06
accel/qaic: Add MHI controller
Jeffrey Hugo
2
-0
/
+579
2023-04-06
accel/qaic: Add uapi and core driver file
Jeffrey Hugo
2
-0
/
+929
2023-04-05
accel/ivpu: Fix S3 system suspend when not idle
drm-misc-fixes-2023-04-05
Jacek Lawrynowicz
1
-15
/
+11
2023-04-05
accel/ivpu: Add dma fence to command buffers only
Karol Wachowski
1
-11
/
+7
2023-04-05
accel/ivpu: Remove D3hot delay for Meteorlake
Karol Wachowski
1
-0
/
+4
[next]