summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/common
AgeCommit message (Expand)AuthorFilesLines
2023-03-10habanalabs: fix bug in timestamps registration codefarah kassabri1-11/+22
2023-03-10habanalabs: extend fatal messages to contain PCI infoMoti Haimovski1-13/+25
2023-03-10habanalabs: bugs fixes in timestamps buff allocfarah kassabri1-2/+3
2022-12-31habanalabs: fix return value check in hl_fw_get_sec_attest_data()Yang Yingliang1-1/+1
2022-09-20habanalabs: eliminate aggregate use warningOded Gabbay5-10/+8
2022-09-20habanalabs: remove some f/w descriptor validationsfarah kassabri1-29/+14
2022-09-19habanalabs: failure to open device due to reset is debug levelOded Gabbay1-2/+2
2022-09-19habanalabs/gaudi2: add secured attestation info uapiDani Liberman3-0/+101
2022-09-19habanalabs: rename error info structureDani Liberman4-27/+27
2022-09-19habanalabs: MMU invalidation h/w is per deviceOded Gabbay4-26/+30
2022-09-19habanalabs: fix resetting the DRAM BAROhad Sharabi1-19/+22
2022-09-19habanalabs: add support for new cpucp return codesOfir Bitton2-3/+33
2022-09-19habanalabs/gaudi2: read F/W security indication after hard resetTomer Tayar2-7/+7
2022-09-19habanalabs: fix possible hole in device vafarah kassabri2-86/+20
2022-09-19habanalabs: send device activity in a proper contextOfir Bitton2-4/+4
2022-09-19habanalabs: send device active message to f/wfarah kassabri4-0/+22
2022-09-18habanalabs: ignore EEPROM errors during bootOfir Bitton1-0/+9
2022-09-18habanalabs: perform context switch flow only if neededOfir Bitton2-4/+8
2022-09-18habanalabs: set command buffer host VA dynamicallyDafna Hirschfeld3-12/+18
2022-09-18habanalabs: trace DMA allocationsOhad Sharabi2-27/+62
2022-09-18habanalabs: trace MMU map/unmap pageOhad Sharabi1-0/+7
2022-09-18habanalabs: define trace eventsOhad Sharabi1-0/+3
2022-09-18habanalabs: fix calculation of DRAM base address in PCIe BARTomer Tayar1-1/+5
2022-09-18habanalabs: if map page fails don't try to unmap itDafna Hirschfeld1-0/+2
2022-09-18habanalabs: add cdev index data memberOmer Shpigelman2-5/+9
2022-09-18habanalabs: fix bug when setting va block sizeDafna Hirschfeld1-2/+2
2022-09-18habanalabs: expose device security status using info ioctlOfir Bitton1-0/+1
2022-09-18habanalabs: expose device security status through sysfsOfir Bitton1-0/+10
2022-09-18habanalabs: remove secured PCI IDsOfir Bitton1-6/+0
2022-09-18habanalabs: fix H/W block handling for partial unmappingsTomer Tayar3-9/+21
2022-09-18habanalabs: unify hwmon resources clean upDani Liberman2-0/+22
2022-09-18habanalabs/gaudi2: new API to control engine cores running modeTal Cohen2-2/+49
2022-09-18habanalabs: remove left-over code from bring-upOded Gabbay1-20/+0
2022-09-18habanalabs/gaudi2: change device f/w security checkfarah kassabri1-0/+2
2022-09-18habanalabs: move common function out of debugfs.cOded Gabbay2-25/+24
2022-09-18habanalabs: add a missing lock for in_reset indicationTomer Tayar1-0/+2
2022-09-18habanalabs: fix vma fields assignments order in hl_hw_block_mmap()Tomer Tayar1-6/+5
2022-09-18habanalabs: avoid returning a valid handle if map_block() failsTomer Tayar1-4/+9
2022-09-18habanalabs: fix command submission sanity checkTal Cohen1-5/+9
2022-09-18habanalabs: add uapi to retrieve engines statusDani Liberman2-2/+41
2022-09-18habanalabs: remove all kdma locksOded Gabbay1-4/+0
2022-09-18habanalabs: wrap macro arg with parenthesesOhad Sharabi1-2/+2
2022-09-18habanalabs: fix spelling mistakesBharat Jauhari3-23/+22
2022-09-18habanalabs/gaudi: increase default cs timeout to 10 minutesOded Gabbay1-5/+18
2022-09-18habanalabs: add return code field to module iteratorOhad Sharabi1-2/+5
2022-09-18habanalabs: rename non_hard_reset to compute_resetOfir Bitton2-3/+3
2022-09-18habanalabs: removed seq_file parameter from is_idle asic functionsDani Liberman2-3/+61
2022-07-12habanalabs: rename soft reset to compute resetOded Gabbay6-27/+27
2022-07-12habanalabs: add status of reset after device releaseOded Gabbay2-7/+16
2022-07-12habanalabs: fix update of is_in_soft_resetOded Gabbay1-5/+15