summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-31/+2
|\
| * vfio/type1: Remove map_try_harder() code pathJoerg Roedel2018-11-151-31/+2
* | Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-12-283-26/+144
|\ \
| * | vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro2018-12-121-2/+2
| * | vfio/pci: Parallelize device open and releaseAlex Williamson2018-12-122-24/+142
| |/
* | vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverAlexey Kardashevskiy2018-12-216-2/+630
* | vfio_pci: Allow regions to add own capabilitiesAlexey Kardashevskiy2018-12-212-0/+9
* | vfio_pci: Allow mapping extra regionsAlexey Kardashevskiy2018-12-212-0/+12
* | powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-10/+19
* | powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy2018-12-211-12/+23
* | vfio/spapr_tce: Get rid of possible infinite loopAlexey Kardashevskiy2018-12-201-7/+3
|/
* Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-10-313-4/+37
|\
| * drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUsGeert Uytterhoeven2018-09-251-1/+1
| * vfio/pci: Mask buggy SR-IOV VF INTx supportAlex Williamson2018-09-252-2/+33
| * vfio/pci: Fix potential memory leak in vfio_msi_cap_lenLi Qiang2018-09-251-1/+3
* | KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-201-2/+21
|/
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-56/+9
|\
| * Merge branch 'fixes' into nextMichael Ellerman2018-08-131-5/+5
| |\
| * | powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-161-1/+1
| * | powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-161-46/+0
| * | KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-10/+9
* | | Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-08-162-1/+15
|\ \ \
| * | | vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson2018-08-061-0/+13
| * | | vfio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-062-1/+2
* | | | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-191-2/+2
| * | | PCI: Unify try slot and bus reset APISinan Kaya2018-07-191-4/+2
| |/ /
* | | Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-07-211-5/+5
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-181-1/+1
| * | vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy2018-07-181-4/+4
| |/
* | vfio/pci: Fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+4
* | vfio: Use get_user_pages_longterm correctlyJason Gunthorpe2018-06-301-9/+7
* | vfio/pci: Make IGD support a configurable optionAlex Williamson2018-06-181-2/+10
|/
* Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-06-126-116/+116
|\
| * vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven2018-06-081-0/+10
| * vfio: use match_string() helperYisheng Xie2018-06-081-8/+3
| * vfio/mdev: Re-order sysfs attribute creationAlex Williamson2018-06-081-7/+7
| * vfio/mdev: Check globally for duplicate devicesAlex Williamson2018-06-082-67/+37
| * vfio: platform: Make printed error messages more consistentGeert Uytterhoeven2018-06-081-3/+2
| * vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven2018-06-081-5/+10
| * vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson2018-06-081-26/+47
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \ | |/ |/|
| * fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
* | Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson2018-06-021-15/+10
|/
* Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-04-064-41/+348
|\
| * vfio/pci: Add ioeventfd supportAlex Williamson2018-03-263-0/+165
| * vfio/pci: Use endian neutral helpersAlex Williamson2018-03-261-8/+26
| * vfio/pci: Pull BAR mapping setup from read-write pathAlex Williamson2018-03-261-12/+27
| * vfio/type1: Improve memory pinning process for raw PFN mappingJason Cai (Xiang Feng)2018-03-221-10/+15
| * vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsSuravee Suthikulpanit2018-03-211-11/+115