aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/goya (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02habanalabs: Update CPU DMA memory label nameTomer Tayar1-2/+2
2019-05-02habanalabs: Update CPU DMA pool label nameTomer Tayar1-2/+2
2019-05-01habanalabs: remove condition that is always trueDalit Ben Zoor1-25/+23
2019-05-01habanalabs: remove redundant member from parser structDalit Ben Zoor1-1/+1
2019-05-01habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar1-33/+57
2019-05-01habanalabs: rename functions to improve code readabilityOded Gabbay1-13/+15
2019-04-30habanalabs: remove call to cs_parser()Dalit Ben Zoor1-24/+3
2019-04-28habanalabs: return old dram bar address upon changeOded Gabbay1-32/+28
2019-04-22habanalabs: use ASIC functions interface for rreg/wregOded Gabbay2-38/+45
2019-04-21uapi/habanalabs: add missing fields in bmon paramsOded Gabbay1-4/+12
2019-04-21habanalabs: re-factor goya_parse_cb_no_ext_queue()Oded Gabbay1-22/+21
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman1-5/+4
2019-04-06habanalabs: prevent device PTE read/write during hard-resetOded Gabbay1-0/+6
2019-04-02habanalabs: refactoring in goya.cOded Gabbay2-77/+88
2019-04-01habanalabs: add goya implementation for debug configurationOmer Shpigelman3-5/+615
2019-04-01habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman4-1/+17
2019-03-24habanalabs: remove low credit limit of DMA #0Oded Gabbay1-5/+4
2019-03-21habanalabs: allow user to modify TPC clock relaxation valueDalit Ben Zoor1-2/+12
2019-03-20habanalabs: set new golden value to tpc clock relaxationDalit Ben Zoor1-0/+2
2019-03-07habanalabs: keep track of the device's dma maskOded Gabbay1-22/+10
2019-03-03habanalabs: cast to expected typeOded Gabbay1-1/+1
2019-03-03habanalabs: prevent host crash during suspend/resumeOded Gabbay1-62/+1
2019-03-02habanalabs: use %px instead of %p in error printOded Gabbay1-1/+1
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar1-98/+125
2019-02-28habanalabs: soft-reset device if context-switch failsOded Gabbay1-1/+1
2019-02-28habanalabs: print pointer using %pOded Gabbay1-3/+2
2019-02-28habanalabs: extend QMAN0 job timeoutOmer Shpigelman1-3/+9
2019-02-28habanalabs: set DMA0 completion to SOB 1007Oded Gabbay1-7/+7
2019-02-28habanalabs: fix validation of WREG32 to DMA completionOded Gabbay1-1/+1
2019-02-28habanalabs: fix mmu cache registers initOded Gabbay1-2/+3
2019-02-28habanalabs: disable CPU access on timeoutsOded Gabbay1-2/+7
2019-02-28habanalabs: add MMU DRAM default page mappingOmer Shpigelman2-127/+92
2019-02-28habanalabs: Dissociate RAZWI info from event typesTomer Tayar1-100/+127
2019-02-27habanalabs: make functions static or declare themOded Gabbay2-39/+50
2019-02-26habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2-3/+5
2019-03-07habanalabs: Add a printout with the name of a busy engineTomer Tayar1-11/+13
2019-03-06habanalabs: Remove unneeded function pointersTomer Tayar2-12/+4
2019-03-05habanalabs: Move PCI code into common fileTomer Tayar1-252/+20
2019-02-28habanalabs: remove unused definesOded Gabbay1-8/+6
2019-03-04habanalabs: use EQ MSI/X ID per chipOded Gabbay1-4/+4
2019-03-04habanalabs: Move device CPU code into common fileTomer Tayar2-315/+57
2019-02-27habanalabs: remove implicit include from header filesDotan Barak1-0/+1
2019-02-24habanalabs: rename goya_non_fatal_events array to all eventsOded Gabbay1-5/+3
2019-02-24habanalabs: add new device CPU boot statusIgor Grinberg1-0/+5
2019-02-23habanalabs: don't print result when rc indicates errorOded Gabbay1-4/+10
2019-02-18habanalabs: add debugfs supportOded Gabbay2-0/+113
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay1-0/+6
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman1-0/+395
2019-02-18habanalabs: add command submission moduleOded Gabbay1-0/+1126
2019-02-18habanalabs: add device reset supportOded Gabbay2-10/+234