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
/
qaic
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-117
/
+202
2023-09-22
accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTL
Pranjal Ramajor Asha Kanojiya
3
-11
/
+113
2023-09-22
accel/qaic: Create a function to initialize BO
Pranjal Ramajor Asha Kanojiya
1
-6
/
+14
2023-09-22
accel/qaic: Clean up BO during flushing of transfer list
Pranjal Ramajor Asha Kanojiya
1
-8
/
+6
2023-09-22
accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()
Pranjal Ramajor Asha Kanojiya
1
-4
/
+5
2023-09-22
accel/qaic: Declare BO 'sliced' after all the operations are complete
Pranjal Ramajor Asha Kanojiya
1
-3
/
+2
2023-09-22
accel/qaic: Update BO metadata in a central location
Pranjal Ramajor Asha Kanojiya
1
-10
/
+8
2023-09-22
accel/qaic: Remove ->size field from struct qaic_bo
Pranjal Ramajor Asha Kanojiya
2
-9
/
+3
2023-09-15
accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()
Pranjal Ramajor Asha Kanojiya
2
-62
/
+47
2023-09-15
accel/qaic: Register for PCI driver at the beginning of module init
Pranjal Ramajor Asha Kanojiya
1
-8
/
+8
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
2
-22
/
+44
2023-08-15
accel/qaic: Clean up integer overflow checking in map_user_pages()
Dan Carpenter
1
-8
/
+18
2023-08-15
accel/qaic: Fix slicing memory leak
Pranjal Ramajor Asha Kanojiya
1
-0
/
+1
2023-08-02
accel/qaic: remove redundant pointer pexec
Colin Ian King
1
-3
/
+1
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+0
2023-07-14
accel/qaic: Fix a leak in map_user_pages()
Dan Carpenter
1
-2
/
+5
2023-07-14
accel/qaic: Add consistent integer overflow checks
Dan Carpenter
1
-7
/
+4
2023-07-14
accel/qaic: tighten bounds checking in decode_message()
Dan Carpenter
1
-2
/
+10
2023-07-14
accel/qaic: tighten bounds checking in encode_message()
Dan Carpenter
1
-3
/
+6
2023-06-26
drm: Clear fd/handle callbacks in struct drm_driver
Thomas Zimmermann
1
-1
/
+0
2023-06-20
accel/qaic: Call DRM helper function to destroy prime GEM
Pranjal Ramajor Asha Kanojiya
1
-2
/
+2
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-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-13
Revert "accel/qaic: Add mhi_qaic_cntl"
Jeffrey Hugo
4
-592
/
+0
2023-04-06
accel/qaic: Add qaic driver to the build system
Jeffrey Hugo
2
-0
/
+36
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