aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2015-07-24vfio: Fix lockdep issueGravatar Alex Williamson 1-37/+54
2015-06-28Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 9-19/+195
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 2-101/+1010
2015-06-22VFIO: platform: enable ARM64 buildGravatar Eric Auger 1-1/+1
2015-06-22VFIO: platform: Calxeda xgmac reset moduleGravatar Eric Auger 6-0/+107
2015-06-22VFIO: platform: populate the reset function on probeGravatar Eric Auger 1-1/+36
2015-06-22VFIO: platform: add reset callbackGravatar Eric Auger 2-2/+14
2015-06-17VFIO: platform: add reset struct and lookup tableGravatar Eric Auger 2-0/+9
2015-06-11vfio: powerpc/spapr: Support Dynamic DMA windowsGravatar Alexey Kardashevskiy 1-1/+195
2015-06-11vfio: powerpc/spapr: Register memory and define IOMMU v2Gravatar Alexey Kardashevskiy 1-80/+421
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Gravatar Alexey Kardashevskiy 1-1/+87
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIGravatar Alexey Kardashevskiy 1-8/+11
2015-06-11powerpc/iommu/powernv: Release replaced TCEGravatar Alexey Kardashevskiy 1-25/+38
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlGravatar Alexey Kardashevskiy 1-5/+65
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupGravatar Alexey Kardashevskiy 1-36/+86
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupGravatar Alexey Kardashevskiy 1-10/+13
2015-06-11vfio: powerpc/spapr: Rework groups attachingGravatar Alexey Kardashevskiy 1-16/+24
2015-06-11vfio: powerpc/spapr: Moving pinning/unpinning to helpersGravatar Alexey Kardashevskiy 1-20/+41
2015-06-11vfio: powerpc/spapr: Disable DMA mappings on disabled containerGravatar Alexey Kardashevskiy 1-0/+6
2015-06-11vfio: powerpc/spapr: Move locked_vm accounting to helpersGravatar Alexey Kardashevskiy 1-19/+63
2015-06-11vfio: powerpc/spapr: Use it_page_sizeGravatar Alexey Kardashevskiy 1-13/+13
2015-06-11vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageGravatar Alexey Kardashevskiy 1-0/+16
2015-06-11vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverGravatar Alexey Kardashevskiy 1-13/+67
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callGravatar Alex Williamson 2-15/+28
2015-05-29drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3Gravatar Will Deacon 1-1/+1
2015-05-12drivers/vfio: Support EEH error injectionGravatar Gavin Shan 1-0/+10
2015-05-01vfio: Fix runaway interruptible timeoutGravatar Alex Williamson 1-3/+18
2015-05-01vfio-pci: Log device requests more verboselyGravatar Alex Williamson 1-1/+7
2015-04-08vfio-pci: Fix use after freeGravatar Alex Williamson 1-0/+1
2015-04-07vfio-pci: Move idle devices to D3hot power stateGravatar Alex Williamson 1-3/+33
2015-04-07vfio-pci: Remove warning if try-reset failsGravatar Alex Williamson 1-8/+2
2015-04-07vfio-pci: Allow PCI IDs to be specified as module optionsGravatar Alex Williamson 1-0/+49
2015-04-07vfio-pci: Add VGA arbiter clientGravatar Alex Williamson 1-4/+63
2015-04-07vfio-pci: Add module option to disable VGA region accessGravatar Alex Williamson 1-3/+16
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversGravatar Alex Williamson 6-12/+25
2015-03-17vfio: virqfd_lock can be staticGravatar kbuild test robot 1-1/+1
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupGravatar Zhen Lei 1-7/+6
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdGravatar Antonios Motakis 2-4/+45
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeGravatar Antonios Motakis 4-11/+12
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileGravatar Antonios Motakis 4-219/+215
2015-03-16vfio: pass an opaque pointer on virqfd initializationGravatar Antonios Motakis 1-14/+16
2015-03-16vfio: add local lock for virqfd instead of depending on VFIO PCIGravatar Antonios Motakis 1-15/+16
2015-03-16vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitGravatar Antonios Motakis 3-7/+7
2015-03-16vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportGravatar Antonios Motakis 1-14/+16
2015-03-16vfio/platform: support for level sensitive interruptsGravatar Antonios Motakis 2-3/+102
2015-03-16vfio/platform: trigger an interrupt via eventfdGravatar Antonios Motakis 2-2/+94
2015-03-16vfio/platform: initial interrupts support codeGravatar Antonios Motakis 3-3/+115
2015-03-16vfio/platform: return IRQ infoGravatar Antonios Motakis 4-5/+89
2015-03-16vfio/platform: support MMAP of MMIO regionsGravatar Antonios Motakis 1-0/+65
2015-03-16vfio/platform: read and write support for the device fdGravatar Antonios Motakis 2-0/+151