aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingGravatar Alex Williamson 1-36/+49
2016-07-19vfio: platform: check reset call return code during releaseGravatar Sinan Kaya 1-1/+9
2016-07-19vfio: platform: check reset call return code during openGravatar Sinan Kaya 1-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultGravatar Sinan Kaya 4-4/+19
2016-07-19vfio: platform: call _RST method when using ACPIGravatar Sinan Kaya 1-1/+49
2016-07-19vfio: platform: add extra debug info argument to call resetGravatar Sinan Kaya 1-4/+5
2016-07-19vfio: platform: add support for ACPI probeGravatar Sinan Kaya 2-5/+60
2016-07-19vfio: platform: determine reset capabilityGravatar Sinan Kaya 1-1/+6
2016-07-19vfio: platform: move reset call to a common functionGravatar Sinan Kaya 1-16/+14
2016-07-19vfio: platform: rename reset functionGravatar Sinan Kaya 2-18/+18
2016-07-14vfio: fix possible use after free of vfio groupGravatar Ilya Lesokhin 1-1/+1
2016-07-08vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveGravatar Yongji Xie 2-6/+90
2016-06-23vfio: platform: support No-IOMMU modeGravatar Peng Fan 1-3/+3
2016-05-31vfio/pci: Allow VPD short readGravatar Alex Williamson 1-1/+2
2016-05-30vfio/type1: Fix build warningGravatar Alex Williamson 1-1/+1
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownGravatar Alex Williamson 1-3/+3
2016-05-25Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 4-20/+84
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2016-05-19vfio_pci: Test for extended capabilities if config space > 256 bytesGravatar Alexey Kardashevskiy 1-6/+11
2016-05-11vfio/spapr: Relax the IOMMU compatibility checkGravatar Alexey Kardashevskiy 1-1/+2
2016-05-09iommu: Allow selecting page sizes per domainGravatar Robin Murphy 1-1/+1
2016-04-28vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudataGravatar Alexey Kardashevskiy 1-2/+0
2016-04-28vfio/pci: Add test for BAR restoreGravatar Alex Williamson 1-1/+19
2016-04-28vfio/pci: Hide broken INTx support from userGravatar Alex Williamson 3-11/+54
2016-03-17Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 9-35/+605
2016-02-28vfio: fix ioctl error handlingGravatar Michael S. Tsirkin 3-8/+16
2016-02-25vfio/pci: return -EFAULT if copy_to_user failsGravatar Dan Carpenter 1-5/+4
2016-02-22vfio/pci: Expose shadow ROM as PCI option ROMGravatar Alex Williamson 3-8/+22
2016-02-22vfio/pci: Intel IGD host and LCP bridge config space accessGravatar Alex Williamson 3-7/+183
2016-02-22vfio/pci: Intel IGD OpRegion supportGravatar Alex Williamson 5-0/+131
2016-02-22vfio/pci: Enable virtual register in PCI config spaceGravatar Alex Williamson 2-4/+34
2016-02-22vfio/pci: Add infrastructure for additional device specific regionsGravatar Alex Williamson 2-5/+103
2016-02-22vfio/pci: Include sparse mmap capability for MSI-X table regionsGravatar Alex Williamson 1-1/+72
2016-02-22vfio: Add capability chain helpersGravatar Alex Williamson 1-0/+54
2016-02-22vfio: If an IOMMU backend fails, keep lookingGravatar Alex Williamson 1-10/+6
2016-02-22vfio/pci: Fix unsigned comparison overflowGravatar Alex Williamson 1-8/+9
2016-01-27vfio/noiommu: Don't use iommu_present() to track fake groupsGravatar Alex Williamson 1-14/+10
2016-01-04vfio/iommu_type1: make use of info.flagsGravatar Pierre Morel 1-1/+1
2015-12-21vfio: Include No-IOMMU modeGravatar Alex Williamson 3-7/+200
2015-12-21VFIO: platform: reset: fix a warning message conditionGravatar Dan Carpenter 1-1/+1
2015-12-04Revert: "vfio: Include No-IOMMU mode"Gravatar Alex Williamson 3-199/+10
2015-11-21vfio: fix a warning messageGravatar Dan Carpenter 1-1/+1
2015-11-20vfio: platform: remove needless stack usageGravatar Kees Cook 1-4/+1
2015-11-19vfio-pci: constify pci_error_handlers structuresGravatar Julia Lawall 1-1/+1
2015-11-19vfio: Drop owner assignment from platform_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-11-13Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 15-90/+606
2015-11-09vfio/pci: make an array largerGravatar Dan Carpenter 1-2/+2
2015-11-04vfio: Include No-IOMMU modeGravatar Alex Williamson 3-10/+199
2015-11-04vfio: Fix bug in vfio_device_get_from_name()Gravatar Joerg Roedel 1-3/+4
2015-11-03VFIO: platform: reset: AMD xgbe reset moduleGravatar Eric Auger 3-0/+137