summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-54/+464
2025-03-14accel/qaic: Fix integer overflow in qaic_validate_req()Dan Carpenter1-1/+3
2025-03-14accel/qaic: Fix possible data corruption in BOs > 2GJeffrey Hugo1-1/+4
2025-01-31accel/qaic: Add AIC200 supportJeffrey Hugo5-18/+395
2025-01-31accel/qaic: Add config structs for supported cardsJeffrey Hugo3-30/+61
2025-01-31accel/qaic: Mask out SR-IOV PCI resourcesYoussef Samir1-1/+1
2025-01-31accel/qaic: Add support for MSI-XYoussef Samir1-2/+2
2025-01-31accel/qaic: Allocate an exact number of MSIsYoussef Samir1-2/+4
2025-01-17accel/qaic: Change aic100_image_table definitionYoussef Samir1-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-22accel/qaic: Drop redundant vfree() null check in saharaJeffrey Hugo1-2/+1
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie2-4/+4
2024-10-25accel/qaic: Add crashdump to SaharaJeffrey Hugo1-7/+381
2024-10-18accel/qaic: Pass string literal as format argument of alloc_workqueue()Simon Horman1-2/+2
2024-10-12accel/qaic: Fix the for loop used to walk SG tablePranjal Ramajor Asha Kanojiya2-4/+4
2024-10-12accel/qaic: Add AIC080 supportJeffrey Hugo1-1/+3
2024-10-12accel/qaic: Add ipc_router channelJeffrey Hugo1-0/+32
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+1
2024-09-13accel/qaic: Change to use DEFINE_SHOW_ATTRIBUTE macroLonglong Xia1-38/+5
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig1-3/+1
2024-04-12accel/qaic: mark debugfs stub functions as static inlineArnd Bergmann1-3/+3
2024-04-12accel/qaic: Add Sahara implementation for firmware loadingJeffrey Hugo4-1/+471
2024-04-05accel/qaic: Add fifo queued debugfsJeffrey Hugo3-0/+41
2024-04-05accel/qaic: Add fifo size debugfsJeffrey Hugo1-0/+35
2024-04-05accel/qaic: Add bootlog debugfsJeffrey Hugo5-1/+317
2024-02-23accel/qaic: Constify aic100_channelsJeff Johnson1-1/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard2-6/+17
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-130/+598
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-20accel/qaic: Order pci_remove() operations in reverse of probe()Jeffrey Hugo1-1/+1
2023-12-20accel/qaic: Leverage DRM managed APIs to release resourcesPranjal Ramajor Asha Kanojiya2-50/+89
2023-12-15accel/qaic: Call drm_gem_create_mmap_offset() once for each BOPranjal Ramajor Asha Kanojiya1-4/+6
2023-12-15accel/qaic: Drop the reference to BO in error path of create BO IOCTLPranjal Ramajor Asha Kanojiya1-4/+5
2023-12-15accel/qaic: Fix MHI channel struct field orderJeffrey Hugo1-2/+2
2023-12-15accel/qaic: Remove bo->queued fieldPranjal Ramajor Asha Kanojiya2-14/+11
2023-12-15accel/qaic: Deprecate ->size field from attach slice IOCTL structurePranjal Ramajor Asha Kanojiya1-13/+4
2023-12-15accel/qaic: Implement quirk for SOC_HW_VERSIONJeffrey Hugo1-1/+14
2023-12-15accel/qaic: Fix GEM import path codePranjal Ramajor Asha Kanojiya1-4/+2
2023-12-01accel/qaic: Expand DRM device lifecycleCarl Vanderlip3-29/+19
2023-12-01accel/qaic: Increase number of in_reset statesCarl Vanderlip4-18/+28
2023-11-17accel/qaic: Update MAX_ORDER use to be inclusiveJeffrey Hugo1-1/+1
2023-11-03accel/qaic: Support for 0 resize slice execution in BOPranjal Ramajor Asha Kanojiya1-61/+43
2023-11-03accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip1-1/+1
2023-10-27accel/qaic: Support MHI QAIC_TIMESYNC channelPranjal Ramajor Asha Kanojiya4-4/+165
2023-10-27accel/qaic: Add support for periodic timesyncAjit Pal Singh5-1/+296
2023-10-27accel/qaic: Enable 1 MSI fallback modeCarl Vanderlip5-20/+50