summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-103-47/+162
|\
| * iommu/virtio: Reverse arguments to list_addJulia Lawall2020-05-081-1/+1
| * iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel2020-05-051-11/+16
| * iommu/amd: Update Device Table in increase_address_space()Joerg Roedel2020-05-051-13/+36
| * iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel2020-05-051-0/+1
| * iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel2020-05-051-1/+12
| * iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2020-05-052-37/+112
* | Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-102-2/+6
|\ \
| * | nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-091-1/+1
| * | nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-091-1/+5
* | | gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-091-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-05-084-6/+7
|\ \ \
| * | | scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler2020-04-281-4/+0
| * | | scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King2020-04-271-0/+5
| * | | scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran2020-04-241-1/+1
| * | | scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi2020-04-241-1/+1
* | | | Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-0812-44/+65
|\ \ \ \
| * | | | bus: mhi: core: Fix channel device name conflictJeffrey Hugo2020-05-051-1/+2
| * | | | bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo2020-05-053-14/+4
| * | | | bus: mhi: core: Remove link_status() callbackJeffrey Hugo2020-05-052-7/+4
| * | | | bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo2020-05-051-1/+5
| * | | | mei: me: disable mei interface on LBG servers.Tomas Winkler2020-05-053-1/+13
| * | | | Merge tag 'phy-for-5.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2020-04-302-11/+28
| |\ \ \ \
| | * | | | phy: qualcomm: usb-hs-28nm: Prepare clocks in initBjorn Andersson2020-04-301-11/+21
| | * | | | phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat stringJohn Stultz2020-04-271-0/+7
| | * | | | phy: tegra: Select USB_COMMON for usb_get_maximum_speed()Thierry Reding2020-04-241-1/+2
| * | | | | interconnect: qcom: Move the static keyword to the front of declarationChenTao2020-04-292-10/+10
| * | | | | most: core: use function subsys_initcall()Christian Gromm2020-04-281-1/+1
| * | | | | bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Dan Carpenter2020-04-281-1/+1
* | | | | | Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-086-30/+33
|\ \ \ \ \ \
| * | | | | | regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...John Stultz2020-04-291-14/+11
| * | | | | | driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz2020-04-281-0/+5
| * | | | | | driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz2020-04-281-1/+1
| * | | | | | driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz2020-04-281-11/+2
| * | | | | | component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-04-281-3/+5
| * | | | | | driver core: Fix handling of fw_devlink=permissiveSaravana Kannan2020-04-281-1/+6
| * | | | | | amba: Initialize dma_parms for amba devicesUlf Hansson2020-04-281-0/+1
| * | | | | | driver core: platform: Initialize dma_parms for platform devicesUlf Hansson2020-04-281-0/+2
| |/ / / / /
* | | | | | Merge tag 'staging-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-05-082-1/+4
|\ \ \ \ \ \
| * | | | | | staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter2020-05-051-0/+4
| * | | | | | staging: ks7010: remove me from CC listWolfram Sang2020-05-051-1/+0
| |/ / / / /
* | | | | | Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-05-083-5/+9
|\ \ \ \ \ \
| * | | | | | tty: xilinx_uartps: Fix missing id assignment to the consoleShubhrajyoti Datta2020-05-041-0/+1
| * | | | | | vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-041-2/+7
| * | | | | | Revert "tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart"Florian Fainelli2020-05-041-3/+1
| |/ / / / /
* | | | | | Merge tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-05-088-10/+24
|\ \ \ \ \ \
| * | | | | | usb: chipidea: msm: Ensure proper controller reset using role switch APIBryan O'Donoghue2020-05-071-1/+1
| * | | | | | Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-05-062-2/+3
| |\ \ \ \ \ \
| | * | | | | | USB: serial: qcserial: Add DW5816e supportMatt Jolly2020-05-041-0/+1
| | * | | | | | USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum2020-04-221-2/+2