summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio-pci: Handle error from pci_iomapArvind Yadav2017-01-041-0/+4
* vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann2016-12-301-1/+4
* vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-302-0/+43
* vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-302-0/+16
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-304-27/+27
* vfio-mdev: Fix remove raceAlex Williamson2016-12-301-2/+34
* vfio/type1: Restore mapping performance with mdev supportAlex Williamson2016-12-301-47/+51
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-111/+217
|\
| * powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy2016-12-021-1/+60
| * vfio/spapr: Reference mm in tce_containerAlexey Kardashevskiy2016-12-021-60/+100
| * vfio/spapr: Postpone default window creationAlexey Kardashevskiy2016-12-021-15/+25
| * vfio/spapr: Add a helper to create default DMA windowAlexey Kardashevskiy2016-12-021-45/+42
| * vfio/spapr: Postpone allocation of userspace version of TCE tableAlexey Kardashevskiy2016-12-021-13/+7
| * powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy2016-12-021-4/+10
* | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-2/+0
|\ \
| * | PCI: Move config space size macros to pci_regs.hWang Sheng-Hui2016-12-121-2/+0
* | | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
* | | 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
OpenPOWER on IntegriCloud