aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 14-114/+107
2021-06-30vfio/pci: Handle concurrent vma faultsGravatar Alex Williamson 1-8/+21
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Gravatar Liam Howlett 1-1/+1
2021-06-24vfio: use the new pci_dev_trylock() helper to simplify try lockGravatar Luis Chamberlain 1-7/+4
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupGravatar Max Gurtovoy 1-16/+18
2021-06-21Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextGravatar Alex Williamson 6-42/+50
2021-06-21vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindGravatar Jason Gunthorpe 2-8/+32
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEGravatar Jason Gunthorpe 5-34/+18
2021-06-15vfio/platform: remove unneeded parent_module attributeGravatar Max Gurtovoy 3-3/+0
2021-06-15vfio: centralize module refcount in subsystem layerGravatar Max Gurtovoy 5-38/+14
2021-05-24vfio/platform: fix module_put call in error flowGravatar Max Gurtovoy 1-1/+1
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gravatar Gustavo A. R. Silva 1-1/+1
2021-05-24vfio/pci: zap_vma_ptes() needs MMUGravatar Randy Dunlap 1-0/+1
2021-05-24vfio/pci: Fix error return code in vfio_ecap_init()Gravatar Zhen Lei 1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+13
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 21-1109/+572
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Gravatar Joerg Roedel 1-18/+13
2021-04-14vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuGravatar Keqian Zhu 1-1/+0
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapGravatar Christian A. Ehrhardt 1-1/+3
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesGravatar Jason Gunthorpe 2-7/+18
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Gravatar Jason Gunthorpe 1-1/+1
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Gravatar Jason Gunthorpe 3-7/+30
2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceGravatar Jason Gunthorpe 2-15/+12
2021-04-07vfio/mdev: Add missing error handling to dev_set_name()Gravatar Jason Gunthorpe 1-1/+3
2021-04-07vfio/mdev: Reorganize mdev_device_create()Gravatar Jason Gunthorpe 1-33/+27
2021-04-07vfio/mdev: Add missing reference counting to mdev_typeGravatar Jason Gunthorpe 1-0/+4
2021-04-07vfio/mdev: Expose mdev_get/put_parent to mdev_private.hGravatar Jason Gunthorpe 2-20/+15
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceGravatar Jason Gunthorpe 3-19/+15
2021-04-07vfio/mdev: Simplify driver registrationGravatar Jason Gunthorpe 2-10/+13
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceGravatar Jason Gunthorpe 6-114/+35
2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerGravatar Jason Gunthorpe 1-1/+1
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGGravatar Christoph Hellwig 1-4/+1
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYGravatar Christoph Hellwig 1-14/+12
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Gravatar Alex Williamson 10-541/+64
2021-04-06vfio: Remove device_data from the vfio bus driver APIGravatar Jason Gunthorpe 5-16/+7
2021-04-06vfio/pci: Replace uses of vfio_device_data() with container_ofGravatar Jason Gunthorpe 1-43/+24
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Gravatar Jason Gunthorpe 5-70/+99
2021-04-06vfio/mdev: Make to_mdev_device() into a static inlineGravatar Jason Gunthorpe 1-1/+4
2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 2-39/+20
2021-04-06vfio/pci: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 2-5/+6
2021-04-06vfio/pci: Re-order vfio_pci_probe()Gravatar Jason Gunthorpe 1-8/+9
2021-04-06vfio/pci: Move VGA and VF initialization to functionsGravatar Jason Gunthorpe 1-42/+74
2021-04-06vfio/fsl-mc: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 2-9/+12
2021-04-06vfio/fsl-mc: Re-order vfio_fsl_mc_probe()Gravatar Jason Gunthorpe 1-27/+47
2021-04-06vfio/platform: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 4-31/+25
2021-04-06vfio: Split creation of a vfio_device into init and register opsGravatar Jason Gunthorpe 1-60/+65
2021-04-06vfio: Simplify the lifetime logic for vfio_deviceGravatar Jason Gunthorpe 1-54/+25
2021-04-06vfio: Remove extra put/gets around vfio_device->groupGravatar Jason Gunthorpe 1-19/+2
2021-04-06vfio/pci: remove vfio_pci_nvlink2Gravatar Christoph Hellwig 5-529/+0
2021-04-06vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesGravatar Shenming Lu 1-4/+4