summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
AgeCommit message (Expand)AuthorLines
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu-0/+2
2023-06-16vfio/platform: Cleanup KconfigAlex Williamson-10/+19
2023-02-01vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski-2/+5
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas-5/+5
2023-01-23vfio: platform: No need to check res againAngus Chen-3/+0
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-4/+1
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe-0/+6
2022-11-10vfio: Remove vfio_free_deviceEric Farman-2/+0
2022-11-09vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca-2/+1
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian-80/+55
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian-23/+111
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson-11/+10
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu-0/+2
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe-12/+1
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson-5/+5
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe-5/+5
2021-08-26vfio: Use select for eventfdJason Gunthorpe-1/+1
2021-08-24vfio: platform: reset: Convert to SPDX identifierCai Huoqing-9/+1
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe-48/+32
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy-2/+5
2021-06-15vfio/platform: remove unneeded parent_module attributeMax Gurtovoy-3/+0
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy-6/+0
2021-05-24vfio/platform: fix module_put call in error flowMax Gurtovoy-1/+1
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson-1/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe-1/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe-13/+20
2021-04-06vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe-31/+25
2021-04-06vfio/platform: Fix spelling mistake "registe" -> "register"Zhen Lei-1/+1
2021-03-16ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe-1/+1
2021-03-16vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König-2/+1
2021-02-02vfio: platform: simplify device removalUwe Kleine-König-9/+5
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko-12/+1
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong-2/+1
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Eric Auger-1/+1
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-2/+2
2020-01-09vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas-7/+10
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada-5/+3
2018-06-08vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven-0/+10
2018-06-08vfio: platform: Make printed error messages more consistentGeert Uytterhoeven-3/+2
2018-06-08vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven-5/+10
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-0/+123
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel-0/+123
2017-08-30vfio: platform: constify amba_idArvind Yadav-1/+1