summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie
2024-10-25accel/qaic: Add crashdump to SaharaJeffrey Hugo
2024-10-18accel/qaic: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-10-12accel/qaic: Fix the for loop used to walk SG tablePranjal Ramajor Asha Kanojiya
2024-10-12accel/qaic: Add AIC080 supportJeffrey Hugo
2024-10-12accel/qaic: Add ipc_router channelJeffrey Hugo
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-09-13accel/qaic: Change to use DEFINE_SHOW_ATTRIBUTE macroLonglong Xia
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig
2024-04-12accel/qaic: mark debugfs stub functions as static inlineArnd Bergmann
2024-04-12accel/qaic: Add Sahara implementation for firmware loadingJeffrey Hugo
2024-04-05accel/qaic: Add fifo queued debugfsJeffrey Hugo
2024-04-05accel/qaic: Add fifo size debugfsJeffrey Hugo
2024-04-05accel/qaic: Add bootlog debugfsJeffrey Hugo
2024-02-23accel/qaic: Constify aic100_channelsJeff Johnson
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-20accel/qaic: Order pci_remove() operations in reverse of probe()Jeffrey Hugo
2023-12-20accel/qaic: Leverage DRM managed APIs to release resourcesPranjal Ramajor Asha Kanojiya
2023-12-15accel/qaic: Call drm_gem_create_mmap_offset() once for each BOPranjal Ramajor Asha Kanojiya
2023-12-15accel/qaic: Drop the reference to BO in error path of create BO IOCTLPranjal Ramajor Asha Kanojiya
2023-12-15accel/qaic: Fix MHI channel struct field orderJeffrey Hugo
2023-12-15accel/qaic: Remove bo->queued fieldPranjal Ramajor Asha Kanojiya
2023-12-15accel/qaic: Deprecate ->size field from attach slice IOCTL structurePranjal Ramajor Asha Kanojiya
2023-12-15accel/qaic: Implement quirk for SOC_HW_VERSIONJeffrey Hugo
2023-12-15accel/qaic: Fix GEM import path codePranjal Ramajor Asha Kanojiya
2023-12-01accel/qaic: Expand DRM device lifecycleCarl Vanderlip
2023-12-01accel/qaic: Increase number of in_reset statesCarl Vanderlip
2023-11-17accel/qaic: Update MAX_ORDER use to be inclusiveJeffrey Hugo
2023-11-03accel/qaic: Support for 0 resize slice execution in BOPranjal Ramajor Asha Kanojiya
2023-11-03accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip
2023-10-27accel/qaic: Support MHI QAIC_TIMESYNC channelPranjal Ramajor Asha Kanojiya
2023-10-27accel/qaic: Add support for periodic timesyncAjit Pal Singh
2023-10-27accel/qaic: Enable 1 MSI fallback modeCarl Vanderlip
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-09-22accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTLPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Create a function to initialize BOPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Clean up BO during flushing of transfer listPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()Pranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Declare BO 'sliced' after all the operations are completePranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Update BO metadata in a central locationPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Remove ->size field from struct qaic_boPranjal Ramajor Asha Kanojiya
2023-09-15accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()Pranjal Ramajor Asha Kanojiya
2023-09-15accel/qaic: Register for PCI driver at the beginning of module initPranjal Ramajor Asha Kanojiya
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-15accel/qaic: Clean up integer overflow checking in map_user_pages()Dan Carpenter
2023-08-15accel/qaic: Fix slicing memory leakPranjal Ramajor Asha Kanojiya