summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali2019-06-151-20/+10Star
* vfio/pci: use correct format charactersLouis Taylor2019-05-081-2/+2
* vfio/type1: Limit DMA mappings per containerAlex Williamson2019-05-021-0/+14
* vfio/type1: Fix unmap overflow off-by-oneAlex Williamson2019-01-161-1/+1
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-56/+9Star
|\
| * 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/+0Star
| * | KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-10/+9Star
* | | 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/+2Star
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Rename pci_try_reset_bus() to pci_reset_bus()Sinan Kaya2018-07-201-2/+2
| * | | PCI: Unify try slot and bus reset APISinan Kaya2018-07-201-4/+2Star
| |/ /
* | | Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-07-221-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/+7Star
* | vfio/pci: Make IGD support a configurable optionAlex Williamson2018-06-191-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/+3Star
| * vfio/mdev: Re-order sysfs attribute creationAlex Williamson2018-06-081-7/+7
| * vfio/mdev: Check globally for duplicate devicesAlex Williamson2018-06-082-67/+37Star
| * vfio: platform: Make printed error messages more consistentGeert Uytterhoeven2018-06-081-3/+2Star
| * 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/+10Star
|/
* Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-04-074-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
* | Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"Alex Williamson2018-03-221-3/+0Star
|/
* vfio: disable filesystem-dax page pinningDan Williams2018-03-031-3/+15
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-02-013-110/+23Star
|\
| * vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song2018-01-091-3/+3
| * vfio-pci: Allow mapping MSIX BARAlexey Kardashevskiy2017-12-201-56/+8Star
| * vfio: Simplify capability helperAlex Williamson2017-12-202-54/+12Star
| * vfio-pci: Mask INTx if a device is not capabable of enabling itAlexey Kardashevskiy2017-12-201-0/+3
* | annotate poll-related wait keysAl Viro2017-11-271-1/+1
* | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
|/
* Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-156-3/+156
|\
| * Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0Alex Williamson2017-11-133-0/+123
| |\