summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
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
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockLuis Chamberlain
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupMax Gurtovoy
2021-06-21Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextAlex Williamson
2021-06-21vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe
2021-06-15vfio/platform: remove unneeded parent_module attributeMax Gurtovoy
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy
2021-05-24vfio/platform: fix module_put call in error flowMax Gurtovoy
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gustavo A. R. Silva
2021-05-24vfio/pci: zap_vma_ptes() needs MMURandy Dunlap
2021-05-24vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-14vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuKeqian Zhu
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe
2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe
2021-04-07vfio/mdev: Add missing error handling to dev_set_name()Jason Gunthorpe
2021-04-07vfio/mdev: Reorganize mdev_device_create()Jason Gunthorpe
2021-04-07vfio/mdev: Add missing reference counting to mdev_typeJason Gunthorpe
2021-04-07vfio/mdev: Expose mdev_get/put_parent to mdev_private.hJason Gunthorpe
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe
2021-04-07vfio/mdev: Simplify driver registrationJason Gunthorpe
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe
2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig