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