aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds25-2812/+2547
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-waited-v3', 'v5.15/vfio/vfio-pci-core-v5' and 'v5.15/vfio/vfio-ap' into v5.15/vfio/nextAlex Williamson16-2425/+2335
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy10-281/+64
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe6-26/+26
2021-08-26vfio: Use select for eventfdJason Gunthorpe4-4/+6
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy1-1/+8
2021-08-26vfio/pci: Move module parameters to vfio_pci.cYishai Hadas3-12/+33
2021-08-26vfio/pci: Move igd initialization to vfio_pci.cMax Gurtovoy3-36/+41
2021-08-26vfio/pci: Split the pci_driver code out of vfio_pci_core.cMax Gurtovoy4-215/+304
2021-08-26vfio/pci: Include vfio header in vfio_pci_core.hMax Gurtovoy2-1/+1
2021-08-26vfio/pci: Rename ops functions to fit core namingsMax Gurtovoy1-16/+16
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy7-155/+158
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy7-9/+9
2021-08-26vfio/pci: Rename vfio_pci.c to vfio_pci_core.cMax Gurtovoy2-1/+1
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga1-4/+4
2021-08-24vfio-pci/zdev: Remove repeated verbose license textCai Huoqing1-6/+1
2021-08-24vfio: platform: reset: Convert to SPDX identifierCai Huoqing1-9/+1
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2-35/+1
2021-08-11vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setJason Gunthorpe1-124/+89
2021-08-11vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setJason Gunthorpe1-92/+82
2021-08-11vfio/pci: Move to the device set infrastructureYishai Hadas2-132/+37
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2-48/+32
2021-08-11vfio/fsl: Move to the device set infrastructureJason Gunthorpe3-139/+28
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2-24/+151
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy5-11/+27
2021-08-11Merge tag 'bus_remove_return_void-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into drm-nextDave Airlie1-3/+1
2021-08-02vfio/mdev: don't warn if ->request is not setChristoph Hellwig1-4/+0
2021-08-02vfio/mdev: turn mdev_init into a subsys_initcallChristoph Hellwig1-1/+1
2021-08-02vfio/pci: Make vfio_pci_regops->rw() return ssize_tYishai Hadas2-6/+6
2021-08-02vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe1-1/+1
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+5
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig1-5/+4
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig1-1/+1
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig1-1/+1
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds14-114/+107
2021-06-30vfio/pci: Handle concurrent vma faultsAlex Williamson1-8/+21
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockLuis Chamberlain1-7/+4
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupMax Gurtovoy1-16/+18
2021-06-21Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextAlex Williamson6-42/+50
2021-06-21vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe2-8/+32
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe5-34/+18
2021-06-15vfio/platform: remove unneeded parent_module attributeMax Gurtovoy3-3/+0
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy5-38/+14
2021-05-24vfio/platform: fix module_put call in error flowMax Gurtovoy1-1/+1
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gustavo A. R. Silva1-1/+1
2021-05-24vfio/pci: zap_vma_ptes() needs MMURandy Dunlap1-0/+1
2021-05-24vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-18/+13