summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: remove low credit limit of DMA #0Oded Gabbay2019-03-241-5/+4
* habanalabs: cast to expected typeOded Gabbay2019-03-031-1/+1
* habanalabs: prevent host crash during suspend/resumeOded Gabbay2019-03-032-66/+43
* habanalabs: perform accounting for active CSOded Gabbay2019-03-034-7/+18
* habanalabs: fix mapping with page size bigger than 4KBOmer Shpigelman2019-03-141-2/+4
* habanalabs: complete user context cleanup before hard resetOmer Shpigelman2019-03-131-1/+23
* habanalabs: fix bug when mapping very large memory areaOmer Shpigelman2019-03-071-4/+5
* habanalabs: fix MMU number of pages calculationOmer Shpigelman2019-03-053-21/+23
* habanalabs: adjust Kconfig to fix build errorsOded Gabbay2019-03-021-1/+2
* habanalabs: use %px instead of %p in error printOded Gabbay2019-03-021-1/+1
* habanalabs: use do_div for 64-bit divisionsOded Gabbay2019-03-011-6/+6
* habanalabs: fix little-endian<->cpu conversion warningsOded Gabbay2019-02-286-53/+70
* habanalabs: use NULL to initialize array of pointersOded Gabbay2019-02-281-1/+1
* habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar2019-02-281-98/+125
* habanalabs: soft-reset device if context-switch failsOded Gabbay2019-02-282-8/+10
* habanalabs: print pointer using %pOded Gabbay2019-02-281-3/+2
* habanalabs: fix memory leak with CBs with unaligned sizeOded Gabbay2019-02-281-3/+6
* habanalabs: return correct error code on MMU mapping failureOmer Shpigelman2019-02-281-2/+2
* habanalabs: extend QMAN0 job timeoutOmer Shpigelman2019-02-281-3/+9
* habanalabs: set DMA0 completion to SOB 1007Oded Gabbay2019-02-282-7/+8
* habanalabs: fix validation of WREG32 to DMA completionOded Gabbay2019-02-281-1/+1
* habanalabs: fix mmu cache registers initOded Gabbay2019-02-281-2/+3
* habanalabs: disable CPU access on timeoutsOded Gabbay2019-02-286-7/+18
* habanalabs: add MMU DRAM default page mappingOmer Shpigelman2019-02-286-168/+361
* habanalabs: Dissociate RAZWI info from event typesTomer Tayar2019-02-281-100/+127
* misc/habanalabs: adjust Kconfig to fix build errorsRandy Dunlap2019-02-271-0/+1
* habanalabs: make functions static or declare themOded Gabbay2019-02-276-45/+54
* habanalabs: allow memory allocations larger than 4GBOded Gabbay2019-02-272-7/+5
* habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2019-02-262-3/+5
* habanalabs: return error when failing to read/write i2cOded Gabbay2019-02-261-2/+2
* habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay2019-02-231-0/+1
* habanalabs: don't print result when rc indicates errorOded Gabbay2019-02-231-4/+10
* habanalabs: use GFP_ATOMIC under spin lockWei Yongjun2019-02-221-1/+1
* habanalabs: add debugfs supportOded Gabbay2019-02-1810-2/+1420
* habanalabs: implement INFO IOCTLOded Gabbay2019-02-183-0/+134
* habanalabs: add virtual memory and MMU modulesOmer Shpigelman2019-02-1811-7/+2892
* habanalabs: add command submission moduleOded Gabbay2019-02-1810-6/+2686
* habanalabs: add device reset supportOded Gabbay2019-02-1810-25/+737
* habanalabs: add sysfs and hwmon supportOded Gabbay2019-02-1810-2/+1699
* habanalabs: add event queue and interruptsOded Gabbay2019-02-186-13/+694
* habanalabs: add h/w queues moduleOded Gabbay2019-02-1812-8/+2778
* habanalabs: add basic Goya h/w initializationOded Gabbay2019-02-1810-8/+3991
* habanalabs: add command buffer moduleOded Gabbay2019-02-187-2/+692
* habanalabs: add context and ASID modulesOded Gabbay2019-02-186-3/+374
* habanalabs: add basic Goya supportOded Gabbay2019-02-188-0/+1046
* habanalabs: add Goya registers header filesOded Gabbay2019-02-1894-0/+30555
* habanalabs: add skeleton driverOded Gabbay2019-02-185-0/+858