summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/vfio_platform_common.c
AgeCommit message (Expand)Author
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy
2021-05-24vfio/platform: fix module_put call in error flowMax Gurtovoy
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe
2021-04-06vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas
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
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-11-20vfio: platform: remove needless stack usageKees Cook
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: 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-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-16vfio/platform: initial interrupts support codeAntonios Motakis
2015-03-16vfio/platform: return IRQ infoAntonios Motakis
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis
2015-03-16vfio/platform: return info for bound deviceAntonios Motakis
2015-03-16vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis