summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs
AgeCommit message (Expand)AuthorFilesLines
2020-09-22habanalabs: restructure hl_mmapOded Gabbay3-4/+20
2020-09-22habanalabs: cast to u64 before shift > 31 bitsOded Gabbay2-6/+10
2020-09-22habanalabs: replace armcp with the generic cpucpOded Gabbay13-313/+331
2020-09-22habanalabs: update GAUDI hardware specsOded Gabbay1-0/+2
2020-09-22habanalabs: add support for getting device total energyfarah kassabri4-0/+51
2020-09-22habanalabs: Include linux/bitfield.h only in habanalabs.hTomer Tayar5-4/+1
2020-09-22habanalabs: extend busy engines mask to 64 bitsfarah kassabri4-4/+4
2020-09-22habanalabs: use 1U when shifting bitsOded Gabbay1-6166/+6166
2020-09-22habanalabs: check TPC vector pipe is emptyOded Gabbay1-0/+9
2020-09-22habanalabs: remove redundant assignment to variableOded Gabbay1-2/+0
2020-09-22habanalabs: use FIELD_PREP() instead of <<Oded Gabbay3-179/+154
2020-09-22habanalabs: use standard BIT() and GENMASK()Oded Gabbay1-22/+22
2020-09-22habanalabs: eliminate redundant else conditionOded Gabbay1-2/+2
2020-09-22habanalabs: cast int to u32 before printing it with %uOded Gabbay1-1/+1
2020-09-22habanalabs: change CB's ID to be 64 bitsOded Gabbay3-4/+4
2020-09-22habanalabs: print the queue id in case of an errorDotan Barak2-6/+12
2020-09-22habanalabs: remove security from ARB_MST_QUIET registerfarah kassabri1-36/+19
2020-09-22habanalabs: PCIe Advanced Error Reporting supportOfir Bitton1-1/+75
2020-09-22habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton3-1/+42
2020-09-22habanalabs: add information about PCIe controllerOfir Bitton6-0/+111
2020-09-22habanalabs: Replace dma-fence mechanism with completionsOfir Bitton4-63/+77
2020-09-22habanalabs: increase length of ASIC nameOded Gabbay1-1/+1
2020-08-31habanalabs: fix report of RAZWI initiator coordinatesOfir Bitton1-16/+16
2020-08-31habanalabs: prevent user buff overflowMoti Haimovski1-1/+1
2020-08-22habanalabs: correctly report inbound pci region cfg errorOfir Bitton1-1/+1
2020-08-22habanalabs: check correct vmalloc return codeOfir Bitton2-3/+8
2020-08-22habanalabs: validate FW file sizeOfir Bitton1-0/+9
2020-08-22habanalabs: fix incorrect check on failed workqueue createColin Ian King1-1/+1
2020-08-22habanalabs: set max power according to card typeOded Gabbay5-7/+26
2020-08-22habanalabs: proper handling of alloc size in coresightOfir Bitton3-3/+15
2020-08-22habanalabs: set clock gating according to maskOfir Bitton1-23/+21
2020-08-22habanalabs: verify user input in cs_ioctl_signal_waitOfir Bitton1-0/+8
2020-08-22habanalabs: Fix a loop in gaudi_extract_ecc_info()Dan Carpenter1-1/+1
2020-08-22habanalabs: Fix memory corruption in debugfsDan Carpenter1-4/+4
2020-08-22habanalabs: validate packet id during CB parseOfir Bitton2-0/+66
2020-08-22habanalabs: Validate user address before mappingOfir Bitton1-2/+14
2020-08-22habanalabs: unmap PCI bars upon iATU failureOfir Bitton1-2/+4
2020-07-29habanalabs: remove unused but set variable 'ctx_asid'Wei Yongjun1-2/+1
2020-07-29habanalabs: goya_ctx_init() can be statickernel test robot2-2/+2
2020-07-29habanalabs: fix up absolute include instructionsGreg Kroah-Hartman18-43/+37
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman9-92/+138
2020-07-24habanalabs: Fix memory leak in error flow of context initializationTomer Tayar1-8/+10
2020-07-24habanalabs: use no flags on MMU cache invalidationTomer Tayar1-2/+1
2020-07-24habanalabs: enable device before hw_init()Oded Gabbay2-4/+15
2020-07-24habanalabs: create internal CB poolOfir Bitton6-53/+106
2020-07-24habanalabs: update hl_boot_if.h from firmwareOded Gabbay1-0/+14
2020-07-24habanalabs: create common folderOded Gabbay25-12/+20
2020-07-24habanalabs: check for DMA errors when clearing memoryMoti Haimovski1-2/+23
2020-07-24habanalabs: verify queue can contain all cs jobsOfir Bitton2-0/+11
2020-07-24habanalabs: Assign each CQ with its own work queueOfir Bitton4-12/+40