| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'vfio-v4.2-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2015-06-28 | 9 | -19/+195 |
|\ |
|
| * | VFIO: platform: enable ARM64 build | Eric Auger | 2015-06-22 | 1 | -1/+1 |
| * | VFIO: platform: Calxeda xgmac reset module | Eric Auger | 2015-06-22 | 6 | -0/+107 |
| * | VFIO: platform: populate the reset function on probe | Eric Auger | 2015-06-22 | 1 | -1/+36 |
| * | VFIO: platform: add reset callback | Eric Auger | 2015-06-22 | 2 | -2/+14 |
| * | VFIO: platform: add reset struct and lookup table | Eric Auger | 2015-06-17 | 2 | -0/+9 |
| * | vfio/pci: Fix racy vfio_device_get_from_dev() call | Alex Williamson | 2015-06-09 | 2 | -15/+28 |
* | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-06-24 | 2 | -101/+1010 |
|\ \ |
|
| * | | vfio: powerpc/spapr: Support Dynamic DMA windows | Alexey Kardashevskiy | 2015-06-11 | 1 | -1/+195 |
| * | | vfio: powerpc/spapr: Register memory and define IOMMU v2 | Alexey Kardashevskiy | 2015-06-11 | 1 | -80/+421 |
| * | | vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ... | Alexey Kardashevskiy | 2015-06-11 | 1 | -1/+87 |
| * | | vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API | Alexey Kardashevskiy | 2015-06-11 | 1 | -8/+11 |
| * | | powerpc/iommu/powernv: Release replaced TCE | Alexey Kardashevskiy | 2015-06-11 | 1 | -25/+38 |
| * | | vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control | Alexey Kardashevskiy | 2015-06-11 | 1 | -5/+65 |
| * | | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -36/+86 |
| * | | powerpc/spapr: vfio: Replace iommu_table with iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -10/+13 |
| * | | vfio: powerpc/spapr: Rework groups attaching | Alexey Kardashevskiy | 2015-06-11 | 1 | -16/+24 |
| * | | vfio: powerpc/spapr: Moving pinning/unpinning to helpers | Alexey Kardashevskiy | 2015-06-11 | 1 | -20/+41 |
| * | | vfio: powerpc/spapr: Disable DMA mappings on disabled container | Alexey Kardashevskiy | 2015-06-11 | 1 | -0/+6 |
| * | | vfio: powerpc/spapr: Move locked_vm accounting to helpers | Alexey Kardashevskiy | 2015-06-11 | 1 | -19/+63 |
| * | | vfio: powerpc/spapr: Use it_page_size | Alexey Kardashevskiy | 2015-06-11 | 1 | -13/+13 |
| * | | vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page | Alexey Kardashevskiy | 2015-06-11 | 1 | -0/+16 |
| * | | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver | Alexey Kardashevskiy | 2015-06-11 | 1 | -13/+67 |
| * | | drivers/vfio: Support EEH error injection | Gavin Shan | 2015-05-12 | 1 | -0/+10 |
| |/ |
|
* / | drivers/vfio: Allow type-1 IOMMU instantiation on top of an ARM SMMUv3 | Will Deacon | 2015-05-29 | 1 | -1/+1 |
|/ |
|
* | vfio: Fix runaway interruptible timeout | Alex Williamson | 2015-05-02 | 1 | -3/+18 |
* | vfio-pci: Log device requests more verbosely | Alex Williamson | 2015-05-01 | 1 | -1/+7 |
* | vfio-pci: Fix use after free | Alex Williamson | 2015-04-08 | 1 | -0/+1 |
* | vfio-pci: Move idle devices to D3hot power state | Alex Williamson | 2015-04-07 | 1 | -3/+33 |
* | vfio-pci: Remove warning if try-reset fails | Alex Williamson | 2015-04-07 | 1 | -8/+2 |
* | vfio-pci: Allow PCI IDs to be specified as module options | Alex Williamson | 2015-04-07 | 1 | -0/+49 |
* | vfio-pci: Add VGA arbiter client | Alex Williamson | 2015-04-07 | 1 | -4/+63 |
* | vfio-pci: Add module option to disable VGA region access | Alex Williamson | 2015-04-07 | 1 | -3/+16 |
* | vfio: Split virqfd into a separate module for vfio bus drivers | Alex Williamson | 2015-03-17 | 6 | -12/+25 |
* | vfio: virqfd_lock can be static | kbuild test robot | 2015-03-17 | 1 | -1/+1 |
* | vfio: put off the allocation of "minor" in vfio_create_group | Zhen Lei | 2015-03-16 | 1 | -7/+6 |
* | vfio/platform: implement IRQ masking/unmasking via an eventfd | Antonios Motakis | 2015-03-16 | 2 | -4/+45 |
* | vfio: initialize the virqfd workqueue in VFIO generic code | Antonios Motakis | 2015-03-16 | 4 | -11/+12 |
* | vfio: move eventfd support code for VFIO_PCI to a separate file | Antonios Motakis | 2015-03-16 | 4 | -219/+215 |
* | vfio: pass an opaque pointer on virqfd initialization | Antonios Motakis | 2015-03-16 | 1 | -14/+16 |
* | vfio: add local lock for virqfd instead of depending on VFIO PCI | Antonios Motakis | 2015-03-16 | 1 | -15/+16 |
* | vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit | Antonios Motakis | 2015-03-16 | 3 | -7/+7 |
* | vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export | Antonios Motakis | 2015-03-16 | 1 | -14/+16 |
* | vfio/platform: support for level sensitive interrupts | Antonios Motakis | 2015-03-16 | 2 | -3/+102 |
* | vfio/platform: trigger an interrupt via eventfd | Antonios Motakis | 2015-03-16 | 2 | -2/+94 |
* | vfio/platform: initial interrupts support code | Antonios Motakis | 2015-03-16 | 3 | -3/+115 |
* | vfio/platform: return IRQ info | Antonios Motakis | 2015-03-16 | 4 | -5/+89 |
* | vfio/platform: support MMAP of MMIO regions | Antonios Motakis | 2015-03-16 | 1 | -0/+65 |
* | vfio/platform: read and write support for the device fd | Antonios Motakis | 2015-03-16 | 2 | -0/+151 |
* | vfio/platform: return info for device memory mapped IO regions | Antonios Motakis | 2015-03-16 | 2 | -4/+124 |