summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs (follow)
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: remove unused but set variable 'ctx_asid'Wei Yongjun2020-07-291-2/+1
* habanalabs: goya_ctx_init() can be statickernel test robot2020-07-292-2/+2
* habanalabs: fix up absolute include instructionsGreg Kroah-Hartman2020-07-2918-43/+37
* Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-279-92/+138
|\
| * habanalabs: prevent possible out-of-bounds array accessOded Gabbay2020-07-191-3/+11
| * habanalabs: set 4s timeout for message to device CPUOded Gabbay2020-07-107-30/+38
| * habanalabs: set clock gating per engineOded Gabbay2020-07-106-61/+93
| * habanalabs: block WREG_BULK packet on PDMAOded Gabbay2020-07-101-1/+6
* | habanalabs: Fix memory leak in error flow of context initializationTomer Tayar2020-07-241-8/+10
* | habanalabs: use no flags on MMU cache invalidationTomer Tayar2020-07-241-2/+1
* | habanalabs: enable device before hw_init()Oded Gabbay2020-07-242-4/+15
* | habanalabs: create internal CB poolOfir Bitton2020-07-246-53/+106
* | habanalabs: update hl_boot_if.h from firmwareOded Gabbay2020-07-241-0/+14
* | habanalabs: create common folderOded Gabbay2020-07-2425-12/+20
* | habanalabs: check for DMA errors when clearing memoryMoti Haimovski2020-07-241-2/+23
* | habanalabs: verify queue can contain all cs jobsOfir Bitton2020-07-242-0/+11
* | habanalabs: Assign each CQ with its own work queueOfir Bitton2020-07-244-12/+40
* | habanalabs: halt device CPU only upon certain resetOded Gabbay2020-07-245-37/+61
* | habanalabs: remove unused hashOmer Shpigelman2020-07-242-3/+0
* | habanalabs: use queue pi/ci in order to determine queue occupancyOfir Bitton2020-07-244-69/+39
* | habanalabs: configure maximum queues per asicOfir Bitton2020-07-246-43/+83
* | habanalabs: remove soft-reset support from GAUDIOded Gabbay2020-07-241-63/+36
* | habanalabs: PCIe iATU refactoringOfir Bitton2020-07-244-104/+180
* | habanalabs: Extract ECC information from FWOded Gabbay2020-07-243-251/+146
* | habanalabs: Add dropped cs statistics info structOfir Bitton2020-07-244-2/+56
* | habanalabs: extract cpu boot status lookupChristine Gharzuzi2020-07-241-44/+48
* | habanalabs: rephrase error messagesOded Gabbay2020-07-244-13/+17
* | habanalabs: Increase queues depthOfir Bitton2020-07-244-36/+7
* | habanalabs: rephrase error messageOmer Shpigelman2020-07-241-1/+2
* | habanalabs: calculate trace frequency from PLLAdam Aharon2020-07-247-10/+194
* | habanalabs: align armcp_packet structure to 8 bytesOded Gabbay2020-07-241-0/+2
* | habanalabs: Use mask instead of shift in sync stream registersOfir Bitton2020-07-242-36/+38
* | habanalabs: sync stream generic functionalityOfir Bitton2020-07-246-66/+67
* | habanalabs: Use pending CS amount per ASICOfir Bitton2020-07-248-10/+37
* | habanalabs: remove rate limiters from GAUDIOded Gabbay2020-07-242-126/+1
* | misc: habanalabs: gaudi: gaudi_security: Repair incorrectly named function argLee Jones2020-07-011-2/+1
* | misc: habanalabs: gaudi: Remove ill placed asterisk from kerneldoc headerLee Jones2020-07-011-1/+1
* | misc: habanalabs: goya: goya_coresight: Remove set but unused variable 'val'Lee Jones2020-07-011-2/+1
* | misc: habanalabs: pci: Scrub documentation for non-present function argumentLee Jones2020-07-011-1/+0
* | misc: habanalabs: goya: Omit pointless check ensuring addr is >=0Lee Jones2020-07-011-10/+6
* | misc: habanalabs: irq: Repair kerneldoc formatting issuesLee Jones2020-07-011-11/+11
* | misc: habanalabs: pci: Fix a variety of kerneldoc issuesLee Jones2020-07-011-4/+8
* | misc: habanalabs: firmware_if: Add missing 'fw_name' and 'dst' entries to fun...Lee Jones2020-07-011-0/+3
* | misc: habanalabs: irq: Add missing struct identifier for 'struct hl_eqe_work'Lee Jones2020-06-291-1/+2
|/
* habanalabs: increase h/w timer when checking idleOmer Shpigelman2020-06-241-0/+2
* habanalabs: Correct handling when failing to enqueue CBOfir Bitton2020-06-241-0/+13
* habanalabs: increase GAUDI QMAN ARB WDT timeoutOded Gabbay2020-06-241-1/+1
* habanalabs: rename mmu_write() to mmu_asid_va_write()Oded Gabbay2020-06-241-2/+2
* habanalabs: use PI in MMU cache invalidationOmer Shpigelman2020-06-242-0/+11
* habanalabs: block scalar load_and_exe on external queueOded Gabbay2020-06-242-1/+27