aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/common
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: Fix an error handling path in 'hl_pci_probe()'Christophe JAILLET2021-07-141-0/+1
* habanalabs: Call put_pid() when releasing control deviceTomer Tayar2021-03-301-0/+2
* habanalabs: disable FW events on device removalOded Gabbay2021-02-071-0/+9
* habanalabs: fix backward compatibility of idle checkOded Gabbay2021-02-071-0/+2
* habanalabs: zero pci counters packet before submit to FWOfir Bitton2021-02-071-0/+5
* habanalabs: Fix memleak in hl_device_resetDinghao Liu2021-01-191-0/+2
* habanalabs: register to pci shutdown callbackOded Gabbay2021-01-191-0/+1
* habanalabs: adjust pci controller init to new firmwareOded Gabbay2021-01-191-11/+17
* habanalabs: put devices before driver removalOfir Bitton2020-11-301-8/+8
* habanalabs: free host huge va_range if not usedOfir Bitton2020-11-301-0/+1
* habanalabs: fix kernel pointer typeArnd Bergmann2020-11-044-30/+29
* habanalabs: add notice of device not idleOded Gabbay2020-09-251-0/+8
* habanalabs: add debug messages for opening/closing contextOded Gabbay2020-09-251-0/+5
* habanalabs: release kernel context after hw_finiOded Gabbay2020-09-251-7/+6
* habanalabs: correct an error messageOded Gabbay2020-09-251-2/+2
* habanalabs: add indication of security-enabled F/WOded Gabbay2020-09-223-9/+70
* habanalabs: Add an option to map CB to device MMUTomer Tayar2020-09-223-6/+222
* habanalabs: Save context in a command buffer objectTomer Tayar2020-09-223-14/+19
* habanalabs: allow to wait on CS without sleepOded Gabbay2020-09-221-2/+5
* habanalabs: add debugfs support for MMU with 6 HOPsMoti Haimovski2020-09-221-10/+60
* habanalabs: add num_hops to hl_mmu_propertiesMoti Haimovski2020-09-221-0/+6
* habanalabs: refactor MMU as device-orientedMoti Haimovski2020-09-225-222/+404
* habanalabs: rename mmu.c to mmu_v1.cMoti Haimovski2020-09-222-2/+2
* habanalabs: use smallest possible alignment for virtual addressesOmer Shpigelman2020-09-221-38/+48
* habanalabs: remove unused ASIC function pointerOded Gabbay2020-09-221-5/+0
* habanalabs: rename ArmCP to CPU-CPOded Gabbay2020-09-222-19/+20
* habanalabs: count dropped CS because max CS in-flightOded Gabbay2020-09-221-1/+4
* habanalabs: make use of dma_mmap_coherentHillf Danton2020-09-222-8/+3
* habanalabs: clear vm_pgoff before doing the mmapOded Gabbay2020-09-221-0/+4
* habanalabs: restructure hl_mmapOded Gabbay2020-09-223-4/+20
* habanalabs: replace armcp with the generic cpucpOded Gabbay2020-09-228-141/+160
* habanalabs: add support for getting device total energyfarah kassabri2020-09-223-0/+50
* habanalabs: Include linux/bitfield.h only in habanalabs.hTomer Tayar2020-09-223-2/+1
* habanalabs: extend busy engines mask to 64 bitsfarah kassabri2020-09-222-2/+2
* habanalabs: use FIELD_PREP() instead of <<Oded Gabbay2020-09-221-4/+5
* habanalabs: eliminate redundant else conditionOded Gabbay2020-09-221-2/+2
* habanalabs: cast int to u32 before printing it with %uOded Gabbay2020-09-221-1/+1
* habanalabs: change CB's ID to be 64 bitsOded Gabbay2020-09-223-4/+4
* habanalabs: PCIe Advanced Error Reporting supportOfir Bitton2020-09-221-1/+75
* habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton2020-09-222-1/+35
* habanalabs: add information about PCIe controllerOfir Bitton2020-09-223-0/+93
* habanalabs: Replace dma-fence mechanism with completionsOfir Bitton2020-09-224-63/+77
* habanalabs: increase length of ASIC nameOded Gabbay2020-09-221-1/+1
* habanalabs: prevent user buff overflowMoti Haimovski2020-08-311-1/+1
* habanalabs: correctly report inbound pci region cfg errorOfir Bitton2020-08-221-1/+1
* habanalabs: check correct vmalloc return codeOfir Bitton2020-08-222-3/+8
* habanalabs: validate FW file sizeOfir Bitton2020-08-221-0/+9
* habanalabs: fix incorrect check on failed workqueue createColin Ian King2020-08-221-1/+1
* habanalabs: set max power according to card typeOded Gabbay2020-08-223-5/+14
* habanalabs: proper handling of alloc size in coresightOfir Bitton2020-08-221-1/+1