- f97769f slimbus: core: check get_addr before removing laddr ida by Srinivas Kandagatla · 4 years, 4 months ago
- 5a487cf Merge tag 'misc-habanalabs-next-2020-09-25' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
- 25121d9 habanalabs/gaudi: configure QMAN LDMA registers properly by Ofir Bitton · 4 years, 4 months ago
- eab1f6e habanalabs: add notice of device not idle by Oded Gabbay · 4 years, 4 months ago
- 3c3aa5d habanalabs: add debug messages for opening/closing context by Oded Gabbay · 4 years, 4 months ago
- 9e2e8fc habanalabs: release kernel context after hw_fini by Oded Gabbay · 4 years, 4 months ago
- fc6121e habanalabs: correct an error message by Oded Gabbay · 4 years, 4 months ago
- 9eb29f2 Merge tag 'icc-5.10-rc1' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
- 26ed514 misc: hisi_hikey_usb: delete a stray tab by Dan Carpenter · 4 years, 4 months ago
- a81072a misc: mic: scif: Fix error handling path by Souptick Joarder · 4 years, 4 months ago
- a2e7408 misc: pvpanic: Use devm_platform_ioremap_resource() by Wang ShaoBo · 4 years, 4 months ago
- 9e07279 Merge tag 'misc-habanalabs-next-2020-09-22' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
- f279e5c habanalabs: update scratchpad register map by Oded Gabbay · 4 years, 4 months ago
- 57799ce habanalabs: add indication of security-enabled F/W by Oded Gabbay · 4 years, 4 months ago
- d1f3633 habanalabs/gaudi: fix DMA completions max outstanding to 15 by Oded Gabbay · 4 years, 4 months ago
- dbf053c habanalabs/gaudi: remove axi drain support by Oded Gabbay · 4 years, 4 months ago
- 219b8f2 habanalabs: update firmware interface file by Oded Gabbay · 4 years, 4 months ago
- ef6a0f6 habanalabs: Add an option to map CB to device MMU by Tomer Tayar · 4 years, 7 months ago
- fa8641a1 habanalabs: Save context in a command buffer object by Tomer Tayar · 4 years, 5 months ago
- 448f63b habanalabs: no need for DMA_SHARED_BUFFER by Oded Gabbay · 4 years, 5 months ago
- 681a22f habanalabs: allow to wait on CS without sleep by Oded Gabbay · 4 years, 5 months ago
- 230b9b7 habanalabs/gaudi: increase timeout for boot fit load by Oded Gabbay · 4 years, 5 months ago
- 214afa9 habanalabs: add debugfs support for MMU with 6 HOPs by Moti Haimovski · 4 years, 5 months ago
- 7edf341 habanalabs: add num_hops to hl_mmu_properties by Moti Haimovski · 4 years, 5 months ago
- d83fe66 habanalabs: refactor MMU as device-oriented by Moti Haimovski · 4 years, 5 months ago
- c91324f habanalabs: rename mmu.c to mmu_v1.c by Moti Haimovski · 4 years, 5 months ago
- 7c52fb0 habanalabs: use smallest possible alignment for virtual addresses by Omer Shpigelman · 4 years, 7 months ago
- 1fb2f37 habanalabs: check flag before reset because of f/w event by Oded Gabbay · 4 years, 5 months ago
- 5a1b861 habanalabs: increase PQ COMP_OFFSET by one nibble by Oded Gabbay · 4 years, 5 months ago
- 763a0b4 habanalabs: Fix alignment issue in cpucp_info structure by Ofir Bitton · 4 years, 5 months ago
- ae92651 habanalabs: remove unused define by Oded Gabbay · 4 years, 5 months ago
- b01a971 habanalabs: remove unused ASIC function pointer by Oded Gabbay · 4 years, 5 months ago
- 6138bbe habanalabs: rename ArmCP to CPU-CP by Oded Gabbay · 4 years, 5 months ago
- 975ab7b habanalabs: count dropped CS because max CS in-flight by Oded Gabbay · 4 years, 5 months ago
- 0db5753 habanalabs: make use of dma_mmap_coherent by Hillf Danton · 4 years, 5 months ago
- c5e0ec6 habanalabs: clear vm_pgoff before doing the mmap by Oded Gabbay · 4 years, 5 months ago
- 3174ac9 habanalabs: restructure hl_mmap by Oded Gabbay · 4 years, 5 months ago
- f763946 habanalabs: cast to u64 before shift > 31 bits by Oded Gabbay · 4 years, 5 months ago
- 2f55342 habanalabs: replace armcp with the generic cpucp by Oded Gabbay · 4 years, 5 months ago
- 42b0698 habanalabs: update GAUDI hardware specs by Oded Gabbay · 4 years, 5 months ago
- 9f30649 habanalabs: add support for getting device total energy by farah kassabri · 4 years, 6 months ago
- 5600470 habanalabs: Include linux/bitfield.h only in habanalabs.h by Tomer Tayar · 4 years, 5 months ago
- d90416c habanalabs: extend busy engines mask to 64 bits by farah kassabri · 4 years, 5 months ago
- 107dd31 habanalabs: use 1U when shifting bits by Oded Gabbay · 4 years, 5 months ago
- 31ac1f1 habanalabs: check TPC vector pipe is empty by Oded Gabbay · 4 years, 5 months ago
- 0358372 habanalabs: remove redundant assignment to variable by Oded Gabbay · 4 years, 5 months ago
- 6588729 habanalabs: use FIELD_PREP() instead of << by Oded Gabbay · 4 years, 5 months ago
- a0e072f habanalabs: use standard BIT() and GENMASK() by Oded Gabbay · 4 years, 5 months ago
- bd4ef37 habanalabs: eliminate redundant else condition by Oded Gabbay · 4 years, 5 months ago
- f907af1 habanalabs: cast int to u32 before printing it with %u by Oded Gabbay · 4 years, 5 months ago
- f5b9c8c habanalabs: change CB's ID to be 64 bits by Oded Gabbay · 4 years, 5 months ago
- d6b045c habanalabs: print the queue id in case of an error by Dotan Barak · 4 years, 6 months ago
- acd330c habanalabs: remove security from ARB_MST_QUIET register by farah kassabri · 4 years, 6 months ago
- 2e5eda4 habanalabs: PCIe Advanced Error Reporting support by Ofir Bitton · 4 years, 8 months ago
- 843839b habanalabs: expose sync manager resources allocation in INFO IOCTL by Ofir Bitton · 4 years, 6 months ago
- 0a068ad habanalabs: add information about PCIe controller by Ofir Bitton · 4 years, 6 months ago
- a98d73c habanalabs: Replace dma-fence mechanism with completions by Ofir Bitton · 4 years, 6 months ago
- b71590e habanalabs: increase length of ASIC name by Oded Gabbay · 4 years, 6 months ago
- e82ed73 MAINTAINERS: Add entry for the Nitro Enclaves driver by Andra Paraschiv · 4 years, 4 months ago
- bf15d79 nitro_enclaves: Add overview documentation by Andra Paraschiv · 4 years, 4 months ago
- acc4229 nitro_enclaves: Add sample for ioctl interface usage by Andra Paraschiv · 4 years, 4 months ago
- 0f5c7b7 nitro_enclaves: Add Makefile for the Nitro Enclaves driver by Andra Paraschiv · 4 years, 4 months ago
- 07499cc nitro_enclaves: Add Kconfig for the Nitro Enclaves driver by Andra Paraschiv · 4 years, 4 months ago
- 9c8eb50 nitro_enclaves: Add logic for terminating an enclave by Andra Paraschiv · 4 years, 4 months ago
- 111c775a nitro_enclaves: Add logic for starting an enclave by Andra Paraschiv · 4 years, 4 months ago
- 7dc9d43 nitro_enclaves: Add logic for setting an enclave memory region by Andra Paraschiv · 4 years, 4 months ago
- 988b7a4 nitro_enclaves: Add logic for getting the enclave image load info by Andra Paraschiv · 4 years, 4 months ago
- ff8a4d3 nitro_enclaves: Add logic for setting an enclave vCPU by Andra Paraschiv · 4 years, 4 months ago
- 38907e1 nitro_enclaves: Add logic for creating an enclave VM by Andra Paraschiv · 4 years, 4 months ago
- bd47c99 nitro_enclaves: Init misc device providing the ioctl interface by Andra Paraschiv · 4 years, 4 months ago
- e5d616d nitro_enclaves: Handle out-of-band PCI device events by Andra Paraschiv · 4 years, 4 months ago
- ad2b698 nitro_enclaves: Handle PCI device command requests by Andra Paraschiv · 4 years, 4 months ago
- 89308c1 nitro_enclaves: Init PCI device driver by Andra Paraschiv · 4 years, 4 months ago
- 1df6248 nitro_enclaves: Define enclave info for internal bookkeeping by Andra Paraschiv · 4 years, 4 months ago
- 0a44561 nitro_enclaves: Define the PCI device interface by Andra Paraschiv · 4 years, 4 months ago
- 15b760c nitro_enclaves: Add ioctl interface definition by Andra Paraschiv · 4 years, 4 months ago
- 86d6e57 interconnect: imx: simplify the return expression of imx_icc_unregister by Liu Shixin · 4 years, 4 months ago
- e0cbf2f interconnect: imx: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
- 392da33 interconnect: core: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
- 628fdbc Merge branch 'icc-syncstate' into icc-next by Georgi Djakov · 4 years, 4 months ago
- 7d3b0b0 interconnect: qcom: Use icc_sync_state by Georgi Djakov · 4 years, 5 months ago
- b1d681d interconnect: Add sync state support by Georgi Djakov · 4 years, 5 months ago
- cc80d10 interconnect: Add get_bw() callback by Georgi Djakov · 4 years, 5 months ago
- 8fd0e2a uio: free uio id after uio file node is freed by Lang Dai · 4 years, 4 months ago
- b1c194d nvmem: core: fix missing of_node_put() in of_nvmem_device_get() by Vadym Kochan · 4 years, 4 months ago
- 1eb51d6 nvmem: switch to simpler IDA interface by Bartosz Golaszewski · 4 years, 4 months ago
- 28371cc nvmem: core: Use kobj_to_dev() instead of container_of() by Tian Tao · 4 years, 4 months ago
- 8e2aeb5 nvmem: mtk-efuse: Remove EFUSE register write support by Chih-En Hsu · 4 years, 4 months ago
- 1d62a2c eeprom: 93xx46: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
- 5e180e6 eeprom: at25: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
- 14ea4db coresight: etm4x: Fix number of resources check for ETM 4.3 and above by Mike Leach · 4 years, 4 months ago
- 685d84a7 coresight: etm4x: Fix mis-usage of nr_resource in sysfs interface by Jonathan Zhou · 4 years, 4 months ago
- 6d57825 coresight: Make sysfs functional on topologies with per core sink by Linu Cherian · 4 years, 4 months ago
- bb1860e coresight: etm: perf: Sink selection using sysfs is deprecated by Linu Cherian · 4 years, 4 months ago
- 2fee15c MAINTAINERS: Add CoreSight mailing list by Mathieu Poirier · 4 years, 4 months ago
- 4cd8303 coresight: etm4x: Fix issues on trcseqevr access by Jonathan Zhou · 4 years, 4 months ago
- 859d510 coresight: etm4x: Handle unreachable sink in perf mode by Suzuki K Poulose · 4 years, 4 months ago
- 984f37e coresight: cti: Write regsiters directly in cti_enable_hw() by Tingwei Zhang · 4 years, 4 months ago
- 4020fc8d coresight: etm4x: Fix issues within reset interface of sysfs by Jonathan Zhou · 4 years, 4 months ago
- 096dcfb coresight: etm4x: Ensure default perf settings filter user/kernel by Mike Leach · 4 years, 4 months ago