summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger2015-11-031-7/+7
| * vfio: platform: add dev_info on device resetEric Auger2015-11-032-2/+13
| * vfio: platform: use list of registered reset functionEric Auger2015-11-033-30/+30
| * vfio: platform: add compat in vfio_platform_deviceEric Auger2015-11-032-7/+9
| * vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger2015-11-031-2/+2
| * vfio: platform: introduce module_vfio_reset_handler macroEric Auger2015-11-031-0/+14
| * vfio: platform: add capability to register a reset functionEric Auger2015-11-032-0/+47
| * vfio: platform: introduce vfio-platform-base moduleEric Auger2015-11-035-4/+18
| * vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse2015-11-031-18/+18
| * vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger2015-11-031-1/+14
| * VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger2015-10-271-0/+1
| * vfio/pci: Use kernel VPD access functionsAlex Williamson2015-10-271-1/+69
| * vfio: Whitelist PCI bridgesAlex Williamson2015-10-271-6/+25
* | vfio: Register/unregister irq_bypass_producerFeng Wu2015-10-014-0/+13
|/
* vfio: Fix lockdep issueAlex Williamson2015-07-241-37/+54
* Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-06-289-19/+195
|\
| * VFIO: platform: enable ARM64 buildEric Auger2015-06-221-1/+1
| * VFIO: platform: Calxeda xgmac reset moduleEric Auger2015-06-226-0/+107
| * VFIO: platform: populate the reset function on probeEric Auger2015-06-221-1/+36
| * VFIO: platform: add reset callbackEric Auger2015-06-222-2/+14
| * VFIO: platform: add reset struct and lookup tableEric Auger2015-06-172-0/+9
| * vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2015-06-092-15/+28
* | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-242-101/+1010
|\ \
| * | vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy2015-06-111-1/+195