summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* mei: allow map and unmap of client dma buffer only for disconnected clientTomas Winkler2021-03-231-10/+7
* Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-138-24/+81
|\
| * misc/pvpanic: Export module FDT device tableShile Zhang2021-03-101-0/+1
| * misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-101-0/+5
| * habanalabs: fix debugfs address translationfarah kassabri2021-03-101-12/+26
| * habanalabs: Disable file operations after device is removedTomer Tayar2021-03-102-6/+46
| * habanalabs: Call put_pid() when releasing control deviceTomer Tayar2021-03-101-0/+2
| * drivers: habanalabs: remove unused dentry pointer for debugfs filesGreg Kroah-Hartman2021-03-102-6/+1
| * habanalabs: mark hl_eq_inc_ptr() as staticOded Gabbay2021-03-101-1/+1
* | vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
|/
* Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-251-1/+0
|\
| * PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I2021-02-231-1/+0
* | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2467-1887/+6981
|\ \
| * | drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov2021-02-091-0/+3
| * | misc: fastrpc: fix incorrect usage of dma_map_sgtableJonathan Marek2021-02-091-3/+4
| * | Merge tag 'misc-habanalabs-next-2021-02-08' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman2021-02-099-33/+124
| |\ \
| | * | habanalabs/gaudi: don't enable clock gating on DMA5Oded Gabbay2021-02-081-0/+6
| | * | habanalabs: return block size + block IDOded Gabbay2021-02-084-11/+16
| | * | habanalabs: update security map after init CPU QsOhad Sharabi2021-02-084-10/+12
| | * | habanalabs: enable F/W events after init doneOded Gabbay2021-02-084-13/+41
| | * | habanalabs/gaudi: use HBM_ECC_EN bit for ECC ERROhad Sharabi2021-02-081-3/+15
| | * | habanalabs: support fetching first available user CQOfir Bitton2021-02-084-1/+10
| | * | habanalabs: improve communication protocol with cpucpOfir Bitton2021-02-085-4/+33
| | * | habanalabs: fix integer handling issueOded Gabbay2021-02-081-1/+1
| * | | mei: use sysfs_emit() in tx_queue_limit_show sysfsTomas Winkler2021-02-091-1/+1
| * | | mei: bus: block send with vtag on non-conformat FWAlexander Usyskin2021-02-091-0/+7
| * | | mei: bus: change remove callback to return voidUwe Kleine-König2021-02-092-5/+7
| * | | mei: bus: simplify mei_cl_device_remove()Uwe Kleine-König2021-02-091-5/+1
| |/ /
| * | 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