summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdYan Zhao
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas
2023-02-09vfio: no need to pass kvm pointer during device openMatthew Rosato
2023-02-09vfio: fix deadlock between group lock and kvm lockMatthew Rosato
2023-02-09vfio: revert "iommu driver notify callback"Steve Sistare
2023-02-09vfio/type1: revert "implement notify callback"Steve Sistare
2023-02-09vfio/type1: revert "block on invalid vaddr"Steve Sistare
2023-02-09vfio/type1: restore locked_vmSteve Sistare
2023-02-09vfio/type1: track locked_vm per dmaSteve Sistare
2023-02-09vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare
2023-02-09vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare
2023-02-03Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe
2023-02-01vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski
2023-01-30vfio/mlx5: Improve the target side flow to reduce downtimeYishai Hadas
2023-01-30vfio/mlx5: Improve the source side flow upon pre_copyYishai Hadas
2023-01-30vfio/mlx5: Check whether VF is migratableShay Drory
2023-01-30vfio/mdev: Use sysfs_emit() to instead of sprintf()Bo Liu
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas
2023-01-23vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas
2023-01-23vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe
2023-01-23vfio/mlx5: Allow loading of larger images than 512 MBYishai Hadas
2023-01-23vfio/mlx5: Fix UBSAN noteYishai Hadas
2023-01-23vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig
2023-01-23vfio: platform: No need to check res againAngus Chen
2023-01-11vfio/type1: Convert to iommu_group_has_isolated_msi()Jason Gunthorpe
2023-01-10vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12vfio/mlx5: error pointer dereference in error handlingDan Carpenter
2022-12-12vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()Dan Carpenter
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-06hisi_acc_vfio_pci: Enable PRE_COPY flagShameer Kolothum
2022-12-06hisi_acc_vfio_pci: Move the dev compatibility tests for early checkShameer Kolothum
2022-12-06hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsShameer Kolothum
2022-12-06hisi_acc_vfio_pci: Add support for precopy IOCTLShameer Kolothum
2022-12-06vfio/mlx5: Enable MIGRATION_PRE_COPY flagShay Drory