aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/common
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-12habanalabs: expose only valid debugfs nodesOfir Bitton1-44/+50
2022-07-12habanalabs: add a value field to hl_fw_send_pci_access_msg()Tomer Tayar3-7/+6
2022-07-12habanalabs: fixes to the poll-timeout macrosOhad Sharabi1-29/+90
2022-07-12habanalabs: initialize variable explicitlyOded Gabbay1-1/+1
2022-07-12habanalabs: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-12habanalabs: make sure variable is set before usedOded Gabbay1-1/+1
2022-07-12habanalabs: don't declare tmp twice in same functionOded Gabbay1-2/+2
2022-07-12habanalabs: do not set max power on a secured deviceOfir Bitton1-2/+4
2022-07-12habanalabs: allow detection of unsupported f/w packetsOded Gabbay1-4/+8
2022-07-12habanalabs: save f/w preboot minor versionSagiv Ozeri2-9/+44
2022-07-12habanalabs: add support for common decoder interruptsOfir Bitton3-6/+11
2022-07-12habanalabs: naming refactor of user interrupt flowOfir Bitton3-13/+13
2022-07-12habanalabs: wait for preboot ready after hard resetOhad Sharabi2-27/+65
2022-07-12habanalabs: enable gaudi2 code in driverOded Gabbay3-7/+63
2022-07-12habanalabs: add gaudi2 MMU supportMoti Haimovski7-33/+1064
2022-07-12habanalabs: add gaudi2 wait-for-CS supportOded Gabbay7-89/+210
2022-07-12habanalabs: add generic security moduleOfir Bitton3-2/+671
2022-07-12habanalabs: remove obsolete device variables used for testingOded Gabbay4-43/+23
2022-07-12habanalabs: initialize new asic propertiesOded Gabbay1-7/+14
2022-07-12habanalabs: add gaudi2 asic-specific codeOded Gabbay13-78/+437
2022-07-12habanalabs: remove redundant argument in access_dev_mem APIsOfir Bitton3-9/+7
2022-07-12habanalabs: communicate supported page sizes to userOhad Sharabi3-5/+6
2022-07-12habanalabs: remove dead code from free_device_memory()Tomer Tayar1-28/+22
2022-07-12habanalabs: page size can only be a power of 2Ohad Sharabi2-5/+2
2022-07-12habanalabs: refactor dma asic-specific functionsOhad Sharabi6-67/+118
2022-07-12habanalabs: set default value for memory_scrubDafna Hirschfeld1-0/+3
2022-07-12habanalabs: move call to scrub_device_mem after ctx_finiDafna Hirschfeld2-5/+14
2022-07-12habanalabs: don't send addr and size to scrub_device_mem cbDafna Hirschfeld2-3/+3
2022-07-12habanalabs: don't do memory scrubbing when unmappingDafna Hirschfeld1-30/+6
2022-07-12habanalabs: print if firmware is secured during loadOfir Bitton1-1/+2
2022-07-12habanalabs/gaudi: fix a race condition causing DMAR errorYuri Nudelman2-0/+2
2022-07-12habanalabs: move memory_scrub_val to hdev structDafna Hirschfeld2-4/+4
2022-07-12habanalabs: fix comment styleOded Gabbay1-1/+1
2022-07-12habanalabs: use kvcalloc when possibleOded Gabbay1-3/+2
2022-07-12habanalabs: print pointer with correct modifierOded Gabbay1-2/+2
2022-07-12habanalabs: check fence pointer before useOded Gabbay1-1/+1
2022-07-12habanalabs: remove unused get_dma_desc_list_sizeOded Gabbay1-3/+0
2022-07-12habanalabs: fix NULL dereference on cs timeoutYuri Nudelman1-2/+2
2022-07-12habanalabs: add validity check for cq counter offsetfarah kassabri1-1/+8
2022-07-12habanalabs: avoid unnecessary error printDani Liberman1-1/+8
2022-07-12habanalabs: send an event notification when CS timeout occursTal Cohen1-9/+17
2022-07-12habanalabs: expose undefined opcode status via info ioctlTal Cohen1-0/+25
2022-07-12habanalabs/gaudi: collect undefined opcode error infoTal Cohen3-9/+45
2022-07-12habanalabs: fix race between hl_get_compute_ctx() and hl_ctx_put()Tomer Tayar4-25/+47
2022-07-12habanalabs: keep a record of completed CS outcomesYuri Nudelman3-12/+147
2022-07-12habanalabs: change the write flag name of error info structsTal Cohen3-10/+10
2022-07-12habanalabs: add terminating NULL to attrs arraysDafna Hirschfeld1-0/+2