summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/platform
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9370/1: vfio: amba: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
* vfio/platform: Create persistent IRQ handlersAlex Williamson2024-03-111-32/+68
* vfio/platform: Disable virqfds on cleanupAlex Williamson2024-03-111-1/+4
* vfio/platform: Convert to platform remove callback returning voidUwe Kleine-König2024-03-111-3/+2
* vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]Geert Uytterhoeven2024-03-041-3/+3
* eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
* vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-252-0/+2
* vfio/platform: Cleanup KconfigAlex Williamson2023-06-163-10/+19
* 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-232-5/+5
* vfio: platform: No need to check res againAngus Chen2023-01-231-3/+0
* Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-153-4/+1
|\
| * vfio: Remove vfio_free_deviceEric Farman2022-11-102-2/+0
| * vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2022-11-091-2/+1
* | vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2022-12-022-0/+6
|/
* vfio/amba: Use the new device life cycle helpersKevin Tian2022-09-213-80/+55
* vfio/platform: Use the new device life cycle helpersKevin Tian2022-09-213-23/+111
* vfio: de-extern-ify function prototypesAlex Williamson2022-06-271-11/+10
* vfio: Set DMA ownership for VFIO devicesLu Baolu2022-04-282-0/+2
* vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe2021-09-301-12/+1
*-. Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson2021-08-262-5/+5
|\ \
| | * vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe2021-08-262-5/+5
| | * vfio: Use select for eventfdJason Gunthorpe2021-08-261-1/+1
| |/
* / vfio: platform: reset: Convert to SPDX identifierCai Huoqing2021-08-241-9/+1
|/
* vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2021-08-112-48/+32
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-2/+5
* vfio/platform: remove unneeded parent_module attributeMax Gurtovoy2021-06-153-3/+0
* 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
*-. Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson2021-04-061-1/+1
|\ \
| * | vfio/platform: Fix spelling mistake "registe" -> "register"Zhen Lei2021-04-061-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-064-31/+25
|/
* ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe2021-03-161-1/+1
* vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe2021-03-161-1/+1
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* vfio: platform: simplify device removalUwe Kleine-König2021-02-021-9/+5
* vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-12/+1
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-031-2/+1
* vfio: platform: Switch to platform_get_irq_optional()Eric Auger2020-03-241-1/+1
* Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-02-031-2/+2
|\
| * vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)2020-01-091-2/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* vfio: Use dev_printk() when possibleBjorn Helgaas2019-04-222-7/+10
* vfio: platform: reset: fix up include directives to remove ccflags-yMasahiro Yamada2019-02-054-5/+3
* vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven2018-06-081-0/+10