| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-12 | vfio/platform: Convert to get_region_info_caps | Jason Gunthorpe | 4 | -20/+11 |
| 2025-11-12 | vfio/platform: Provide a get_region_info op | Jason Gunthorpe | 4 | -22/+32 |
| 2025-09-19 | vfio/platform: Mark reset drivers for removal | Alex Williamson | 4 | -3/+9 |
| 2025-09-19 | vfio/amba: Mark for removal | Alex Williamson | 2 | -1/+6 |
| 2025-01-23 | vfio/platform: check the bounds of read/write syscalls | Alex Williamson | 1 | -0/+10 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-04-18 | ARM: 9370/1: vfio: amba: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-03-11 | vfio/platform: Create persistent IRQ handlers | Alex Williamson | 1 | -32/+68 |
| 2024-03-11 | vfio/platform: Disable virqfds on cleanup | Alex Williamson | 1 | -1/+4 |
| 2024-03-11 | vfio/platform: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-03-04 | vfio: amba: Rename pl330_ids[] to vfio_amba_ids[] | Geert Uytterhoeven | 1 | -3/+3 |
| 2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -2/+2 |
| 2023-07-25 | vfio-iommufd: Add detach_ioas support for physical VFIO devices | Yi Liu | 2 | -0/+2 |
| 2023-06-16 | vfio/platform: Cleanup Kconfig | Alex Williamson | 3 | -10/+19 |
| 2023-02-01 | vfio: platform: ignore missing reset if disabled at module init | Tomasz Duszynski | 1 | -2/+5 |
| 2023-01-23 | vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations | Yishai Hadas | 2 | -5/+5 |
| 2023-01-23 | vfio: platform: No need to check res again | Angus Chen | 1 | -3/+0 |
| 2022-12-15 | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 3 | -4/+1 |
| 2022-12-02 | vfio-iommufd: Support iommufd for physical VFIO devices | Jason Gunthorpe | 2 | -0/+6 |
| 2022-11-10 | vfio: Remove vfio_free_device | Eric Farman | 2 | -2/+0 |
| 2022-11-09 | vfio: platform: Do not pass return buffer to ACPI _RST method | Rafael Mendonca | 1 | -2/+1 |
| 2022-09-21 | vfio/amba: Use the new device life cycle helpers | Kevin Tian | 3 | -80/+55 |
| 2022-09-21 | vfio/platform: Use the new device life cycle helpers | Kevin Tian | 3 | -23/+111 |
| 2022-06-27 | vfio: de-extern-ify function prototypes | Alex Williamson | 1 | -11/+10 |
| 2022-04-28 | vfio: Set DMA ownership for VFIO devices | Lu Baolu | 2 | -0/+2 |
| 2021-09-30 | vfio: Move vfio_iommu_group_get() to vfio_register_group_dev() | Jason Gunthorpe | 1 | -12/+1 |
| 2021-08-26 | Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait... | Alex Williamson | 2 | -5/+5 |
| 2021-08-26 | vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on' | Jason Gunthorpe | 2 | -5/+5 |
| 2021-08-26 | vfio: Use select for eventfd | Jason Gunthorpe | 1 | -1/+1 |
| 2021-08-24 | vfio: platform: reset: Convert to SPDX identifier | Cai Huoqing | 1 | -9/+1 |
| 2021-08-11 | vfio/platform: Use open_device() instead of open coding a refcnt scheme | Jason Gunthorpe | 2 | -48/+32 |
| 2021-08-11 | vfio: Introduce a vfio_uninit_group_dev() API call | Max Gurtovoy | 1 | -2/+5 |
| 2021-06-15 | vfio/platform: remove unneeded parent_module attribute | Max Gurtovoy | 3 | -3/+0 |
| 2021-06-15 | vfio: centralize module refcount in subsystem layer | Max Gurtovoy | 1 | -6/+0 |
| 2021-05-24 | vfio/platform: fix module_put call in error flow | Max Gurtovoy | 1 | -1/+1 |
| 2021-04-06 | Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v... | Alex Williamson | 1 | -1/+1 |
| 2021-04-06 | vfio: Remove device_data from the vfio bus driver API | Jason Gunthorpe | 1 | -1/+1 |
| 2021-04-06 | vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *' | Jason Gunthorpe | 1 | -13/+20 |
| 2021-04-06 | vfio/platform: Use vfio_init/register/unregister_group_dev | Jason Gunthorpe | 4 | -31/+25 |
| 2021-04-06 | vfio/platform: Fix spelling mistake "registe" -> "register" | Zhen Lei | 1 | -1/+1 |
| 2021-03-16 | ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST | Jason Gunthorpe | 1 | -1/+1 |
| 2021-03-16 | vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM | Jason Gunthorpe | 1 | -1/+1 |
| 2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
| 2021-02-02 | vfio: platform: simplify device removal | Uwe Kleine-König | 1 | -9/+5 |
| 2020-12-10 | vfio: platform: Switch to use platform_get_mem_or_io() | Andy Shevchenko | 1 | -12/+1 |
| 2020-11-03 | vfio: platform: fix reference leak in vfio_platform_open | Zhang Qilong | 1 | -2/+1 |
| 2020-03-24 | vfio: platform: Switch to platform_get_irq_optional() | Eric Auger | 1 | -1/+1 |
| 2020-02-03 | Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -2/+2 |
| 2020-01-09 | vfio: platform: fix __iomem in vfio_platform_amdxgbe.c | Ben Dooks (Codethink) | 1 | -2/+2 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 4 | -6/+6 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2 | -24/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 5 | -45/+5 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-22 | vfio: Use dev_printk() when possible | Bjorn Helgaas | 2 | -7/+10 |
| 2019-02-05 | vfio: platform: reset: fix up include directives to remove ccflags-y | Masahiro Yamada | 4 | -5/+3 |
| 2018-06-08 | vfio: platform: Fix using devices in PM Domains | Geert Uytterhoeven | 1 | -0/+10 |
| 2018-06-08 | vfio: platform: Make printed error messages more consistent | Geert Uytterhoeven | 1 | -3/+2 |
| 2018-06-08 | vfio: platform: Fix reset module leak in error path | Geert Uytterhoeven | 1 | -5/+10 |
| 2017-11-14 | Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 3 | -0/+123 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-10-20 | vfio: platform: reset: Add Broadcom FlexRM reset module | Anup Patel | 3 | -0/+123 |
| 2017-08-30 | vfio: platform: constify amba_id | Arvind Yadav | 1 | -1/+1 |
| 2016-11-17 | vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare() | Kirti Wankhede | 1 | -23/+8 |
| 2016-09-13 | vfio: platform: mark symbols static where possible | Baoyou Xie | 3 | -5/+5 |
| 2016-07-19 | vfio: platform: check reset call return code during release | Sinan Kaya | 1 | -1/+9 |
| 2016-07-19 | vfio: platform: check reset call return code during open | Sinan Kaya | 1 | -1/+10 |
| 2016-07-19 | vfio, platform: make reset driver a requirement by default | Sinan Kaya | 4 | -4/+19 |
| 2016-07-19 | vfio: platform: call _RST method when using ACPI | Sinan Kaya | 1 | -1/+49 |
| 2016-07-19 | vfio: platform: add extra debug info argument to call reset | Sinan Kaya | 1 | -4/+5 |
| 2016-07-19 | vfio: platform: add support for ACPI probe | Sinan Kaya | 2 | -5/+60 |
| 2016-07-19 | vfio: platform: determine reset capability | Sinan Kaya | 1 | -1/+6 |
| 2016-07-19 | vfio: platform: move reset call to a common function | Sinan Kaya | 1 | -16/+14 |
| 2016-07-19 | vfio: platform: rename reset function | Sinan Kaya | 2 | -18/+18 |
| 2016-06-23 | vfio: platform: support No-IOMMU mode | Peng Fan | 1 | -3/+3 |
| 2016-02-28 | vfio: fix ioctl error handling | Michael S. Tsirkin | 1 | -3/+6 |
| 2015-12-21 | VFIO: platform: reset: fix a warning message condition | Dan Carpenter | 1 | -1/+1 |
| 2015-11-20 | vfio: platform: remove needless stack usage | Kees Cook | 1 | -4/+1 |
| 2015-11-19 | vfio: Drop owner assignment from platform_driver | Krzysztof Kozlowski | 1 | -1/+0 |
| 2015-11-03 | VFIO: platform: reset: AMD xgbe reset module | Eric Auger | 3 | -0/+137 |
| 2015-11-03 | vfio: platform: reset: calxedaxgmac: fix ioaddr leak | Eric Auger | 1 | -7/+7 |
| 2015-11-03 | vfio: platform: add dev_info on device reset | Eric Auger | 2 | -2/+13 |
| 2015-11-03 | vfio: platform: use list of registered reset function | Eric Auger | 3 | -30/+30 |
| 2015-11-03 | vfio: platform: add compat in vfio_platform_device | Eric Auger | 2 | -7/+9 |
| 2015-11-03 | vfio: platform: reset: calxedaxgmac: add reset function registration | Eric Auger | 1 | -2/+2 |
| 2015-11-03 | vfio: platform: introduce module_vfio_reset_handler macro | Eric Auger | 1 | -0/+14 |
| 2015-11-03 | vfio: platform: add capability to register a reset function | Eric Auger | 2 | -0/+47 |
| 2015-11-03 | vfio: platform: introduce vfio-platform-base module | Eric Auger | 5 | -4/+18 |
| 2015-11-03 | vfio/platform: store mapped memory in region, instead of an on-stack copy | James Morse | 1 | -18/+18 |
| 2015-10-27 | VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ | Eric Auger | 1 | -0/+1 |
| 2015-06-22 | VFIO: platform: enable ARM64 build | Eric Auger | 1 | -1/+1 |
| 2015-06-22 | VFIO: platform: Calxeda xgmac reset module | Eric Auger | 6 | -0/+107 |
| 2015-06-22 | VFIO: platform: populate the reset function on probe | Eric Auger | 1 | -1/+36 |
| 2015-06-22 | VFIO: platform: add reset callback | Eric Auger | 2 | -2/+14 |
| 2015-06-17 | VFIO: platform: add reset struct and lookup table | Eric Auger | 2 | -0/+9 |
| 2015-03-17 | vfio: Split virqfd into a separate module for vfio bus drivers | Alex Williamson | 1 | -0/+1 |
| 2015-03-16 | vfio/platform: implement IRQ masking/unmasking via an eventfd | Antonios Motakis | 2 | -4/+45 |
| 2015-03-16 | vfio/platform: support for level sensitive interrupts | Antonios Motakis | 2 | -3/+102 |
| 2015-03-16 | vfio/platform: trigger an interrupt via eventfd | Antonios Motakis | 2 | -2/+94 |
| 2015-03-16 | vfio/platform: initial interrupts support code | Antonios Motakis | 3 | -3/+115 |
| 2015-03-16 | vfio/platform: return IRQ info | Antonios Motakis | 4 | -5/+89 |
| 2015-03-16 | vfio/platform: support MMAP of MMIO regions | Antonios Motakis | 1 | -0/+65 |
| 2015-03-16 | vfio/platform: read and write support for the device fd | Antonios Motakis | 2 | -0/+151 |
| 2015-03-16 | vfio/platform: return info for device memory mapped IO regions | Antonios Motakis | 2 | -4/+124 |
| 2015-03-16 | vfio/platform: return info for bound device | Antonios Motakis | 1 | -3/+21 |
| 2015-03-16 | vfio: amba: add the VFIO for AMBA devices module to Kconfig | Antonios Motakis | 2 | -0/+14 |
| 2015-03-16 | vfio: amba: VFIO support for AMBA devices | Antonios Motakis | 1 | -0/+115 |
| 2015-03-16 | vfio: platform: add the VFIO PLATFORM module to Kconfig | Antonios Motakis | 2 | -0/+13 |
| 2015-03-16 | vfio: platform: probe to devices on the platform bus | Antonios Motakis | 1 | -0/+103 |
| 2015-03-16 | vfio/platform: initial skeleton of VFIO support for platform devices | Antonios Motakis | 2 | -0/+160 |