index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
qaic
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-07
accel/qaic: Add qaic_ prefix to irq_polling_work
Zack McKevitt
3
-3
/
+3
2025-11-07
accel/qaic: Collect crashdump from SSR channel
Pranjal Ramajor Asha Kanojiya
5
-18
/
+578
2025-11-07
accel/qaic: Implement basic SSR handling
Jeffrey Hugo
6
-7
/
+359
2025-11-07
accel/qaic: Add DMA Bridge Channel(DBC) sysfs and uevents
Pranjal Ramajor Asha Kanojiya
5
-0
/
+145
2025-11-05
accel/qaic: Add support for PM callbacks
Youssef Samir
4
-0
/
+103
2025-10-27
accel/qaic: Rename constant for clarity
Troy Hanson
1
-7
/
+7
2025-10-27
accel/qaic: Fix comment
Aswin Venkatesan
1
-1
/
+1
2025-10-27
accel/qaic: Update the sahara image table for AIC200
Youssef Samir
1
-1
/
+4
2025-10-24
Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
4
-88
/
+182
2025-10-20
accel/qaic: Fix mismatched types in min()
Zack McKevitt
1
-2
/
+2
2025-10-20
accel/qaic: Use check_add_overflow in sahara for 64b types
Zack McKevitt
1
-6
/
+11
2025-10-14
accel/qaic: Support the new READ_DATA implementation
Jeff Hugo
1
-34
/
+104
2025-10-14
accel/qaic: Ensure entry belongs to DBC in qaic_perf_stats_bo_ioctl()
Youssef Samir
1
-0
/
+10
2025-10-14
accel/qaic: Use overflow check function instead of division
Carl Vanderlip
2
-4
/
+6
2025-10-14
accel/qaic: Fix incorrect error return path
Aswin Venkatesan
1
-1
/
+1
2025-10-14
accel/qaic: Remove redundant retry_count = 0 statement
Youssef Samir
1
-1
/
+0
2025-10-14
accel/qaic: Synchronize access to DBC request queue head & tail pointer
Pranjal Ramajor Asha Kanojiya
3
-2
/
+15
2025-10-14
accel/qaic: Include signal.h in qaic_control.c
Zack McKevitt
1
-0
/
+1
2025-10-14
accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()
Youssef Samir
1
-1
/
+1
2025-10-14
accel/qaic: Use kvcalloc() for slice requests allocation
Youssef Samir
1
-3
/
+3
2025-10-14
accel/qaic: Fix bootlog initialization ordering
Jeffrey Hugo
1
-2
/
+3
2025-10-13
accel/qaic: Add support to export dmabuf fd
Pranjal Ramajor Asha Kanojiya
1
-0
/
+28
2025-10-06
accel/qaic: Replace snprintf() with sysfs_emit() in sysfs show functions
Chelsy Ratnawat
1
-3
/
+3
2025-10-06
accel/qaic: Replace kcalloc + copy_from_user with memdup_array_user
Thorsten Blum
1
-25
/
+9
2025-10-06
accel/qaic: Replace kzalloc + copy_from_user with memdup_user
Thorsten Blum
1
-9
/
+4
2025-06-11
accel/qaic: Use dev_printk() in RAS
Jeff Hugo
1
-8
/
+8
2025-06-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-2
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-06
accel/qaic: delete qaic_bo.handle
Simona Vetter
2
-3
/
+0
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2025-05-30
accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
Jeff Hugo
5
-0
/
+667
2025-04-23
PCI: Add CONFIG_MMU dependency
Arnd Bergmann
1
-1
/
+0
2025-04-11
accel/qaic: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-4
/
+4
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-3
/
+8
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
6
-54
/
+464
2025-03-14
accel/qaic: Remove redundant 'flush_workqueue()' calls
Chen Ni
1
-2
/
+0
2025-03-14
accel/qaic: Fix integer overflow in qaic_validate_req()
Dan Carpenter
1
-1
/
+3
2025-03-14
accel/qaic: Fix possible data corruption in BOs > 2G
Jeffrey Hugo
1
-1
/
+4
2025-01-31
accel/qaic: Add AIC200 support
Jeffrey Hugo
5
-18
/
+395
2025-01-31
accel/qaic: Add config structs for supported cards
Jeffrey Hugo
3
-30
/
+61
2025-01-31
accel/qaic: Mask out SR-IOV PCI resources
Youssef Samir
1
-1
/
+1
2025-01-31
accel/qaic: Add support for MSI-X
Youssef Samir
1
-2
/
+2
2025-01-31
accel/qaic: Allocate an exact number of MSIs
Youssef Samir
1
-2
/
+4
2025-01-17
accel/qaic: Change aic100_image_table definition
Youssef Samir
1
-2
/
+2
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-22
accel/qaic: Drop redundant vfree() null check in sahara
Jeffrey Hugo
1
-2
/
+1
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
2
-4
/
+4
[next]