summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose2-1/+39
2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan1-1/+4
2021-02-10Merge tag 'phy-fixes2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman6-7/+20
2021-02-10mhi: Fix double dma freeLoic Poulain1-0/+3
2021-02-09uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTEDJie Li1-1/+1
2021-02-09drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queueSabyrzhan Tasbolatov1-0/+3
2021-02-09firewire: replace tricky statement by two simple onesUwe Kleine-König1-1/+3
2021-02-09vme: make remove callback return voidUwe Kleine-König2-5/+3
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König5-13/+6
2021-02-09virt: acrn: Introduce an interface for Service VM to control vCPUShuo Liu2-0/+62
2021-02-09virt: acrn: Introduce irqfdShuo Liu5-1/+256
2021-02-09virt: acrn: Introduce ioeventfdShuo Liu6-1/+298
2021-02-09virt: acrn: Introduce I/O ranges operation interfacesShuo Liu2-0/+64
2021-02-09virt: acrn: Introduce interfaces to query C-states and P-states allowed by hy...Shuo Liu2-0/+81
2021-02-09virt: acrn: Introduce interrupt injection interfacesShuo Liu4-0/+121
2021-02-09virt: acrn: Introduce interfaces for PCI device passthroughShuo Liu2-0/+104
2021-02-09virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2-0/+78
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu6-10/+693
2021-02-09virt: acrn: Introduce EPT mapping managementShuo Liu6-10/+427
2021-02-09virt: acrn: Introduce an ioctl to set vCPU registers stateShuo Liu2-1/+46
2021-02-09virt: acrn: Introduce VM management interfacesShuo Liu5-4/+241
2021-02-09virt: acrn: Introduce ACRN HSM basic driverShuo Liu6-0/+125
2021-02-09misc: fastrpc: fix incorrect usage of dma_map_sgtableJonathan Marek1-3/+4
2021-02-09bus: fsl-mc: list more commands as accepted through the ioctlIoana Ciornei1-0/+50
2021-02-09bus: fsl-mc: add the dpdbg device typeIoana Ciornei1-0/+6
2021-02-09bus: fsl-mc: Fix test for end of loopDan Carpenter1-1/+1
2021-02-09ipack: Handle a driver without remove callbackUwe Kleine-König1-3/+2
2021-02-09ipack: Fail earlier for drivers without probe functionUwe Kleine-König1-3/+3
2021-02-09Merge tag 'misc-habanalabs-next-2021-02-08' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman9-33/+124
2021-02-09Merge tag 'phy-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman12-122/+824
2021-02-09Merge tag 'soundwire-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-105/+125
2021-02-09mei: use sysfs_emit() in tx_queue_limit_show sysfsTomas Winkler1-1/+1
2021-02-09mei: bus: block send with vtag on non-conformat FWAlexander Usyskin1-0/+7
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König5-14/+10
2021-02-09mei: bus: simplify mei_cl_device_remove()Uwe Kleine-König1-5/+1
2021-02-08habanalabs/gaudi: don't enable clock gating on DMA5Oded Gabbay1-0/+6
2021-02-08habanalabs: return block size + block IDOded Gabbay4-11/+16
2021-02-08habanalabs: update security map after init CPU QsOhad Sharabi4-10/+12
2021-02-08habanalabs: enable F/W events after init doneOded Gabbay4-13/+41
2021-02-08habanalabs/gaudi: use HBM_ECC_EN bit for ECC ERROhad Sharabi1-3/+15
2021-02-08habanalabs: support fetching first available user CQOfir Bitton4-1/+10
2021-02-08habanalabs: improve communication protocol with cpucpOfir Bitton5-4/+33
2021-02-08habanalabs: fix integer handling issueOded Gabbay1-1/+1
2021-02-07soundwire: bus: clarify dev_err/dbg device referencesPierre-Louis Bossart1-30/+33
2021-02-07soundwire: bus: fix confusion on device used by pm_runtimePierre-Louis Bossart1-9/+9
2021-02-07soundwire: export sdw_write/read_no_pm functionsBard Liao1-3/+4
2021-02-06mei: implement client dma setup.Alexander Usyskin6-1/+446
2021-02-06mei: hbm: add client dma hbm messagesAlexander Usyskin1-0/+53
2021-02-06mei: add support for client dma capabilityAlexander Usyskin4-1/+23
2021-02-06mei: allow clients on bus to communicate in remove callbackAlexander Usyskin4-4/+11