aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 21-271/+562
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-25/+41
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+5
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-22vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdGravatar Yan Zhao 1-1/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextGravatar Jason Gunthorpe 1-11/+20
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Gravatar Joerg Roedel 1-4/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-09vfio/mlx5: Fix range size calculation upon tracker creationGravatar Yishai Hadas 1-2/+2
2023-02-09vfio: no need to pass kvm pointer during device openGravatar Matthew Rosato 3-7/+5
2023-02-09vfio: fix deadlock between group lock and kvm lockGravatar Matthew Rosato 3-14/+108
2023-02-09vfio: revert "iommu driver notify callback"Gravatar Steve Sistare 2-12/+0
2023-02-09vfio/type1: revert "implement notify callback"Gravatar Steve Sistare 1-15/+0
2023-02-09vfio/type1: revert "block on invalid vaddr"Gravatar Steve Sistare 1-89/+5
2023-02-09vfio/type1: restore locked_vmGravatar Steve Sistare 1-0/+35
2023-02-09vfio/type1: track locked_vm per dmaGravatar Steve Sistare 1-6/+17
2023-02-09vfio/type1: prevent underflow of locked_vm via exec()Gravatar Steve Sistare 1-27/+14
2023-02-09vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRGravatar Steve Sistare 1-2/+42
2023-02-03Merge branch 'vfio-no-iommu' into iommufd.git for-nextGravatar Jason Gunthorpe 6-12/+38
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdGravatar Jason Gunthorpe 6-12/+38
2023-02-01vfio: platform: ignore missing reset if disabled at module initGravatar Tomasz Duszynski 1-2/+5
2023-01-30vfio/mlx5: Improve the target side flow to reduce downtimeGravatar Yishai Hadas 2-12/+105
2023-01-30vfio/mlx5: Improve the source side flow upon pre_copyGravatar Yishai Hadas 3-34/+151
2023-01-30vfio/mlx5: Check whether VF is migratableGravatar Shay Drory 2-0/+28
2023-01-30vfio/mdev: Use sysfs_emit() to instead of sprintf()Gravatar Bo Liu 1-1/+1
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Gravatar Jason Gunthorpe 1-4/+5
2023-01-25iommu: Add a gfp parameter to iommu_map()Gravatar Jason Gunthorpe 1-4/+5
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsGravatar Yishai Hadas 2-5/+5
2023-01-23vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsGravatar Yishai Hadas 2-3/+3
2023-01-23vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsGravatar Yishai Hadas 1-2/+2
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsGravatar Jason Gunthorpe 7-14/+17
2023-01-23vfio/mlx5: Allow loading of larger images than 512 MBGravatar Yishai Hadas 2-14/+16
2023-01-23vfio/mlx5: Fix UBSAN noteGravatar Yishai Hadas 1-3/+3
2023-01-23vfio-mdev: turn VFIO_MDEV into a selectable symbolGravatar Christoph Hellwig 1-7/+1
2023-01-23vfio: platform: No need to check res againGravatar Angus Chen 1-3/+0
2023-01-11vfio/type1: Convert to iommu_group_has_isolated_msi()Gravatar Jason Gunthorpe 1-13/+3
2023-01-10vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Gravatar Niklas Schnelle 1-11/+20
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 18-429/+1435
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-912/+1434
2022-12-12vfio/mlx5: error pointer dereference in error handlingGravatar Dan Carpenter 1-1/+1
2022-12-12vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()Gravatar Dan Carpenter 1-1/+4
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2022-12-06hisi_acc_vfio_pci: Enable PRE_COPY flagGravatar Shameer Kolothum 1-1/+1
2022-12-06hisi_acc_vfio_pci: Move the dev compatibility tests for early checkGravatar Shameer Kolothum 2-12/+8
2022-12-06hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsGravatar Shameer Kolothum 1-3/+71
2022-12-06hisi_acc_vfio_pci: Add support for precopy IOCTLGravatar Shameer Kolothum 2-0/+53
2022-12-06vfio/mlx5: Enable MIGRATION_PRE_COPY flagGravatar Shay Drory 1-0/+5
2022-12-06vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY errorGravatar Shay Drory 3-3/+32
2022-12-06vfio/mlx5: Introduce multiple loadsGravatar Yishai Hadas 3-45/+257