summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.68' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.63' into 5.15-2.1.x-imxDaiane Angolini
2022-09-15vfio/type1: Unpin zero pagesAlex Williamson
2022-08-25vfio: Clear the caps->buf to NULL after freeSchspa Shi
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-04-20vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe
2022-04-13vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson
2022-04-08vfio/pci: wake-up devices around reset functionsAbhishek Sahu
2022-04-08vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu
2021-11-02vfio/fsl-mc: Add per device reset supportDiana Craciun
2021-11-02vfio/fsl-mc: Map the VFIO region according to the flags received from the mc ...Diana Craciun
2021-09-23vfio/pci: add missing identifier name in argument of function prototypeColin Ian King
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe
2021-08-26vfio: Use select for eventfdJason Gunthorpe
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy
2021-08-26vfio/pci: Move module parameters to vfio_pci.cYishai Hadas
2021-08-26vfio/pci: Move igd initialization to vfio_pci.cMax Gurtovoy
2021-08-26vfio/pci: Split the pci_driver code out of vfio_pci_core.cMax Gurtovoy
2021-08-26vfio/pci: Include vfio header in vfio_pci_core.hMax Gurtovoy
2021-08-26vfio/pci: Rename ops functions to fit core namingsMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy
2021-08-26vfio/pci: Rename vfio_pci.c to vfio_pci_core.cMax Gurtovoy
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga
2021-08-24vfio-pci/zdev: Remove repeated verbose license textCai Huoqing
2021-08-24vfio: platform: reset: Convert to SPDX identifierCai Huoqing
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe
2021-08-11vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setJason Gunthorpe
2021-08-11vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setJason Gunthorpe
2021-08-11vfio/pci: Move to the device set infrastructureYishai Hadas
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe
2021-08-11vfio/fsl: Move to the device set infrastructureJason Gunthorpe
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy
2021-08-11Merge tag 'bus_remove_return_void-5.15' of git://git.kernel.org/pub/scm/linux...Dave Airlie
2021-08-02vfio/mdev: don't warn if ->request is not setChristoph Hellwig
2021-08-02vfio/mdev: turn mdev_init into a subsys_initcallChristoph Hellwig
2021-08-02vfio/pci: Make vfio_pci_regops->rw() return ssize_tYishai Hadas
2021-08-02vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-06-30vfio/pci: Handle concurrent vma faultsAlex Williamson
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett