summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs
AgeCommit message (Expand)AuthorFilesLines
2019-06-06habanalabs: add rate-limit to an error messageOded Gabbay1-1/+1
2019-06-04habanalabs: remove simulator dedicated codeOded Gabbay2-11/+0
2019-05-30habanalabs: restore unsecured registers default valuesDalit Ben Zoor1-3/+16
2019-05-30habanalabs: clear sobs and monitors in context switchDalit Ben Zoor1-0/+7
2019-05-30habanalabs: make tpc registers securedDalit Ben Zoor1-0/+16
2019-05-17habanalabs: don't limit packet size for device CPUOded Gabbay3-23/+3
2019-05-16habanalabs: support device memory memset > 4GBOded Gabbay1-19/+30
2019-05-13habanalabs: print event name for fatal and non-RAZWI eventsOmer Shpigelman1-19/+98
2019-05-13habanalabs: increase PCI ELBI timeout for PalladiumOmer Shpigelman2-1/+11
2019-05-12habanalabs: pass device pointer to asic-specific functionOded Gabbay4-7/+8
2019-05-09habanalabs: change polling functions to macrosOded Gabbay5-129/+81
2019-05-09habanalabs: remove redundant memory clearOded Gabbay1-2/+0
2019-05-09habanalabs: remove redundant CB size adjustmentOded Gabbay1-8/+1
2019-05-08habanalabs: check to load F/W before boot statusOded Gabbay1-3/+3
2019-05-08habanalabs: remove dead code in habanalabs_drv.cOded Gabbay1-30/+26
2019-05-04habanalabs: force user to set device debug modeOded Gabbay5-1/+73
2019-05-05habanalabs: minor documentation and prints fixesOmer Shpigelman2-4/+4
2019-05-05habanalabs: remove redundant CPU checksOmer Shpigelman1-15/+5
2019-05-04habanalabs: improve a couple of error messagesOded Gabbay2-3/+3
2019-06-20habanalabs: use u64_to_user_ptr() for reading user pointersArnd Bergmann1-1/+1
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-59/+65
2019-06-04habanalabs: Read upper bits of trace buffer from RWPHITomer Tayar1-2/+12
2019-06-03habanalabs: Fix virtual address access via debugfs for 2MB pagesTomer Tayar1-1/+4
2019-05-28habanalabs: fix bug in checking huge page optimizationOded Gabbay1-6/+0
2019-05-24habanalabs: Avoid using a non-initialized MMU cache mutexTomer Tayar2-7/+3
2019-05-24habanalabs: fix debugfs codeJann Horn1-42/+18
2019-05-24habanalabs: halt debug engines on user process closeOmer Shpigelman5-1/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-02habanalabs: Update CPU DMA memory label nameTomer Tayar1-2/+2
2019-05-02habanalabs: Update CPU DMA pool label nameTomer Tayar1-2/+2
2019-04-30habanalabs: increase timeout if working with simulatorDalit Ben Zoor2-2/+13
2019-05-01habanalabs: remove condition that is always trueDalit Ben Zoor1-25/+23
2019-05-01habanalabs: remove redundant member from parser structDalit Ben Zoor3-5/+1
2019-05-01habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar6-56/+72
2019-05-01habanalabs: rename functions to improve code readabilityOded Gabbay5-36/+38
2019-04-30habanalabs: remove call to cs_parser()Dalit Ben Zoor1-24/+3
2019-04-28habanalabs: Use single pool for CPU accessible host memoryTomer Tayar4-22/+48
2019-04-28habanalabs: return old dram bar address upon changeOded Gabbay3-35/+35
2019-04-25habanalabs: rename restore to ctx_switch when appropriateOded Gabbay4-21/+22
2019-04-22habanalabs: use ASIC functions interface for rreg/wregOded Gabbay3-44/+71
2019-04-21uapi/habanalabs: add missing fields in bmon paramsOded Gabbay1-4/+12
2019-04-21habanalabs: re-factor goya_parse_cb_no_ext_queue()Oded Gabbay1-22/+21
2019-04-10habanalabs: Cancel pr_fmt() definition dependency on includes orderTomer Tayar3-2/+4
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman1-5/+4
2019-04-06habanalabs: prevent device PTE read/write during hard-resetOded Gabbay1-0/+6
2019-04-06habanalabs: improve IOCTLs behavior when disabled or resetOded Gabbay4-6/+16
2019-04-06habanalabs: all FD must be closed before removing deviceOded Gabbay1-5/+27
2019-04-04habanalabs: split mmu/no-mmu code paths in memory ioctlOded Gabbay1-85/+92
2019-04-04habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay2-7/+5
2019-04-02habanalabs: refactoring in goya.cOded Gabbay3-81/+88