summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2017-03-24Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds-3/+5
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy-4/+3
2017-03-21vfio: Rework group release notifier warningAlex Williamson-3/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+3
2017-02-23Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-25/+6
2017-02-22vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du-1/+1
2017-02-20Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+38
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel-88/+227
2017-02-10vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()Wei Yongjun-2/+5
2017-02-09vfio: Replace module request with softdepAlex Williamson-8/+1
2017-02-08vfio/mdev: Use a module softdep for vfio_mdevAlex Williamson-12/+2
2017-02-08vfio: Fix build break when SPAPR_TCE_IOMMU=nMichael Ellerman-4/+2
2017-02-07vfio/spapr_tce: Set window when adding additional groups to containerAlexey Kardashevskiy-0/+22
2017-02-01vfio/spapr: Fix missing mutex unlock when creating a windowAlexey Kardashevskiy-6/+5
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel-2/+35
2017-01-24vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz-0/+4
2017-01-23vfio/type1: Check MSI remapping at irq domain levelEric Auger-3/+6
2017-01-23vfio/type1: Allow transparent MSI IOVA allocationEric Auger-0/+30
2017-01-13vfio/type1: Remove pid_namespace.h includeAlex Williamson-1/+0
2017-01-12vfio iommu type1: fix the testing of capability for remote taskJike Song-2/+1
2017-01-04vfio-pci: Handle error from pci_iomapArvind Yadav-0/+4
2016-12-30vfio-pci: use 32-bit comparisons for register address for gcc-4.5Arnd Bergmann-1/+4
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson-0/+43
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson-0/+16
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson-27/+27
2016-12-30vfio-mdev: Fix remove raceAlex Williamson-2/+34
2016-12-30vfio/type1: Restore mapping performance with mdev supportAlex Williamson-47/+51
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-111/+217
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes-1/+1
2016-12-12PCI: Move config space size macros to pci_regs.hWang Sheng-Hui-2/+0
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pagesKirti Wankhede-3/+3
2016-12-06vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.Kirti Wankhede-1/+1
2016-12-05vfio iommu type1: WARN_ON if notifier block is not unregisteredKirti Wankhede-0/+2
2016-12-02powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy-1/+60
2016-12-02vfio/spapr: Reference mm in tce_containerAlexey Kardashevskiy-60/+100
2016-12-02vfio/spapr: Postpone default window creationAlexey Kardashevskiy-15/+25
2016-12-02vfio/spapr: Add a helper to create default DMA windowAlexey Kardashevskiy-45/+42
2016-12-02vfio/spapr: Postpone allocation of userspace version of TCE tableAlexey Kardashevskiy-13/+7
2016-12-02powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy-4/+10
2016-12-01vfio: support notifier chain in vfio_groupJike Song-0/+82
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song-25/+67
2016-12-01vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET-8/+8
2016-11-21vfio: fix vfio_info_cap_add/shiftEric Auger-2/+3
2016-11-18vfio/pci: Drop unnecessary pcibios_err_to_errno()Cao jin-5/+5
2016-11-17docs: Add Documentation for Mediated devicesKirti Wankhede-0/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede-23/+8
2016-11-17vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede-27/+7
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede-0/+48