aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-14habanalabs: remove variable 'val' set but not usedChen Wandun1-8/+7
2019-12-14habanalabs: rate limit error msg on waiting for CSOded Gabbay2-3/+4
2019-11-21habanalabs: add more protection of device during resetOded Gabbay1-0/+16
2019-11-21habanalabs: flush EQ workers in hard resetOded Gabbay1-5/+11
2019-11-21habanalabs: make the reset code more consistentOded Gabbay1-1/+1
2019-11-21habanalabs: expose reset counters via existing INFO IOCTLMoti Haimovski1-0/+19
2019-11-21habanalabs: make code more conciseOded Gabbay1-13/+9
2019-11-21habanalabs: use defines for F/W filesOded Gabbay1-6/+5
2019-11-21habanalabs: remove prints on successful device initializationOded Gabbay2-7/+1
2019-11-21habanalabs: remove unnecessary checksOmer Shpigelman1-31/+9
2019-11-21habanalabs: invalidate MMU cache only onceOmer Shpigelman1-1/+11
2019-11-21habanalabs: skip VA block list update in reset flowOmer Shpigelman1-10/+20
2019-11-21habanalabs: optimize MMU unmapOmer Shpigelman1-6/+13
2019-11-21habanalabs: prevent read/write from/to the device during hard resetOmer Shpigelman1-2/+4
2019-11-21habanalabs: split MMU properties to PCI/DRAMOmer Shpigelman6-148/+268
2019-11-21habanalabs: re-factor MMU masks and documentationOmer Shpigelman3-25/+23
2019-11-21habanalabs: type specific MMU cache invalidationOmer Shpigelman3-9/+12
2019-11-21habanalabs: re-factor memory module codeOmer Shpigelman3-129/+158
2019-11-21habanalabs: export uapi defines to user-spaceOded Gabbay1-4/+0
2019-11-21habanalabs: don't print error when queues are fullOded Gabbay1-3/+4
2019-11-21habanalabs: increase max jobs number to 512Oded Gabbay1-1/+1
2019-11-21habanalabs: set ETR as non-securedOded Gabbay2-1/+5
2019-11-21habanalabs: use registers name defines for ETR blockOded Gabbay3-26/+140
2019-11-21habanalabs: read F/W versions before failureOded Gabbay1-4/+4
2019-11-21habanalabs: expose card name in INFO IOCTLOded Gabbay2-2/+10
2019-11-21habanalabs: remove set but not used variable 'qman_base_addr'YueHaibing1-4/+0
2019-11-21habanalabs: add opcode to INFO IOCTL to return clock rateOded Gabbay5-1/+60
2019-11-21habanalabs: set TPC Icache to 16 cache linesOded Gabbay2-3/+7
2019-11-21habanalabs: Add a new H/W queue typeTomer Tayar5-101/+308
2019-11-21habanalabs: Mark queue as expecting CB handle or addressTomer Tayar3-1/+9
2019-11-21habanalabs: Fix typosTomer Tayar2-3/+3
2019-11-21habanalabs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-11-21habanalabs: handle F/W failure for sensor initializationOded Gabbay2-0/+7
2019-09-05habanalabs: correctly cast variable to __le32Oded Gabbay1-2/+2
2019-09-05habanalabs: show correct id in error printOded Gabbay1-2/+2
2019-09-05habanalabs: stop using the acronym KMDOded Gabbay8-73/+77
2019-09-05habanalabs: display card name as sensors headerOded Gabbay4-2/+25
2019-09-05habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay4-7/+19
2019-09-05habanalabs: add uapi to retrieve device utilizationOded Gabbay6-8/+188
2019-09-05habanalabs: Make the Coresight timestamp perpetualTomer Tayar2-15/+25
2019-09-05habanalabs: print to kernel log when reset is finishedOded Gabbay1-0/+2
2019-09-05habanalabs: replace __le32_to_cpu with le32_to_cpuOded Gabbay4-7/+7
2019-09-05habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64Oded Gabbay5-27/+27
2019-09-05habanalabs: Handle HW_IP_INFO if device disabled or in resetTomer Tayar1-6/+13
2019-09-05habanalabs: Expose devices after initialization is doneTomer Tayar2-54/+111
2019-09-05habanalabs: improve security in Debug IOCTLOmer Shpigelman1-10/+62
2019-09-05habanalabs: use default structure for user input in Debug IOCTLOmer Shpigelman1-7/+10
2019-09-05habanalabs: Add descriptive name to PSOC app status registerTomer Tayar2-2/+4
2019-09-05habanalabs: Add descriptive names to PSOC scratch-pad registersTomer Tayar2-17/+48
2019-09-05habanalabs: create two char devices per ASICOded Gabbay4-52/+199