summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas1-6/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas2-2/+9
2020-10-21Merge branch 'remotes/lorenzo/pci/loongson'Bjorn Helgaas1-6/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas1-1/+5
2020-10-21Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas3-17/+11
2020-10-21Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-23/+18
2020-10-21Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-3/+47
2020-10-21Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas22-1068/+868
2020-10-21Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2-7/+2
2020-10-21Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2-64/+383
2020-10-21Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas5-46/+96
2020-10-21Merge branch 'remotes/lorenzo/pci/apei'Bjorn Helgaas4-0/+398
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas6-35/+16
2020-10-21Merge branch 'pci/pm'Bjorn Helgaas8-79/+52
2020-10-21Merge branch 'pci/hotplug'Bjorn Helgaas6-19/+21
2020-10-21Merge branch 'pci/enumeration'Bjorn Helgaas5-1/+106
2020-10-21Merge branch 'pci/aspm'Bjorn Helgaas2-151/+146
2020-10-21PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick1-2/+0
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan3-11/+1
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-21vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen1-0/+3
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel2-0/+21
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao1-1/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang2-1/+2
2020-10-21virtio-mem: Constify mem_id_tableRikard Falkeborn1-1/+1
2020-10-21virtio_input: Constify id_tableRikard Falkeborn1-1/+1
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn1-1/+1
2020-10-21vdpa/mlx5: Fix failure to bring link upEli Cohen1-0/+1
2020-10-21vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen1-2/+6
2020-10-21drm/i915: Drop runtime-pm assert from vgpu io accessorsChris Wilson1-1/+26
2020-10-21drm/i915: Force VT'd workarounds when running as a guest OSChris Wilson1-1/+5
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson4-2/+203
2020-10-21drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson2-7/+14
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park1-5/+15
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park1-6/+16
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2-1/+1
2020-10-20net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King1-1/+1
2020-10-20net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap1-0/+1
2020-10-20chelsio/chtls: fix writing freed memoryVinay Kumar Yadav1-1/+0
2020-10-20chelsio/chtls: correct function return and return typeVinay Kumar Yadav1-2/+2
2020-10-20chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav1-2/+8
2020-10-20chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav1-3/+2
2020-10-20chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav1-0/+3
2020-10-20chelsio/chtls: fix socket lockVinay Kumar Yadav1-0/+1
2020-10-20netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel1-7/+17
2020-10-21drm/ttm: fix eviction valuable range check.Dave Airlie1-1/+1
2020-10-20PCI: vmd: Create IRQ allocation helperJon Derrick1-41/+53
2020-10-20PCI: vmd: Create IRQ Domain configuration helperJon Derrick1-17/+35
2020-10-20PCI: vmd: Create bus offset configuration helperJon Derrick1-21/+32
2020-10-20PCI: vmd: Create physical offset helperJon Derrick1-43/+62