summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2016-11-17vfio iommu type1: Add find_iommu_group() functionKirti Wankhede
2016-11-17vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede
2016-11-17vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede
2016-11-17vfio: Common function to increment container_usersKirti Wankhede
2016-11-17vfio: Rearrange functions to get vfio_group from devKirti Wankhede
2016-11-17vfio: VFIO based driver for Mediated devicesKirti Wankhede
2016-11-17vfio: Mediated device Core driverKirti Wankhede
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson
2016-09-26vfio-pci: Virtualize PCIe & AF FLRAlex Williamson
2016-09-13vfio: platform: mark symbols static where possibleBaoyou Xie
2016-08-29vfio/pci: Fix typos in commentsWei Jiangang
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson
2016-07-19vfio: platform: check reset call return code during releaseSinan Kaya
2016-07-19vfio: platform: check reset call return code during openSinan Kaya
2016-07-19vfio, platform: make reset driver a requirement by defaultSinan Kaya
2016-07-19vfio: platform: call _RST method when using ACPISinan Kaya
2016-07-19vfio: platform: add extra debug info argument to call resetSinan Kaya
2016-07-19vfio: platform: add support for ACPI probeSinan Kaya
2016-07-19vfio: platform: determine reset capabilitySinan Kaya
2016-07-19vfio: platform: move reset call to a common functionSinan Kaya
2016-07-19vfio: platform: rename reset functionSinan Kaya
2016-07-14vfio: fix possible use after free of vfio groupIlya Lesokhin
2016-07-08vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie
2016-06-23vfio: platform: support No-IOMMU modePeng Fan
2016-05-31vfio/pci: Allow VPD short readAlex Williamson
2016-05-30vfio/type1: Fix build warningAlex Williamson
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson
2016-05-25Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-19vfio_pci: Test for extended capabilities if config space > 256 bytesAlexey Kardashevskiy
2016-05-11vfio/spapr: Relax the IOMMU compatibility checkAlexey Kardashevskiy
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy
2016-04-28vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudataAlexey Kardashevskiy
2016-04-28vfio/pci: Add test for BAR restoreAlex Williamson
2016-04-28vfio/pci: Hide broken INTx support from userAlex Williamson
2016-03-17Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin
2016-02-25vfio/pci: return -EFAULT if copy_to_user failsDan Carpenter
2016-02-22vfio/pci: Expose shadow ROM as PCI option ROMAlex Williamson
2016-02-22vfio/pci: Intel IGD host and LCP bridge config space accessAlex Williamson
2016-02-22vfio/pci: Intel IGD OpRegion supportAlex Williamson
2016-02-22vfio/pci: Enable virtual register in PCI config spaceAlex Williamson
2016-02-22vfio/pci: Add infrastructure for additional device specific regionsAlex Williamson
2016-02-22vfio/pci: Include sparse mmap capability for MSI-X table regionsAlex Williamson
2016-02-22vfio: Add capability chain helpersAlex Williamson
2016-02-22vfio: If an IOMMU backend fails, keep lookingAlex Williamson
2016-02-22vfio/pci: Fix unsigned comparison overflowAlex Williamson