summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-05-021-0/+7
|\
| * vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.K V P, Satyanarayana2023-04-141-0/+7
* | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-83/+13
|\ \
| * | powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy2023-03-151-8/+0
| * | powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-141-78/+16
* | | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-1/+1
|\ \ \
| * | | mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-1/+1
| |/ /
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-10/+4
| |\ \ \ | | | |/ | | |/|
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
| | |/ | |/|
* | | Merge branch 'iommufd/for-rc' into for-nextJason Gunthorpe2023-04-041-10/+4
|\ \ \ | | |/ | |/|
| * | vfio/mlx5: Fix the report of dirty_bytes upon pre-copyYishai Hadas2023-03-131-10/+4
| |/
* | vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Yi Liu2023-03-312-5/+3
* | vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu2023-03-311-8/+6
* | vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access IDYi Liu2023-03-311-1/+1
* | vfio-iommufd: No need to record iommufd_ctx in vfio_deviceYi Liu2023-03-311-7/+1
* | iommufd: Create access in vfio_iommufd_emulated_bind()Nicolin Chen2023-03-311-7/+17
|/
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-2521-271/+562
|\
| * vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdYan Zhao2023-02-221-1/+1
| * vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas2023-02-091-2/+2
| * vfio: no need to pass kvm pointer during device openMatthew Rosato2023-02-093-7/+5
| * vfio: fix deadlock between group lock and kvm lockMatthew Rosato2023-02-093-14/+108
| * vfio: revert "iommu driver notify callback"Steve Sistare2023-02-092-12/+0
| * vfio/type1: revert "implement notify callback"Steve Sistare2023-02-091-15/+0
| * vfio/type1: revert "block on invalid vaddr"Steve Sistare2023-02-091-89/+5
| * vfio/type1: restore locked_vmSteve Sistare2023-02-091-0/+35
| * vfio/type1: track locked_vm per dmaSteve Sistare2023-02-091-6/+17
| * vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare2023-02-091-27/+14
| * vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare2023-02-091-2/+42
| * vfio: platform: ignore missing reset if disabled at module initTomasz Duszynski2023-02-011-2/+5
| * vfio/mlx5: Improve the target side flow to reduce downtimeYishai Hadas2023-01-302-12/+105
| * vfio/mlx5: Improve the source side flow upon pre_copyYishai Hadas2023-01-303-34/+151
| * vfio/mlx5: Check whether VF is migratableShay Drory2023-01-302-0/+28
| * vfio/mdev: Use sysfs_emit() to instead of sprintf()Bo Liu2023-01-301-1/+1
| * vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-232-5/+5
| * vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-232-3/+3
| * vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-231-2/+2
| * vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe2023-01-237-14/+17
| * vfio/mlx5: Allow loading of larger images than 512 MBYishai Hadas2023-01-232-14/+16
| * vfio/mlx5: Fix UBSAN noteYishai Hadas2023-01-231-3/+3
| * vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-231-7/+1
| * vfio: platform: No need to check res againAngus Chen2023-01-231-3/+0
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-247-25/+41
|\ \
| * \ Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-211-11/+20
| |\ \
| * \ \ Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe2023-02-036-12/+38
| |\ \ \
| | * | | vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe2023-02-036-12/+38
| | | |/ | | |/|
| * | | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-301-4/+5
| |\ \ \
| * | | | vfio/type1: Convert to iommu_group_has_isolated_msi()Jason Gunthorpe2023-01-111-13/+3
| | |/ / | |/| |
* | | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-4/+5
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-4/+5
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | | |_| / | |/| |