This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a602285ac11b Merge branch 'per_signal_struct_coredumps-for-v5.16' of gi [...] new 38a68934aa72 vfio: Move vfio_iommu_group_get() to vfio_register_group_dev() new b00621603d05 vfio: factor out a vfio_iommu_driver_allowed helper new c5b4ba9730e6 vfio: remove the iommudata check in vfio_noiommu_attach_group new 1362591f1523 vfio: factor out a vfio_group_find_or_alloc helper new 3af917713230 vfio: refactor noiommu group creation new c04ac34078a4 vfio: remove the iommudata hack for noiommu groups new c68ea0d00ad8 vfio: simplify iommu group allocation for mediated devices new 67462037872d vfio: remove unused method from vfio_iommu_driver_ops new 8cc02d22d7e1 vfio: move the vfio_iommu_driver_ops interface out of <lin [...] new fda49d97f2c4 vfio: remove the unused mdev iommu hook new c3c0fa9d94f7 vfio: clean up the check for mediated device in vfio_iommu_type1 new 898639041484 vfio/spapr_tce: reject mediated devices new 65cdbf106337 vfio/iommu_type1: initialize pgsize_bitmap in ->open new 296e505baddf vfio/iommu_type1: remove the "external" domain new 3f901389fa88 vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER new d9a0cd510c33 Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-crea [...] new fec2432c9a73 bus/fsl-mc: Add generic implementation for open/reset/clos [...] new 8798a803ddf6 vfio/fsl-mc: Add per device reset support new 052493d5534a Merge branch 'v5.16/vfio/diana-fsl-reset-v2' into v5.16/vfio/next new 49ba1a2976c8 vfio/pci: Add OpRegion 2.0+ Extended VBT support. new 48f06ca420c3 Merge branch 'v5.16/vfio/colin_xu_igd_opregion_2.0_v8' int [...] new 63b150fde7a2 vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier() new 1ceabade1df7 vfio: Do not open code the group list search in vfio_creat [...] new 325a31c92030 vfio: Don't leak a group reference if the group already exists new 2b678aa2f099 vfio: Use a refcount_t instead of a kref in the vfio_group new 9cef73918e15 vfio: Use cdev_device_add() instead of device_create() new d0a9329d460c vfio/ccw: Remove unneeded GFP_DMA new 0972c7dddf71 vfio/ccw: Use functions for alloc/free of the vfio_ccw_private new 39b6ee011f34 vfio/ccw: Pass vfio_ccw_private not mdev_device to various [...] new 3bf1311f351e vfio/ccw: Convert to use vfio_register_emulated_iommu_dev() new d4ec3d5535c7 Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/li [...]
The 31 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/bus/fsl-mc/Makefile | 3 +- drivers/bus/fsl-mc/fsl-mc-private.h | 39 +- drivers/bus/fsl-mc/obj-api.c | 103 +++++ drivers/s390/cio/vfio_ccw_drv.c | 136 +++--- drivers/s390/cio/vfio_ccw_ops.c | 142 +++--- drivers/s390/cio/vfio_ccw_private.h | 5 + drivers/s390/crypto/vfio_ap_ops.c | 2 +- drivers/vfio/fsl-mc/vfio_fsl_mc.c | 62 +-- drivers/vfio/mdev/mdev_driver.c | 45 +- drivers/vfio/mdev/vfio_mdev.c | 2 +- drivers/vfio/pci/vfio_pci_core.c | 13 +- drivers/vfio/pci/vfio_pci_igd.c | 234 +++++++--- drivers/vfio/platform/vfio_platform_common.c | 13 +- drivers/vfio/vfio.c | 622 +++++++++++---------------- drivers/vfio/vfio.h | 72 ++++ drivers/vfio/vfio_iommu_spapr_tce.c | 6 +- drivers/vfio/vfio_iommu_type1.c | 256 ++++------- include/linux/fsl/mc.h | 14 + include/linux/mdev.h | 20 - include/linux/vfio.h | 53 +-- samples/vfio-mdev/mbochs.c | 2 +- samples/vfio-mdev/mdpy.c | 2 +- samples/vfio-mdev/mtty.c | 2 +- 23 files changed, 945 insertions(+), 903 deletions(-) create mode 100644 drivers/bus/fsl-mc/obj-api.c create mode 100644 drivers/vfio/vfio.h