summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
Commit message (Expand)AuthorAgeFilesLines
* vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-23/+8
* vfio: platform: mark symbols static where possibleBaoyou Xie2016-09-133-5/+5
* vfio: platform: check reset call return code during releaseSinan Kaya2016-07-191-1/+9
* vfio: platform: check reset call return code during openSinan Kaya2016-07-191-1/+10
* vfio, platform: make reset driver a requirement by defaultSinan Kaya2016-07-194-4/+19
* vfio: platform: call _RST method when using ACPISinan Kaya2016-07-191-1/+49
* vfio: platform: add extra debug info argument to call resetSinan Kaya2016-07-191-4/+5
* vfio: platform: add support for ACPI probeSinan Kaya2016-07-192-5/+60
* vfio: platform: determine reset capabilitySinan Kaya2016-07-191-1/+6
* vfio: platform: move reset call to a common functionSinan Kaya2016-07-191-16/+14
* vfio: platform: rename reset functionSinan Kaya2016-07-192-18/+18
* vfio: platform: support No-IOMMU modePeng Fan2016-06-231-3/+3
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-281-3/+6
* VFIO: platform: reset: fix a warning message conditionDan Carpenter2015-12-211-1/+1
* vfio: platform: remove needless stack usageKees Cook2015-11-201-4/+1
* vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-11-191-1/+0
* VFIO: platform: reset: AMD xgbe reset moduleEric Auger2015-11-033-0/+137
* vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger2015-11-031-7/+7
* vfio: platform: add dev_info on device resetEric Auger2015-11-032-2/+13
* vfio: platform: use list of registered reset functionEric Auger2015-11-033-30/+30
* vfio: platform: add compat in vfio_platform_deviceEric Auger2015-11-032-7/+9
* vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger2015-11-031-2/+2
* vfio: platform: introduce module_vfio_reset_handler macroEric Auger2015-11-031-0/+14
* vfio: platform: add capability to register a reset functionEric Auger2015-11-032-0/+47
* vfio: platform: introduce vfio-platform-base moduleEric Auger2015-11-035-4/+18
* vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse2015-11-031-18/+18
* VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger2015-10-271-0/+1
* 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: Split virqfd into a separate module for vfio bus driversAlex Williamson2015-03-171-0/+1
* vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis2015-03-162-4/+45
* 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
* vfio/platform: return info for device memory mapped IO regionsAntonios Motakis2015-03-162-4/+124
* vfio/platform: return info for bound deviceAntonios Motakis2015-03-161-3/+21
* vfio: amba: add the VFIO for AMBA devices module to KconfigAntonios Motakis2015-03-162-0/+14
* vfio: amba: VFIO support for AMBA devicesAntonios Motakis2015-03-161-0/+115
* vfio: platform: add the VFIO PLATFORM module to KconfigAntonios Motakis2015-03-162-0/+13
* vfio: platform: probe to devices on the platform busAntonios Motakis2015-03-161-0/+103
* vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis2015-03-162-0/+160