aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/platform
AgeCommit message (Expand)AuthorFilesLines
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsGravatar Yishai Hadas 2-5/+5
2023-01-23vfio: platform: No need to check res againGravatar Angus Chen 1-3/+0
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-4/+1
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesGravatar Jason Gunthorpe 2-0/+6
2022-11-10vfio: Remove vfio_free_deviceGravatar Eric Farman 2-2/+0
2022-11-09vfio: platform: Do not pass return buffer to ACPI _RST methodGravatar Rafael Mendonca 1-2/+1
2022-09-21vfio/amba: Use the new device life cycle helpersGravatar Kevin Tian 3-80/+55
2022-09-21vfio/platform: Use the new device life cycle helpersGravatar Kevin Tian 3-23/+111
2022-06-27vfio: de-extern-ify function prototypesGravatar Alex Williamson 1-11/+10
2022-04-28vfio: Set DMA ownership for VFIO devicesGravatar Lu Baolu 2-0/+2
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Gravatar Jason Gunthorpe 1-12/+1
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Gravatar Alex Williamson 2-5/+5
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Gravatar Jason Gunthorpe 2-5/+5
2021-08-26vfio: Use select for eventfdGravatar Jason Gunthorpe 1-1/+1
2021-08-24vfio: platform: reset: Convert to SPDX identifierGravatar Cai Huoqing 1-9/+1
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeGravatar Jason Gunthorpe 2-48/+32
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 1-2/+5
2021-06-15vfio/platform: remove unneeded parent_module attributeGravatar Max Gurtovoy 3-3/+0
2021-06-15vfio: centralize module refcount in subsystem layerGravatar Max Gurtovoy 1-6/+0
2021-05-24vfio/platform: fix module_put call in error flowGravatar Max Gurtovoy 1-1/+1
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Gravatar Alex Williamson 1-1/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIGravatar Jason Gunthorpe 1-1/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Gravatar Jason Gunthorpe 1-13/+20
2021-04-06vfio/platform: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 4-31/+25
2021-04-06vfio/platform: Fix spelling mistake "registe" -> "register"Gravatar Zhen Lei 1-1/+1
2021-03-16ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTGravatar Jason Gunthorpe 1-1/+1
2021-03-16vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMGravatar Jason Gunthorpe 1-1/+1
2021-02-02amba: Make the remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2021-02-02vfio: platform: simplify device removalGravatar Uwe Kleine-König 1-9/+5
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Gravatar Andy Shevchenko 1-12/+1
2020-11-03vfio: platform: fix reference leak in vfio_platform_openGravatar Zhang Qilong 1-2/+1
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Gravatar Eric Auger 1-1/+1
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-2/+2
2020-01-09vfio: platform: fix __iomem in vfio_platform_amdxgbe.cGravatar Ben Dooks (Codethink) 1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 4-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-22vfio: Use dev_printk() when possibleGravatar Bjorn Helgaas 2-7/+10
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yGravatar Masahiro Yamada 4-5/+3
2018-06-08vfio: platform: Fix using devices in PM DomainsGravatar Geert Uytterhoeven 1-0/+10
2018-06-08vfio: platform: Make printed error messages more consistentGravatar Geert Uytterhoeven 1-3/+2
2018-06-08vfio: platform: Fix reset module leak in error pathGravatar Geert Uytterhoeven 1-5/+10
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-0/+123
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleGravatar Anup Patel 3-0/+123
2017-08-30vfio: platform: constify amba_idGravatar Arvind Yadav 1-1/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Gravatar Kirti Wankhede 1-23/+8
2016-09-13vfio: platform: mark symbols static where possibleGravatar Baoyou Xie 3-5/+5
2016-07-19vfio: platform: check reset call return code during releaseGravatar Sinan Kaya 1-1/+9