summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/vfio_platform_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski1-2/+5
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas1-1/+1
2023-01-23vfio: platform: No need to check res againAngus Chen1-3/+0
2022-11-10vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian1-60/+0
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian1-9/+44
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe1-12/+1
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe1-47/+32
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy1-2/+5
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy1-6/+0
2021-05-24vfio/platform: fix module_put call in error flowMax Gurtovoy1-1/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe1-1/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe1-13/+20
2021-04-06vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe1-15/+8
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas1-5/+7
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
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-23/+8
2016-09-14vfio: platform: mark symbols static where possibleBaoyou Xie1-3/+3
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 Kaya1-4/+11
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 Kaya1-5/+59
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 Kaya1-15/+15
2016-06-23vfio: platform: support No-IOMMU modePeng Fan1-3/+3
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin1-3/+6
2015-11-20vfio: platform: remove needless stack usageKees Cook1-4/+1
2015-11-03vfio: platform: add dev_info on device resetEric Auger1-2/+12
2015-11-03vfio: platform: use list of registered reset functionEric Auger1-23/+29
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger1-7/+8
2015-11-03vfio: platform: add capability to register a reset functionEric Auger1-0/+27
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger1-2/+11
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse1-18/+18
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger1-0/+5
2015-06-22VFIO: platform: populate the reset function on probeEric Auger1-1/+36
2015-06-22VFIO: platform: add reset callbackEric Auger1-2/+13
2015-06-18VFIO: platform: add reset struct and lookup tableEric Auger1-0/+3
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis1-3/+49
2015-03-16vfio/platform: return IRQ infoAntonios Motakis1-4/+27
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis1-0/+65
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis1-0/+150
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis1-4/+102