summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede2016-12-061-3/+3
* vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede2016-12-061-1/+1
* vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede2016-12-051-0/+2
* vfio: support notifier chain in vfio_groupJike Song2016-12-011-0/+82
* vfio: vfio_register_notifier: classify iommu notifierJike Song2016-12-012-25/+67
* vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET2016-12-011-8/+8
* vfio: fix vfio_info_cap_add/shiftEric Auger2016-11-211-2/+3
* vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin2016-11-181-5/+5
* docs: Add Documentation for Mediated devicesKirti Wankhede2016-11-171-0/+1
* vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-23/+8
* vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-27/+7
* vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-0/+48
* vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede2016-11-171-30/+19
* vfio: Introduce common function to add capabilitiesKirti Wankhede2016-11-171-1/+59
* vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2016-11-172-13/+134
* vfio iommu type1: Add support for mediated devicesKirti Wankhede2016-11-171-84/+537
* vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede2016-11-171-51/+86
* vfio iommu type1: Add find_iommu_group() functionKirti Wankhede2016-11-171-24/+33
* vfio iommu type1: Update argument of vaddr_get_pfn()Kirti Wankhede2016-11-171-8/+24
* vfio iommu type1: Update arguments of vfio_lock_acctKirti Wankhede2016-11-171-14/+16
* vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2016-11-172-10/+112
* vfio: Common function to increment container_usersKirti Wankhede2016-11-171-13/+21
* vfio: Rearrange functions to get vfio_group from devKirti Wankhede2016-11-171-7/+16
* vfio: VFIO based driver for Mediated devicesKirti Wankhede2016-11-174-1/+168
* vfio: Mediated device Core driverKirti Wankhede2016-11-178-0/+835
* vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2016-10-262-13/+22
* vfio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-292-36/+10
* vfio-pci: Disable INTx after MSI/X teardownAlex Williamson2016-09-261-0/+7
* vfio-pci: Virtualize PCIe & AF FLRAlex Williamson2016-09-261-5/+77
* vfio: platform: mark symbols static where possibleBaoyou Xie2016-09-133-5/+5
* vfio/pci: Fix typos in commentsWei Jiangang2016-08-291-4/+4
* 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