summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)Author
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Alexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Rework groups attachingAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Moving pinning/unpinning to helpersAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Disable DMA mappings on disabled containerAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Move locked_vm accounting to helpersAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Use it_page_sizeAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageAlexey Kardashevskiy
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson
2015-05-29drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3Will Deacon
2015-05-12drivers/vfio: Support EEH error injectionGavin Shan
2015-05-01vfio: Fix runaway interruptible timeoutAlex Williamson
2015-05-01vfio-pci: Log device requests more verboselyAlex Williamson
2015-04-08vfio-pci: Fix use after freeAlex Williamson
2015-04-07vfio-pci: Move idle devices to D3hot power stateAlex Williamson
2015-04-07vfio-pci: Remove warning if try-reset failsAlex Williamson
2015-04-07vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson
2015-04-07vfio-pci: Add VGA arbiter clientAlex Williamson
2015-04-07vfio-pci: Add module option to disable VGA region accessAlex Williamson
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson
2015-03-17vfio: virqfd_lock can be statickbuild test robot
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis
2015-03-16vfio: pass an opaque pointer on virqfd initializationAntonios Motakis
2015-03-16vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis
2015-03-16vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis
2015-03-16vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis
2015-03-16vfio/platform: support for level sensitive interruptsAntonios Motakis
2015-03-16vfio/platform: trigger an interrupt via eventfdAntonios Motakis
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis
2015-03-16vfio/platform: return IRQ infoAntonios Motakis
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis
2015-03-16vfio/platform: return info for bound deviceAntonios Motakis
2015-03-16vfio: amba: add the VFIO for AMBA devices module to KconfigAntonios Motakis
2015-03-16vfio: amba: VFIO support for AMBA devicesAntonios Motakis
2015-03-16vfio: platform: add the VFIO PLATFORM module to KconfigAntonios Motakis
2015-03-16vfio: platform: probe to devices on the platform busAntonios Motakis
2015-03-16vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis
2015-03-12vfio-pci: Add missing break to enable VFIO_PCI_ERR_IRQ_INDEXAlexey Kardashevskiy
2015-02-10vfio-pci: Add device request interfaceAlex Williamson
2015-02-10vfio-pci: Generalize setup of simple eventfdsAlex Williamson