summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-01habanalabs: correctly cast u64 to void*Oded Gabbay1-1/+1
2020-06-01habanalabs: initialize variable to default valueTomer Tayar1-1/+1
2020-05-25habanalabs: handle MMU cache invalidation timeoutOmer Shpigelman4-38/+75
2020-05-25habanalabs: don't allow hard reset with open processesOmer Shpigelman1-6/+11
2020-05-25habanalabs: GAUDI does not support soft-resetOded Gabbay5-17/+35
2020-05-25habanalabs: add print for soft reset due to eventOmer Shpigelman1-2/+10
2020-05-25habanalabs: improve MMU cache invalidation codeOmer Shpigelman1-2/+4
2020-05-25habanalabs: don't set default fence_ops->waitDaniel Vetter1-1/+0
2020-05-19habanalabs: update patched_cb_size for Wreg32Rachel Stahl1-0/+1
2020-05-19habanalabs: move event handling to common firmware fileOfir Bitton6-1362/+801
2020-05-19habanalabs: enable gaudi code in driverOded Gabbay3-5/+7
2020-05-19habanalabs: add gaudi profiler moduleOmer Shpigelman4-3/+890
2020-05-19habanalabs: add gaudi security moduleOmer Shpigelman4-1/+9094
2020-05-19habanalabs: add hwmgr module for gaudiOded Gabbay4-4/+130
2020-05-19habanalabs: add gaudi asic-dependent codeOded Gabbay7-1/+8335
2020-05-19habanalabs: add gaudi asic registers header filesOded Gabbay91-1/+71211
2020-05-19habanalabs: get card type, location from F/WOmer Shpigelman2-3/+21
2020-05-19habanalabs: support clock gating enable/disableOded Gabbay5-0/+84
2020-05-19habanalabs: set PM profile to auto only for goyaOded Gabbay1-1/+4
2020-05-19habanalabs: add dedicated define for hard resetOmer Shpigelman2-2/+5
2020-05-19habanalabs: check if CoreSight is supportedOmer Shpigelman2-0/+3
2020-05-19habanalabs: add signal/wait to CS IOCTL operationsOmer Shpigelman3-28/+323
2020-05-19habanalabs: handle the h/w sync objectOmer Shpigelman3-27/+188
2020-05-19habanalabs: define ASIC-dependent interface for signal/waitOmer Shpigelman2-0/+58
2020-05-19uapi: habanalabs: add signal/wait operationsOmer Shpigelman2-1/+14
2020-05-19habanalabs: add missing MODULE_DEVICE_TABLEOded Gabbay1-0/+1
2020-05-19habanalabs: print all CB handles as hex numbersDotan Barak1-2/+2
2020-05-19habanalabs: update F/W register mapOded Gabbay1-21/+23
2020-05-19habanalabs: enable trace data compression (profiler)Adam Aharon1-1/+1
2020-05-19habanalabs: load CPU device boot loader from hostOfir Bitton4-73/+77
2020-05-19habanalabs: leave space for 2xMSG_PROT in CBOded Gabbay1-7/+17
2020-05-19habanalabs: support hwmon_reset_history attributeChristine Gharzuzi3-3/+97
2020-05-19habanalabs: Align protection bits configuration of all TPCsTomer Tayar1-1/+98
2020-05-19habanalabs: Allow access to TPC LFSR registerTomer Tayar1-1/+0
2020-05-19habanalabs: Add INFO IOCTL opcode for time sync informationTomer Tayar6-1/+88