summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-02-233-25/+6
|\
| * vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du2017-02-221-1/+1
| * vfio: Replace module request with softdepAlex Williamson2017-02-091-8/+1
| * vfio/mdev: Use a module softdep for vfio_mdevAlex Williamson2017-02-081-12/+2
| * vfio: Fix build break when SPAPR_TCE_IOMMU=nMichael Ellerman2017-02-081-4/+2
* | Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-201-2/+38
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-108-88/+227
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun2017-02-101-2/+5
| | | | | * Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel2017-01-301-2/+35
| | | | |/|
| | | | | * vfio/type1: Check MSI remapping at irq domain levelEric Auger2017-01-231-3/+6
| | | | | * vfio/type1: Allow transparent MSI IOVA allocationEric Auger2017-01-231-0/+30
* | | | | | vfio/spapr_tce: Set window when adding additional groups to containerAlexey Kardashevskiy2017-02-071-0/+22
| |_|/ / / |/| | | |
* | | | | vfio/spapr: Fix missing mutex unlock when creating a windowAlexey Kardashevskiy2017-02-011-6/+5
| |_|/ / |/| | |
* | | | vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz2017-01-241-0/+4
* | | | vfio/type1: Remove pid_namespace.h includeAlex Williamson2017-01-131-1/+0
* | | | vfio iommu type1: fix the testing of capability for remote taskJike Song2017-01-121-2/+1
| |_|/ |/| |
* | | 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