summaryrefslogtreecommitdiffstats
path: root/drivers/accel/qaic
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+24
2025-12-31net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam-44/+0
2025-11-07accel/qaic: Add qaic_ prefix to irq_polling_workZack McKevitt-3/+3
2025-11-07accel/qaic: Collect crashdump from SSR channelPranjal Ramajor Asha Kanojiya-18/+578
2025-11-07accel/qaic: Implement basic SSR handlingJeffrey Hugo-7/+359
2025-11-07accel/qaic: Add DMA Bridge Channel(DBC) sysfs and ueventsPranjal Ramajor Asha Kanojiya-0/+145
2025-11-05accel/qaic: Add support for PM callbacksYoussef Samir-0/+103
2025-10-27accel/qaic: Rename constant for clarityTroy Hanson-7/+7
2025-10-27accel/qaic: Fix commentAswin Venkatesan-1/+1
2025-10-27accel/qaic: Update the sahara image table for AIC200Youssef Samir-1/+4
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-88/+182
2025-10-20accel/qaic: Fix mismatched types in min()Zack McKevitt-2/+2
2025-10-20accel/qaic: Use check_add_overflow in sahara for 64b typesZack McKevitt-6/+11
2025-10-14accel/qaic: Support the new READ_DATA implementationJeff Hugo-34/+104
2025-10-14accel/qaic: Ensure entry belongs to DBC in qaic_perf_stats_bo_ioctl()Youssef Samir-0/+10
2025-10-14accel/qaic: Use overflow check function instead of divisionCarl Vanderlip-4/+6
2025-10-14accel/qaic: Fix incorrect error return pathAswin Venkatesan-1/+1
2025-10-14accel/qaic: Remove redundant retry_count = 0 statementYoussef Samir-1/+0
2025-10-14accel/qaic: Synchronize access to DBC request queue head & tail pointerPranjal Ramajor Asha Kanojiya-2/+15
2025-10-14accel/qaic: Include signal.h in qaic_control.cZack McKevitt-0/+1
2025-10-14accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()Youssef Samir-1/+1
2025-10-14accel/qaic: Use kvcalloc() for slice requests allocationYoussef Samir-3/+3
2025-10-14accel/qaic: Fix bootlog initialization orderingJeffrey Hugo-2/+3
2025-10-13accel/qaic: Add support to export dmabuf fdPranjal Ramajor Asha Kanojiya-0/+28
2025-10-06accel/qaic: Replace snprintf() with sysfs_emit() in sysfs show functionsChelsy Ratnawat-3/+3
2025-10-06accel/qaic: Replace kcalloc + copy_from_user with memdup_array_userThorsten Blum-25/+9
2025-10-06accel/qaic: Replace kzalloc + copy_from_user with memdup_userThorsten Blum-9/+4
2025-06-11accel/qaic: Use dev_printk() in RASJeff Hugo-8/+8
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-06accel/qaic: delete qaic_bo.handleSimona Vetter-3/+0
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-05-30accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)Jeff Hugo-0/+667
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+0
2025-04-11accel/qaic: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-4/+4
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-3/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-54/+464
2025-03-14accel/qaic: Remove redundant 'flush_workqueue()' callsChen Ni-2/+0
2025-03-14accel/qaic: Fix integer overflow in qaic_validate_req()Dan Carpenter-1/+3
2025-03-14accel/qaic: Fix possible data corruption in BOs > 2GJeffrey Hugo-1/+4
2025-01-31accel/qaic: Add AIC200 supportJeffrey Hugo-18/+395
2025-01-31accel/qaic: Add config structs for supported cardsJeffrey Hugo-30/+61
2025-01-31accel/qaic: Mask out SR-IOV PCI resourcesYoussef Samir-1/+1
2025-01-31accel/qaic: Add support for MSI-XYoussef Samir-2/+2
2025-01-31accel/qaic: Allocate an exact number of MSIsYoussef Samir-2/+4
2025-01-17accel/qaic: Change aic100_image_table definitionYoussef Samir-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-1/+1