summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-22habanalabs: add num_hops to hl_mmu_propertiesMoti Haimovski
2020-09-22habanalabs: refactor MMU as device-orientedMoti Haimovski
2020-09-22habanalabs: rename mmu.c to mmu_v1.cMoti Haimovski
2020-09-22habanalabs: use smallest possible alignment for virtual addressesOmer Shpigelman
2020-09-22habanalabs: check flag before reset because of f/w eventOded Gabbay
2020-09-22habanalabs: increase PQ COMP_OFFSET by one nibbleOded Gabbay
2020-09-22habanalabs: Fix alignment issue in cpucp_info structureOfir Bitton
2020-09-22habanalabs: remove unused defineOded Gabbay
2020-09-22habanalabs: remove unused ASIC function pointerOded Gabbay
2020-09-22habanalabs: rename ArmCP to CPU-CPOded Gabbay
2020-09-22habanalabs: count dropped CS because max CS in-flightOded Gabbay
2020-09-22habanalabs: make use of dma_mmap_coherentHillf Danton
2020-09-22habanalabs: clear vm_pgoff before doing the mmapOded Gabbay
2020-09-22habanalabs: restructure hl_mmapOded Gabbay
2020-09-22habanalabs: cast to u64 before shift > 31 bitsOded Gabbay
2020-09-22habanalabs: replace armcp with the generic cpucpOded Gabbay
2020-09-22habanalabs: update GAUDI hardware specsOded Gabbay
2020-09-22habanalabs: add support for getting device total energyfarah kassabri
2020-09-22habanalabs: Include linux/bitfield.h only in habanalabs.hTomer Tayar
2020-09-22habanalabs: extend busy engines mask to 64 bitsfarah kassabri
2020-09-22habanalabs: use 1U when shifting bitsOded Gabbay
2020-09-22habanalabs: check TPC vector pipe is emptyOded Gabbay
2020-09-22habanalabs: remove redundant assignment to variableOded Gabbay
2020-09-22habanalabs: use FIELD_PREP() instead of <<Oded Gabbay
2020-09-22habanalabs: use standard BIT() and GENMASK()Oded Gabbay
2020-09-22habanalabs: eliminate redundant else conditionOded Gabbay
2020-09-22habanalabs: cast int to u32 before printing it with %uOded Gabbay
2020-09-22habanalabs: change CB's ID to be 64 bitsOded Gabbay
2020-09-22habanalabs: print the queue id in case of an errorDotan Barak
2020-09-22habanalabs: remove security from ARB_MST_QUIET registerfarah kassabri
2020-09-22habanalabs: PCIe Advanced Error Reporting supportOfir Bitton
2020-09-22habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton
2020-09-22habanalabs: add information about PCIe controllerOfir Bitton
2020-09-22habanalabs: Replace dma-fence mechanism with completionsOfir Bitton
2020-09-22habanalabs: increase length of ASIC nameOded Gabbay
2020-09-22MAINTAINERS: Add entry for the Nitro Enclaves driverAndra Paraschiv
2020-09-22nitro_enclaves: Add overview documentationAndra Paraschiv
2020-09-22nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv
2020-09-22nitro_enclaves: Add Makefile for the Nitro Enclaves driverAndra Paraschiv
2020-09-22nitro_enclaves: Add Kconfig for the Nitro Enclaves driverAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for terminating an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for starting an enclaveAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave memory regionAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for getting the enclave image load infoAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for setting an enclave vCPUAndra Paraschiv
2020-09-22nitro_enclaves: Add logic for creating an enclave VMAndra Paraschiv
2020-09-22nitro_enclaves: Init misc device providing the ioctl interfaceAndra Paraschiv
2020-09-22nitro_enclaves: Handle out-of-band PCI device eventsAndra Paraschiv
2020-09-22nitro_enclaves: Handle PCI device command requestsAndra Paraschiv
2020-09-22nitro_enclaves: Init PCI device driverAndra Paraschiv