aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership controlAlexey Kardashevskiy1-1/+87
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy1-8/+11
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy1-25/+38
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy1-5/+65
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy1-36/+86
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy1-10/+13
2015-06-11vfio: powerpc/spapr: Rework groups attachingAlexey Kardashevskiy1-16/+24
2015-06-11vfio: powerpc/spapr: Moving pinning/unpinning to helpersAlexey Kardashevskiy1-20/+41
2015-06-11vfio: powerpc/spapr: Disable DMA mappings on disabled containerAlexey Kardashevskiy1-0/+6
2015-06-11vfio: powerpc/spapr: Move locked_vm accounting to helpersAlexey Kardashevskiy1-19/+63
2015-06-11vfio: powerpc/spapr: Use it_page_sizeAlexey Kardashevskiy1-13/+13
2015-06-11vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageAlexey Kardashevskiy1-0/+16
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy1-13/+67
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2-15/+28
2015-05-29drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3Will Deacon1-1/+1
2015-05-12drivers/vfio: Support EEH error injectionGavin Shan1-0/+10
2015-05-01vfio: Fix runaway interruptible timeoutAlex Williamson1-3/+18
2015-05-01vfio-pci: Log device requests more verboselyAlex Williamson1-1/+7
2015-04-08vfio-pci: Fix use after freeAlex Williamson1-0/+1
2015-04-07vfio-pci: Move idle devices to D3hot power stateAlex Williamson1-3/+33
2015-04-07vfio-pci: Remove warning if try-reset failsAlex Williamson1-8/+2
2015-04-07vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson1-0/+49
2015-04-07vfio-pci: Add VGA arbiter clientAlex Williamson1-4/+63
2015-04-07vfio-pci: Add module option to disable VGA region accessAlex Williamson1-3/+16
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson6-12/+25
2015-03-17vfio: virqfd_lock can be statickbuild test robot1-1/+1
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei1-7/+6
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis2-4/+45
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis4-11/+12
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis4-219/+215
2015-03-16vfio: pass an opaque pointer on virqfd initializationAntonios Motakis1-14/+16
2015-03-16vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis1-15/+16
2015-03-16vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis3-7/+7
2015-03-16vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis1-14/+16
2015-03-16vfio/platform: support for level sensitive interruptsAntonios Motakis2-3/+102
2015-03-16vfio/platform: trigger an interrupt via eventfdAntonios Motakis2-2/+94
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis3-3/+115
2015-03-16vfio/platform: return IRQ infoAntonios Motakis4-5/+89
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis1-0/+65
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis2-0/+151
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis2-4/+124
2015-03-16vfio/platform: return info for bound deviceAntonios Motakis1-3/+21
2015-03-16vfio: amba: add the VFIO for AMBA devices module to KconfigAntonios Motakis2-0/+14
2015-03-16vfio: amba: VFIO support for AMBA devicesAntonios Motakis1-0/+115
2015-03-16vfio: platform: add the VFIO PLATFORM module to KconfigAntonios Motakis4-0/+15
2015-03-16vfio: platform: probe to devices on the platform busAntonios Motakis1-0/+103
2015-03-16vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis2-0/+160
2015-03-12vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEXAlexey Kardashevskiy1-0/+2
2015-02-10vfio-pci: Add device request interfaceAlex Williamson3-1/+37
2015-02-10vfio-pci: Generalize setup of simple eventfdsAlex Williamson1-15/+29