summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-08-081-36/+49
* vfio: platform: check reset call return code during releaseSinan Kaya2016-07-191-1/+9
* vfio: platform: check reset call return code during openSinan Kaya2016-07-191-1/+10
* vfio, platform: make reset driver a requirement by defaultSinan Kaya2016-07-194-4/+19
* vfio: platform: call _RST method when using ACPISinan Kaya2016-07-191-1/+49
* vfio: platform: add extra debug info argument to call resetSinan Kaya2016-07-191-4/+5
* vfio: platform: add support for ACPI probeSinan Kaya2016-07-192-5/+60
* vfio: platform: determine reset capabilitySinan Kaya2016-07-191-1/+6
* vfio: platform: move reset call to a common functionSinan Kaya2016-07-191-16/+14
* vfio: platform: rename reset functionSinan Kaya2016-07-192-18/+18
* vfio: fix possible use after free of vfio groupIlya Lesokhin2016-07-141-1/+1
* vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2016-07-082-6/+90
* vfio: platform: support No-IOMMU modePeng Fan2016-06-231-3/+3
* vfio/pci: Allow VPD short readAlex Williamson2016-05-311-1/+2
* vfio/type1: Fix build warningAlex Williamson2016-05-301-1/+1
* vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson2016-05-301-3/+3
* Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-05-254-20/+84
|\
| * vfio_pci: Test for extended capabilities if config space > 256 bytesAlexey Kardashevskiy2016-05-191-6/+11
| * vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudataAlexey Kardashevskiy2016-04-281-2/+0
| * vfio/pci: Add test for BAR restoreAlex Williamson2016-04-281-1/+19
| * vfio/pci: Hide broken INTx support from userAlex Williamson2016-04-283-11/+54
* | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-1/+2
|\ \
| * | vfio/spapr: Relax the IOMMU compatibility checkAlexey Kardashevskiy2016-05-111-1/+2
| |/
* / iommu: Allow selecting page sizes per domainRobin Murphy2016-05-091-1/+1
|/
* Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-03-179-35/+605
|\
| * vfio/pci: return -EFAULT if copy_to_user failsDan Carpenter2016-02-251-5/+4
| * vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson2016-02-223-8/+22
| * vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson2016-02-223-7/+183
| * vfio/pci: Intel IGD OpRegion supportAlex Williamson2016-02-225-0/+131
| * vfio/pci: Enable virtual register in PCI config spaceAlex Williamson2016-02-222-4/+34
| * vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson2016-02-222-5/+103
| * vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson2016-02-221-1/+72
| * vfio: Add capability chain helpersAlex Williamson2016-02-221-0/+54
| * vfio: If an IOMMU backend fails, keep lookingAlex Williamson2016-02-221-10/+6
| * vfio/pci: Fix unsigned comparison overflowAlex Williamson2016-02-221-8/+9
* | vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-283-8/+16
|/
* vfio/noiommu: Don't use iommu_present() to track fake groupsAlex Williamson2016-01-271-14/+10
* vfio/iommu_type1: make use of info.flagsPierre Morel2016-01-041-1/+1
* vfio: Include No-IOMMU modeAlex Williamson2015-12-213-7/+200
* VFIO: platform: reset: fix a warning message conditionDan Carpenter2015-12-211-1/+1
* Revert: "vfio: Include No-IOMMU mode"Alex Williamson2015-12-043-199/+10
* vfio: fix a warning messageDan Carpenter2015-11-211-1/+1
* vfio: platform: remove needless stack usageKees Cook2015-11-201-4/+1
* vfio-pci: constify pci_error_handlers structuresJulia Lawall2015-11-191-1/+1
* vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-11-191-1/+0
* Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-11-1315-90/+606
|\
| * vfio/pci: make an array largerDan Carpenter2015-11-091-2/+2
| * vfio: Include No-IOMMU modeAlex Williamson2015-11-043-10/+199
| * vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel2015-11-041-3/+4
| * VFIO: platform: reset: AMD xgbe reset moduleEric Auger2015-11-033-0/+137