aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
AgeCommit message (Expand)AuthorFilesLines
2024-04-18ARM: 9370/1: vfio: amba: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-11vfio/platform: Create persistent IRQ handlersAlex Williamson1-32/+68
2024-03-11vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2024-03-11vfio/platform: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-04vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]Geert Uytterhoeven1-3/+3
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-2/+2
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2-0/+2
2023-06-16vfio/platform: Cleanup KconfigAlex Williamson3-10/+19
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 Hadas2-5/+5
2023-01-23vfio: platform: No need to check res againAngus Chen1-3/+0
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-4/+1
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2-0/+6
2022-11-10vfio: Remove vfio_free_deviceEric Farman2-2/+0
2022-11-09vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian3-80/+55
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian3-23/+111
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson1-11/+10
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu2-0/+2
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe1-12/+1
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson2-5/+5
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe2-5/+5
2021-08-26vfio: Use select for eventfdJason Gunthorpe1-1/+1
2021-08-24vfio: platform: reset: Convert to SPDX identifierCai Huoqing1-9/+1
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2-48/+32
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy1-2/+5
2021-06-15vfio/platform: remove unneeded parent_module attributeMax Gurtovoy3-3/+0
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-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson1-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 Gunthorpe4-31/+25
2021-04-06vfio/platform: Fix spelling mistake "registe" -> "register"Zhen Lei1-1/+1
2021-03-16ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe1-1/+1
2021-03-16vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe1-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2021-02-02vfio: platform: simplify device removalUwe Kleine-König1-9/+5
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko1-12/+1
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong1-2/+1
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Eric Auger1-1/+1
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2020-01-09vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas2-7/+10
2019-02-05vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada4-5/+3
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
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-0/+123
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel3-0/+123
2017-08-30vfio: platform: constify amba_idArvind Yadav1-1/+1
2016-11-17vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-23/+8
2016-09-13vfio: platform: mark symbols static where possibleBaoyou Xie3-5/+5
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 Kaya4-4/+19
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 Kaya2-5/+60
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 Kaya2-18/+18
2016-06-23vfio: platform: support No-IOMMU modePeng Fan1-3/+3
2016-02-28vfio: fix ioctl error handlingMichael S. Tsirkin1-3/+6
2015-12-21VFIO: platform: reset: fix a warning message conditionDan Carpenter1-1/+1
2015-11-20vfio: platform: remove needless stack usageKees Cook1-4/+1
2015-11-19vfio: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-11-03VFIO: platform: reset: AMD xgbe reset moduleEric Auger3-0/+137
2015-11-03vfio: platform: reset: calxedaxgmac: fix ioaddr leakEric Auger1-7/+7
2015-11-03vfio: platform: add dev_info on device resetEric Auger2-2/+13
2015-11-03vfio: platform: use list of registered reset functionEric Auger3-30/+30
2015-11-03vfio: platform: add compat in vfio_platform_deviceEric Auger2-7/+9
2015-11-03vfio: platform: reset: calxedaxgmac: add reset function registrationEric Auger1-2/+2
2015-11-03vfio: platform: introduce module_vfio_reset_handler macroEric Auger1-0/+14
2015-11-03vfio: platform: add capability to register a reset functionEric Auger2-0/+47
2015-11-03vfio: platform: introduce vfio-platform-base moduleEric Auger5-4/+18
2015-11-03vfio/platform: store mapped memory in region, instead of an on-stack copyJames Morse1-18/+18
2015-10-27VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger1-0/+1
2015-06-22VFIO: platform: enable ARM64 buildEric Auger1-1/+1
2015-06-22VFIO: platform: Calxeda xgmac reset moduleEric Auger6-0/+107
2015-06-22VFIO: platform: populate the reset function on probeEric Auger1-1/+36
2015-06-22VFIO: platform: add reset callbackEric Auger2-2/+14
2015-06-17VFIO: platform: add reset struct and lookup tableEric Auger2-0/+9
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson1-0/+1
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis2-4/+45
2015-03-16vfio/platform: support for level sensitive interruptsAntonios Motakis2-3/+102
2015-03-16vfio/platform: trigger an interrupt via eventfdAntonios Motakis2-2/+94
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis3-3/+115
2015-03-16vfio/platform: return IRQ infoAntonios Motakis4-5/+89
2015-03-16vfio/platform: support MMAP of MMIO regionsAntonios Motakis1-0/+65
2015-03-16vfio/platform: read and write support for the device fdAntonios Motakis2-0/+151
2015-03-16vfio/platform: return info for device memory mapped IO regionsAntonios Motakis2-4/+124
2015-03-16vfio/platform: return info for bound deviceAntonios Motakis1-3/+21
2015-03-16vfio: amba: add the VFIO for AMBA devices module to KconfigAntonios Motakis2-0/+14
2015-03-16vfio: amba: VFIO support for AMBA devicesAntonios Motakis1-0/+115
2015-03-16vfio: platform: add the VFIO PLATFORM module to KconfigAntonios Motakis2-0/+13
2015-03-16vfio: platform: probe to devices on the platform busAntonios Motakis1-0/+103
2015-03-16vfio/platform: initial skeleton of VFIO support for platform devicesAntonios Motakis2-0/+160