aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song2-25/+67
2016-12-01vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET1-8/+8
2016-11-21vfio: fix vfio_info_cap_add/shiftEric Auger1-2/+3
2016-11-18vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin1-5/+5
2016-11-17docs: Add Documentation for Mediated devicesKirti Wankhede1-0/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-23/+8
2016-11-17vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-27/+7
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-0/+48
2016-11-17vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede1-30/+19
2016-11-17vfio: Introduce common function to add capabilitiesKirti Wankhede1-1/+59
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2-13/+134
2016-11-17vfio iommu type1: Add support for mediated devicesKirti Wankhede1-84/+537
2016-11-17vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede1-51/+86
2016-11-17vfio iommu type1: Add find_iommu_group() functionKirti Wankhede1-24/+33
2016-11-17vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede1-8/+24
2016-11-17vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede1-14/+16
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2-10/+112
2016-11-17vfio: Common function to increment container_usersKirti Wankhede1-13/+21
2016-11-17vfio: Rearrange functions to get vfio_group from devKirti Wankhede1-7/+16
2016-11-17vfio: VFIO based driver for Mediated devicesKirti Wankhede4-1/+168
2016-11-17vfio: Mediated device Core driverKirti Wankhede8-0/+835
2016-10-26vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2-13/+22
2016-09-29vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-36/+10
2016-09-26vfio-pci: Disable INTx after MSI/X teardownAlex Williamson1-0/+7
2016-09-26vfio-pci: Virtualize PCIe & AF FLRAlex Williamson1-5/+77
2016-09-13vfio: platform: mark symbols static where possibleBaoyou Xie3-5/+5
2016-08-29vfio/pci: Fix typos in commentsWei Jiangang1-4/+4
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson1-36/+49
2016-07-19vfio: platform: check reset call return code during releaseSinan Kaya1-1/+9
2016-07-19vfio: platform: check reset call return code during openSinan Kaya1-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultSinan Kaya4-4/+19
2016-07-19vfio: platform: call _RST method when using ACPISinan Kaya1-1/+49
2016-07-19vfio: platform: add extra debug info argument to call resetSinan Kaya1-4/+5
2016-07-19vfio: platform: add support for ACPI probeSinan Kaya2-5/+60
2016-07-19vfio: platform: determine reset capabilitySinan Kaya1-1/+6
2016-07-19vfio: platform: move reset call to a common functionSinan Kaya1-16/+14
2016-07-19vfio: platform: rename reset functionSinan Kaya2-18/+18
2016-07-14vfio: fix possible use after free of vfio groupIlya Lesokhin1-1/+1
2016-07-08vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusiveYongji Xie2-6/+90
2016-06-23vfio: platform: support No-IOMMU modePeng Fan1-3/+3
2016-05-31vfio/pci: Allow VPD short readAlex Williamson1-1/+2
2016-05-30vfio/type1: Fix build warningAlex Williamson1-1/+1
2016-05-30vfio/pci: Fix ordering of eventfd vs virqfd shutdownAlex Williamson1-3/+3
2016-05-25Merge tag 'vfio-v4.7-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds4-20/+84
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2016-05-19vfio_pci: Test for extended capabilities if config space > 256 bytesAlexey Kardashevskiy1-6/+11
2016-05-11vfio/spapr: Relax the IOMMU compatibility checkAlexey Kardashevskiy1-1/+2
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+1
2016-04-28vfio_iommu_spapr_tce: Remove unneeded iommu_group_get_iommudataAlexey Kardashevskiy1-2/+0
2016-04-28vfio/pci: Add test for BAR restoreAlex Williamson1-1/+19