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