aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds15-90/+606
2015-11-09vfio/pci: make an array largerDan Carpenter1-2/+2
2015-11-04vfio: Include No-IOMMU modeAlex Williamson3-10/+199
2015-11-04vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel1-3/+4
2015-11-03VFIO: platform: reset: AMD xgbe reset moduleEric Auger3-0/+137
2015-11-03vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger1-7/+7
2015-11-03vfio: platform: add dev_info on device resetEric Auger2-2/+13
2015-11-03vfio: platform: use list of registered reset functionEric Auger3-30/+30
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger2-7/+9
2015-11-03vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger1-2/+2
2015-11-03vfio: platform: introduce module_vfio_reset_handler macroEric Auger1-0/+14
2015-11-03vfio: platform: add capability to register a reset functionEric Auger2-0/+47
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger5-4/+18
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse1-18/+18
2015-11-03vfio/type1: handle case where IOMMU does not support PAGE_SIZE sizeEric Auger1-1/+14
2015-10-27VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger1-0/+1
2015-10-27vfio/pci: Use kernel VPD access functionsAlex Williamson1-1/+69
2015-10-27vfio: Whitelist PCI bridgesAlex Williamson1-6/+25
2015-10-01vfio: Register/unregister irq_bypass_producerFeng Wu4-0/+13
2015-07-24vfio: Fix lockdep issueAlex Williamson1-37/+54
2015-06-28Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds9-19/+195
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-101/+1010
2015-06-22VFIO: platform: enable ARM64 buildEric Auger1-1/+1
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger6-0/+107
2015-06-22VFIO: platform: populate the reset function on probeEric Auger1-1/+36
2015-06-22VFIO: platform: add reset callbackEric Auger2-2/+14
2015-06-17VFIO: platform: add reset struct and lookup tableEric Auger2-0/+9
2015-06-11vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy1-1/+195
2015-06-11vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy1-80/+421
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