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