summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Fix lockdep issueAlex Williamson2015-07-241-37/+54
* Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2015-06-289-19/+195
|\
| * VFIO: platform: enable ARM64 buildEric Auger2015-06-221-1/+1
| * VFIO: platform: Calxeda xgmac reset moduleEric Auger2015-06-226-0/+107
| * VFIO: platform: populate the reset function on probeEric Auger2015-06-221-1/+36
| * VFIO: platform: add reset callbackEric Auger2015-06-222-2/+14
| * VFIO: platform: add reset struct and lookup tableEric Auger2015-06-172-0/+9
| * vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2015-06-092-15/+28
* | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-242-101/+1010
|\ \
| * | vfio: powerpc/spapr: Support Dynamic DMA windowsAlexey Kardashevskiy2015-06-111-1/+195
| * | vfio: powerpc/spapr: Register memory and define IOMMU v2Alexey Kardashevskiy2015-06-111-80/+421
| * | vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Alexey Kardashevskiy2015-06-111-1/+87
| * | vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy2015-06-111-8/+11
| * | powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-111-25/+38
| * | vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy2015-06-111-5/+65
| * | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-36/+86
| * | powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-111-10/+13
| * | vfio: powerpc/spapr: Rework groups attachingAlexey Kardashevskiy2015-06-111-16/+24
| * | vfio: powerpc/spapr: Moving pinning/unpinning to helpersAlexey Kardashevskiy2015-06-111-20/+41
| * | vfio: powerpc/spapr: Disable DMA mappings on disabled containerAlexey Kardashevskiy2015-06-111-0/+6
| * | vfio: powerpc/spapr: Move locked_vm accounting to helpersAlexey Kardashevskiy2015-06-111-19/+63
| * | vfio: powerpc/spapr: Use it_page_sizeAlexey Kardashevskiy2015-06-111-13/+13
| * | vfio: powerpc/spapr: Check that IOMMU page is fully contained by system pageAlexey Kardashevskiy2015-06-111-0/+16
| * | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy2015-06-111-13/+67
| * | drivers/vfio: Support EEH error injectionGavin Shan2015-05-121-0/+10
| |/
* | drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3Will Deacon2015-05-291-1/+1
|/
* vfio: Fix runaway interruptible timeoutAlex Williamson2015-05-011-3/+18
* vfio-pci: Log device requests more verboselyAlex Williamson2015-05-011-1/+7
* vfio-pci: Fix use after freeAlex Williamson2015-04-081-0/+1
* vfio-pci: Move idle devices to D3hot power stateAlex Williamson2015-04-071-3/+33
* vfio-pci: Remove warning if try-reset failsAlex Williamson2015-04-071-8/+2
* vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson2015-04-071-0/+49
* vfio-pci: Add VGA arbiter clientAlex Williamson2015-04-071-4/+63
* vfio-pci: Add module option to disable VGA region accessAlex Williamson2015-04-071-3/+16
* vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson2015-03-176-12/+25
* vfio: virqfd_lock can be statickbuild test robot2015-03-171-1/+1
* vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei2015-03-161-7/+6
* vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis2015-03-162-4/+45
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-164-11/+12
* vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis2015-03-164-219/+215
* vfio: pass an opaque pointer on virqfd initializationAntonios Motakis2015-03-161-14/+16
* vfio: add local lock for virqfd instead of depending on VFIO PCIAntonios Motakis2015-03-161-15/+16
* vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis2015-03-163-7/+7
* vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and exportAntonios Motakis2015-03-161-14/+16
* vfio/platform: support for level sensitive interruptsAntonios Motakis2015-03-162-3/+102
* vfio/platform: trigger an interrupt via eventfdAntonios Motakis2015-03-162-2/+94
* vfio/platform: initial interrupts support codeAntonios Motakis2015-03-163-3/+115
* vfio/platform: return IRQ infoAntonios Motakis2015-03-164-5/+89
* vfio/platform: support MMAP of MMIO regionsAntonios Motakis2015-03-161-0/+65
* vfio/platform: read and write support for the device fdAntonios Motakis2015-03-162-0/+151
OpenPOWER on IntegriCloud