summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas-7/+10
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada-5/+3
2018-06-08vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven-0/+10
2018-06-08vfio: platform: Make printed error messages more consistentGeert Uytterhoeven-3/+2
2018-06-08vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven-5/+10
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-0/+123
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel-0/+123
2017-08-30vfio: platform: constify amba_idArvind Yadav-1/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede-23/+8
2016-09-13vfio: platform: mark symbols static where possibleBaoyou Xie-5/+5
2016-07-19vfio: platform: check reset call return code during releaseSinan Kaya-1/+9
2016-07-19vfio: platform: check reset call return code during openSinan Kaya-1/+10
2016-07-19vfio, platform: make reset driver a requirement by defaultSinan Kaya-4/+19
2016-07-19vfio: platform: call _RST method when using ACPISinan Kaya-1/+49
2016-07-19vfio: platform: add extra debug info argument to call resetSinan Kaya-4/+5
2016-07-19vfio: platform: add support for ACPI probeSinan Kaya-5/+60
2016-07-19vfio: platform: determine reset capabilitySinan Kaya-1/+6
2016-07-19vfio: platform: move reset call to a common functionSinan Kaya-16/+14
2016-07-19vfio: platform: rename reset functionSinan Kaya-18/+18
2016-06-23vfio: platform: support No-IOMMU modePeng Fan-3/+3
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin-3/+6
2015-12-21VFIO: platform: reset: fix a warning message conditionDan Carpenter-1/+1
2015-11-20vfio: platform: remove needless stack usageKees Cook-4/+1
2015-11-19vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski-1/+0
2015-11-03VFIO: platform: reset: AMD xgbe reset moduleEric Auger-0/+137
2015-11-03vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger-7/+7
2015-11-03vfio: platform: add dev_info on device resetEric Auger-2/+13
2015-11-03vfio: platform: use list of registered reset functionEric Auger-30/+30
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger-7/+9
2015-11-03vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger-2/+2
2015-11-03vfio: platform: introduce module_vfio_reset_handler macroEric Auger-0/+14
2015-11-03vfio: platform: add capability to register a reset functionEric Auger-0/+47
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger-4/+18
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse-18/+18
2015-10-27VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger-0/+1
2015-06-22VFIO: platform: enable ARM64 buildEric Auger-1/+1
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger-0/+107
2015-06-22VFIO: platform: populate the reset function on probeEric Auger-1/+36
2015-06-22VFIO: platform: add reset callbackEric Auger-2/+14
2015-06-17VFIO: platform: add reset struct and lookup tableEric Auger-0/+9
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson-0/+1
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis-4/+45
2015-03-16vfio/platform: support for level sensitive interruptsAntonios Motakis-3/+102
2015-03-16vfio/platform: trigger an interrupt via eventfdAntonios Motakis-2/+94
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis-3/+115
2015-03-16vfio/platform: return IRQ infoAntonios Motakis-5/+89