summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/common
AgeCommit message (Expand)AuthorFilesLines
2020-11-04habanalabs: fix kernel pointer typeArnd Bergmann4-30/+29
2020-09-25habanalabs: add notice of device not idleOded Gabbay1-0/+8
2020-09-25habanalabs: add debug messages for opening/closing contextOded Gabbay1-0/+5
2020-09-25habanalabs: release kernel context after hw_finiOded Gabbay1-7/+6
2020-09-25habanalabs: correct an error messageOded Gabbay1-2/+2
2020-09-22habanalabs: add indication of security-enabled F/WOded Gabbay3-9/+70
2020-09-22habanalabs: Add an option to map CB to device MMUTomer Tayar3-6/+222
2020-09-22habanalabs: Save context in a command buffer objectTomer Tayar3-14/+19
2020-09-22habanalabs: allow to wait on CS without sleepOded Gabbay1-2/+5
2020-09-22habanalabs: add debugfs support for MMU with 6 HOPsMoti Haimovski1-10/+60
2020-09-22habanalabs: add num_hops to hl_mmu_propertiesMoti Haimovski1-0/+6
2020-09-22habanalabs: refactor MMU as device-orientedMoti Haimovski5-222/+404
2020-09-22habanalabs: rename mmu.c to mmu_v1.cMoti Haimovski2-2/+2
2020-09-22habanalabs: use smallest possible alignment for virtual addressesOmer Shpigelman1-38/+48
2020-09-22habanalabs: remove unused ASIC function pointerOded Gabbay1-5/+0
2020-09-22habanalabs: rename ArmCP to CPU-CPOded Gabbay2-19/+20
2020-09-22habanalabs: count dropped CS because max CS in-flightOded Gabbay1-1/+4
2020-09-22habanalabs: make use of dma_mmap_coherentHillf Danton2-8/+3
2020-09-22habanalabs: clear vm_pgoff before doing the mmapOded Gabbay1-0/+4
2020-09-22habanalabs: restructure hl_mmapOded Gabbay3-4/+20
2020-09-22habanalabs: replace armcp with the generic cpucpOded Gabbay8-141/+160
2020-09-22habanalabs: add support for getting device total energyfarah kassabri3-0/+50
2020-09-22habanalabs: Include linux/bitfield.h only in habanalabs.hTomer Tayar3-2/+1
2020-09-22habanalabs: extend busy engines mask to 64 bitsfarah kassabri2-2/+2
2020-09-22habanalabs: use FIELD_PREP() instead of <<Oded Gabbay1-4/+5
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: PCIe Advanced Error Reporting supportOfir Bitton1-1/+75
2020-09-22habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton2-1/+35
2020-09-22habanalabs: add information about PCIe controllerOfir Bitton3-0/+93
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: 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 Gabbay3-5/+14
2020-08-22habanalabs: proper handling of alloc size in coresightOfir Bitton1-1/+1
2020-08-22habanalabs: verify user input in cs_ioctl_signal_waitOfir Bitton1-0/+8
2020-08-22habanalabs: Fix memory corruption in debugfsDan Carpenter1-4/+4
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: fix up absolute include instructionsGreg Kroah-Hartman7-9/+7
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman7-45/+41
2020-07-24habanalabs: Fix memory leak in error flow of context initializationTomer Tayar1-8/+10
2020-07-24habanalabs: enable device before hw_init()Oded Gabbay2-4/+15
2020-07-24habanalabs: create internal CB poolOfir Bitton4-38/+83