summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform/vfio_platform_common.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski2023-02-011-2/+5
* vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-231-1/+1
* vfio: platform: No need to check res againAngus Chen2023-01-231-3/+0
* vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2022-11-091-2/+1
* vfio/amba: Use the new device life cycle helpersKevin Tian2022-09-211-60/+0
* vfio/platform: Use the new device life cycle helpersKevin Tian2022-09-211-9/+44
* vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe2021-09-301-12/+1
* vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2021-08-111-47/+32
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-2/+5
* vfio: centralize module refcount in subsystem layerMax Gurtovoy2021-06-151-6/+0
* vfio/platform: fix module_put call in error flowMax Gurtovoy2021-05-241-1/+1
* vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-1/+1
* vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-13/+20
* vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-061-15/+8
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-031-2/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* vfio: Use dev_printk() when possibleBjorn Helgaas2019-04-221-5/+7
* vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven2018-06-081-0/+10
* vfio: platform: Make printed error messages more consistentGeert Uytterhoeven2018-06-081-3/+2
* vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven2018-06-081-5/+10
* vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-23/+8
* vfio: platform: mark symbols static where possibleBaoyou Xie2016-09-131-3/+3
* vfio: platform: check reset call return code during releaseSinan Kaya2016-07-191-1/+9
* vfio: platform: check reset call return code during openSinan Kaya2016-07-191-1/+10
* vfio, platform: make reset driver a requirement by defaultSinan Kaya2016-07-191-4/+11
* vfio: platform: call _RST method when using ACPISinan Kaya2016-07-191-1/+49
* vfio: platform: add extra debug info argument to call resetSinan Kaya2016-07-191-4/+5
* vfio: platform: add support for ACPI probeSinan Kaya2016-07-191-5/+59
* vfio: platform: determine reset capabilitySinan Kaya2016-07-191-1/+6
* vfio: platform: move reset call to a common functionSinan Kaya2016-07-191-16/+14
* vfio: platform: rename reset functionSinan Kaya2016-07-191-15/+15
* vfio: platform: support No-IOMMU modePeng Fan2016-06-231-3/+3
* vfio: fix ioctl error handlingMichael S. Tsirkin2016-02-281-3/+6
* vfio: platform: remove needless stack usageKees Cook2015-11-201-4/+1
* vfio: platform: add dev_info on device resetEric Auger2015-11-031-2/+12
* vfio: platform: use list of registered reset functionEric Auger2015-11-031-23/+29
* vfio: platform: add compat in vfio_platform_deviceEric Auger2015-11-031-7/+8
* vfio: platform: add capability to register a reset functionEric Auger2015-11-031-0/+27
* vfio: platform: introduce vfio-platform-base moduleEric Auger2015-11-031-2/+11
* vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse2015-11-031-18/+18
* VFIO: platform: Calxeda xgmac reset moduleEric Auger2015-06-221-0/+5
* VFIO: platform: populate the reset function on probeEric Auger2015-06-221-1/+36
* VFIO: platform: add reset callbackEric Auger2015-06-221-2/+13
* VFIO: platform: add reset struct and lookup tableEric Auger2015-06-171-0/+3
* vfio/platform: initial interrupts support codeAntonios Motakis2015-03-161-3/+49
* vfio/platform: return IRQ infoAntonios Motakis2015-03-161-4/+27
* vfio/platform: support MMAP of MMIO regionsAntonios Motakis2015-03-161-0/+65
* vfio/platform: read and write support for the device fdAntonios Motakis2015-03-161-0/+150
* vfio/platform: return info for device memory mapped IO regionsAntonios Motakis2015-03-161-4/+102