aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* mei: implement client dma setup.Alexander Usyskin2021-02-066-1/+446
* mei: hbm: add client dma hbm messagesAlexander Usyskin2021-02-061-0/+53
* mei: add support for client dma capabilityAlexander Usyskin2021-02-064-1/+23
* mei: allow clients on bus to communicate in remove callbackAlexander Usyskin2021-02-064-4/+11
* misc: rtsx: init of rts522a add OCP power off when no card is presentRicky Wu2021-02-041-0/+5
* cxl: Simplify bool conversionYang Li2021-02-041-1/+1
* misc: pvpanic: sysfs_emit uses should have a newlineJoe Perches2021-02-041-2/+2
* Merge tag 'misc-habanalabs-next-2021-01-27' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman2021-02-0431-617/+1719
|\
| * habanalabs: update to latest hl_boot_if.h spec from F/WOded Gabbay2021-01-271-1/+7
| * habanalabs/gaudi: unmask HBM interrupts after handlingOded Gabbay2021-01-271-0/+1
| * habanalabs: update SyncManager interrupt handlingOded Gabbay2021-01-272-9/+16
| * habanalabs: fix ETR security issueOhad Sharabi2021-01-274-7/+32
| * habanalabs: staged submission supportOfir Bitton2021-01-274-24/+227
| * habanalabs: modify device_idle interfaceOhad Sharabi2021-01-276-41/+37
| * habanalabs: add CS completion and timeout propertiesOfir Bitton2021-01-273-26/+117
| * habanalabs: add new mem ioctl op for mapping hw blocksOfir Bitton2021-01-275-8/+137
| * habanalabs: fix MMU debugfs related nodesfarah kassabri2021-01-275-22/+93
| * habanalabs: add user available interrupt to hw_ipOfir Bitton2021-01-274-0/+9
| * habanalabs: always try to use the hint addressfarah kassabri2021-01-271-102/+37
| * habanalabs: add security violations dump to debugfsOfir Bitton2021-01-278-2/+40
| * habanalabs: ignore F/W BMC errors in case no BMC presentOfir Bitton2021-01-271-3/+9
| * habanalabs/gaudi: print sync manager SEI interrupt infoOfir Bitton2021-01-273-0/+52
| * habanalabs: Use 'dma_set_mask_and_coherent()'Christophe JAILLET2021-01-271-36/+7
| * habanalabs/gaudi: remove PCI access to SM blockOfir Bitton2021-01-273-26/+227
| * habanalabs: add driver support for internal cb schedulingOfir Bitton2021-01-273-0/+173
| * habanalabs: increment ctx ref from within a cs allocationOfir Bitton2021-01-271-10/+5
| * habanalabs: separate common code to dedicated foldersOfir Bitton2021-01-276-7/+17
| * habanalabs: read device boot errors after cpucp is upOfir Bitton2021-01-275-56/+80
| * habanalabs: report correct dram size in info ioctlOfir Bitton2021-01-271-1/+9
| * habanalabs: support non power-of-2 DRAM phys page sizesMoti Haimovski2021-01-276-44/+213
| * habanalabs: remove access to kernel memory using debugfsOfir Bitton2021-01-272-20/+0
| * habanalabs/gaudi: set uninitialized symbolOfir Bitton2021-01-271-1/+1
| * habanalabs: return dram virtual address in info ioctlAlon Mizrahi2021-01-271-1/+3
| * habanalabs: update to latest hl_boot_if.hOded Gabbay2021-01-271-4/+4
| * habanalabs: add ASIC property of functional HBMsOded Gabbay2021-01-271-0/+2
| * habanalabs/gaudi: add debug prints for security statusOfir Bitton2021-01-271-0/+11
| * habanalabs: modify memory functions signaturesOmer Shpigelman2021-01-271-9/+13
| * habanalabs: kernel doc format in memory functionsOmer Shpigelman2021-01-271-197/+180
| * habanalabs: replace WARN/WARN_ON with dev_crit in driverAlon Mizrahi2021-01-277-25/+31
| * habanalabs: report dram_page_size in hw_ip_info ioctlMoti Haimovski2021-01-271-0/+1
| * habanalabs/goya: move mmu_prepare to context initOhad Sharabi2021-01-271-2/+3
| * habanalabs/gaudi: remove duplicated gaudi packets masksOfir Bitton2021-01-272-40/+16
| * habanalabs: allow user to pass a staged submission seqOfir Bitton2021-01-271-5/+11
| * habanalabs/gaudi: support CS with no completionOfir Bitton2021-01-273-3/+10
| * habanalabs: Init the VM module for kernel contextOfir Bitton2021-01-274-15/+29
| * habanalabs: refactor MMU locks codeOhad Sharabi2021-01-275-20/+4
| * habanalabs: update firmware boot interfaceOded Gabbay2021-01-271-0/+5
* | misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden2021-02-045-8/+61
* | misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter2021-02-041-1/+3
* | misc: rtsx: Remove unneeded return variableYang Li2021-02-031-2/+1