aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+2
2023-04-27Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-592/+0
2023-04-25Merge tag 'hwmon-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1
2023-04-25Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-3875/+10373
2023-04-13Revert "accel/qaic: Add mhi_qaic_cntl"Jeffrey Hugo4-592/+0
2023-04-08accel/habanalabs: add missing error flow in hl_sysfs_init()Tomer Tayar1-1/+5
2023-04-08accel/habanalabs: speedup h/w queues test in Gaudi2Moti Haimovski2-41/+128
2023-04-08accel/habanalabs: fix handling of arc farm sei eventDani Liberman2-11/+18
2023-04-08accel/habanalabs: remove Gaudi1 multi MSI codeOfir Bitton2-93/+5
2023-04-08accel/habanalabs: fixes for unexpected error interruptOfir Bitton2-5/+2
2023-04-08accel/habanalabs: don't wait for STS_OK after sending COMMS WFEKoby Elbaz1-1/+1
2023-04-08accel/habanalabs: sync f/w events interrupt in hard resetTal Cohen5-25/+37
2023-04-08accel/habanalabs: fix wrong reset and event flagsOfir Bitton1-4/+9
2023-04-08accel/habanalabs: fix events mask of decoder abnormal interruptsTomer Tayar1-7/+11
2023-04-08accel/habanalabs: remove completion from abnormal interrupt work nameTomer Tayar3-20/+14
2023-04-08accel/habanalabs: print raw binning masks in debug levelOfir Bitton1-0/+4
2023-04-08accel/habanalabs: fix HBM MMU interrupt handlingOfir Bitton1-37/+108
2023-04-08accel/habanalabs: improvements to FW ver extractionDafna Hirschfeld1-7/+4
2023-04-08accel/habanalabs: fix access error clear eventDani Liberman1-1/+1
2023-04-08accel/habanalabs: send disable pci when compute ctx is activeTal Cohen1-1/+3
2023-04-08accel/habanalabs: remove duplicated disable pci msgTal Cohen1-2/+0
2023-04-08accel/habanalabs: change COMMS warning messages to error levelKoby Elbaz1-2/+2
2023-04-08accel/habanalabs: check return value of add_va_block_lockedDafna Hirschfeld1-3/+8
2023-04-08accel/habanalabs: print event type when device is disabledTal Cohen1-3/+6
2023-04-08accel/habanalabs: unmap mapped memory when TLB inv failsKoby Elbaz2-5/+18
2023-04-08accel/habanalabs: Remove redundant pci_clear_masterCai Huoqing2-3/+0
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-06accel/qaic: Add qaic driver to the build systemJeffrey Hugo4-0/+38
2023-04-06accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya2-0/+581
2023-04-06accel/qaic: Add datapathJeffrey Hugo1-0/+1902
2023-04-06accel/qaic: Add control pathJeffrey Hugo1-0/+1526
2023-04-06accel/qaic: Add MHI controllerJeffrey Hugo2-0/+579
2023-04-06accel/qaic: Add uapi and core driver fileJeffrey Hugo2-0/+929
2023-04-05accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz1-15/+11
2023-04-05accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski1-11/+7
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman8-91/+82
2023-03-24accel/ivpu: Fix IPC buffer header status field valueAndrzej Kacprowski1-1/+1
2023-03-24accel/ivpu: Fix VPU clock calculationStanislaw Gruszka1-2/+14
2023-03-24accel/ivpu: Remove support for 1 tile SKUsStanislaw Gruszka1-41/+18
2023-03-24accel/ivpu: Disable buttress on device removalStanislaw Gruszka3-0/+6
2023-03-24accel/ivpu: Fix power down sequenceStanislaw Gruszka1-35/+2
2023-03-24accel/ivpu: Do not use SSID 1Stanislaw Gruszka2-3/+6
2023-03-24accel/ivpu: Cancel recovery workStanislaw Gruszka3-3/+17
2023-03-24accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka3-4/+16
2023-03-22Merge tag 'drm-habanalabs-next-2023-03-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into drm-nextDave Airlie28-3611/+4448
2023-03-20accel/habanalabs: remove redundant TODOsOfir Bitton1-5/+0
2023-03-20accel/habanalabs: change razwi handle after fw fixDani Liberman2-4/+6
2023-03-20accel/habanalabs: add handling for unexpected user eventOfir Bitton5-3/+46
2023-03-20accel/habanalabs: fix a missing-braces compilation warningTomer Tayar1-1/+1