summaryrefslogtreecommitdiffstats
path: root/drivers/accel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | accel/habanalabs: remove support for mmu disableOfir Bitton2023-06-0811-232/+26
| | * | | accel/habanalabs: upon DMA errors, use FW-extracted error causeKoby Elbaz2023-06-081-29/+8
| | * | | accel/habanalabs: print max timeout value on CS stuckOded Gabbay2023-06-081-11/+15
| | * | | accel/habanalabs: align to latest firmware specsOded Gabbay2023-06-082-43/+16
| | * | | accel/habanalabs: fix mem leak in capture user mappingsMoti Haimovski2023-06-081-0/+2
| | * | | accel/habanalabs: set unused bit as reservedOded Gabbay2023-06-081-1/+1
| | * | | accel/habanalabs: rename security functions related argumentsKoby Elbaz2023-06-081-28/+29
| | * | | accel/habanalabs: fix gaudi2_get_tpc_idle_status() returnDan Carpenter2023-06-081-1/+1
| | * | | accel/habanalabs: Fix some kernel-doc commentsYang Li2023-06-081-2/+2
| | * | | accel/habanalabs: always fetch pci addr_dec error infoOfir Bitton2023-06-081-8/+6
| | * | | accel/habanalabs: fix a static warning - 'dubious: x & !y'Koby Elbaz2023-06-081-3/+3
| | * | | accel/habanalabs: poll for device status update following WFE cmdKoby Elbaz2023-06-081-5/+23
| | * | | accel/habanalabs: expose debugfs files laterTomer Tayar2023-06-083-44/+61
| | * | | accel/habanalabs: add pci health check during heartbeatOfir Bitton2023-06-083-3/+16
| | * | | accel/habanalabs: add missing tpc interrupt infoDafna Hirschfeld2023-06-081-1/+2
| | * | | accel/habanalabs: refactor abort of completions and waitsKoby Elbaz2023-06-083-8/+14
| | * | | accel/habanalabs: minimize encapsulation signal mutex lock timeKoby Elbaz2023-06-081-2/+8
| | * | | accel/habanalabs: call to HW/FW err returns 0 when no events existMoti Haimovski2023-06-051-10/+10
| | * | | accel/habanalabs: unsecure TPC bias registersOfir Bitton2023-06-051-0/+1
| | * | | accel/habanalabs: do soft-reset using cpucp packetDafna Hirschfeld2023-06-054-10/+35
| | * | | accel/habanalabs: check fw version using sw versionDafna Hirschfeld2023-06-052-3/+9
| | * | | accel/habanalabs: extract and save the FW's SW major/minor/sub-minorDafna Hirschfeld2023-06-052-6/+78
| | * | | accel/habanalabs: rename fw_{major/minor}_version to fw_inner_{major/minor}_verDafna Hirschfeld2023-06-052-9/+9
| | * | | accel/habanalabs: add helper to extract the FW major/minorDafna Hirschfeld2023-06-051-24/+45
| | * | | accel/habanalabs: fix bug in free scratchpad memoryMoti Haimovski2023-06-051-2/+2
| | * | | accel/habanalabs: remove commented code that won't be usedKoby Elbaz2023-06-051-9/+0
| | * | | accel/habanalabs: allow user to modify EDMA RL registerRakesh Ughreja2023-06-051-0/+1
| | * | | accel/habanalabs: ignore false positive razwiTal Cohen2023-06-051-16/+27
| | * | | accel/habanalabs: remove variable gaudi_irq_nameTom Rix2023-06-051-7/+0
| | | |/ | | |/|
* | | | accel/ivpu: Clear specific interrupt status bits on C0Karol Wachowski2023-07-052-6/+13
* | | | accel/ivpu: Fix VPU register access in irq disableKarol Wachowski2023-07-051-1/+1
|/ / /
* | / accel/qaic: Call DRM helper function to destroy prime GEMPranjal Ramajor Asha Kanojiya2023-06-201-2/+2
| |/ |/|
* | accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()Jeffrey Hugo2023-06-091-0/+3
* | accel/qaic: Free user handle on interrupted mutexCarl Vanderlip2023-06-091-0/+1
* | accel/ivpu: Fix sporadic VPU boot failureAndrzej Kacprowski2023-06-082-1/+13
* | accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2023-06-082-19/+7
* | accel/ivpu: Do not trigger extra VPU reset if the VPU is idleAndrzej Kacprowski2023-06-081-4/+5
* | accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEPStanislaw Gruszka2023-06-061-7/+14
* | accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORRandy Dunlap2023-06-061-0/+1
* | accel/qaic: Fix NNC message corruptionJeffrey Hugo2023-05-231-8/+21
* | accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BOPranjal Ramajor Asha Kanojiya2023-05-231-8/+12
* | accel/qaic: Flush the transfer list againPranjal Ramajor Asha Kanojiya2023-05-231-0/+5
* | accel/qaic: Validate if BO is sliced before slicingPranjal Ramajor Asha Kanojiya2023-05-231-0/+5
* | accel/qaic: Validate user data before grabbing any lockPranjal Ramajor Asha Kanojiya2023-05-232-46/+27
* | accel/qaic: initialize ret variable to 0Tom Rix2023-05-231-1/+1
* | accel/qaic: silence some uninitialized variable warningsDan Carpenter2023-05-161-1/+1
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-038-91/+82
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
* | | Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-274-592/+0
|\ \ \