aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2017-01-24vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz
2017-01-13vfio/type1: Remove pid_namespace.h includeAlex Williamson
2017-01-12vfio iommu type1: fix the testing of capability for remote taskJike Song
2017-01-04vfio-pci: Handle error from pci_iomapArvind Yadav
2016-12-30vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson
2016-12-30vfio-mdev: Fix remove raceAlex Williamson
2016-12-30vfio/type1: Restore mapping performance with mdev supportAlex Williamson
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-12PCI: Move config space size macros to pci_regs.hWang Sheng-Hui
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede
2016-12-05vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede
2016-12-02powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy
2016-12-02vfio/spapr: Reference mm in tce_containerAlexey Kardashevskiy
2016-12-02vfio/spapr: Postpone default window creationAlexey Kardashevskiy
2016-12-02vfio/spapr: Add a helper to create default DMA windowAlexey Kardashevskiy
2016-12-02vfio/spapr: Postpone allocation of userspace version of TCE tableAlexey Kardashevskiy
2016-12-02powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy
2016-12-01vfio: support notifier chain in vfio_groupJike Song
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song
2016-12-01vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET
2016-11-21vfio: fix vfio_info_cap_add/shiftEric Auger
2016-11-18vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin
2016-11-17docs: Add Documentation for Mediated devicesKirti Wankhede
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede
2016-11-17vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede
2016-11-17vfio_pci: Update vfio_pci to use vfio_info_add_capability()Kirti Wankhede
2016-11-17vfio: Introduce common function to add capabilitiesKirti Wankhede
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede
2016-11-17vfio iommu type1: Add support for mediated devicesKirti Wankhede
2016-11-17vfio iommu type1: Add task structure to vfio_dmaKirti Wankhede
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