summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-06-3017-131/+593
|\
| * vfio/mdev: Move the compat_class initialization to module initEric Farman2023-06-271-9/+14
| * vfio/cdx: add support for CDX busNipun Gupta2023-06-166-0/+289
| * vfio/fsl: Create Kconfig sub-menuAlex Williamson2023-06-161-1/+5
| * vfio/platform: Cleanup KconfigAlex Williamson2023-06-164-11/+20
| * vfio/pci: Cleanup KconfigAlex Williamson2023-06-164-6/+10
| * vfio/pci-core: Add capability for AtomicOp completer supportAlex Williamson2023-06-161-0/+38
| * vfio/pci: Also demote hiding standard cap messagesAlex Williamson2023-05-261-2/+2
| * vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-XReinette Chatre2023-05-231-1/+1
| * vfio/pci: Support dynamic MSI-XReinette Chatre2023-05-231-6/+41
| * vfio/pci: Probe and store ability to support dynamic MSI-XReinette Chatre2023-05-231-1/+4
| * vfio/pci: Update stale commentReinette Chatre2023-05-231-5/+3
| * vfio/pci: Remove interrupt context counterReinette Chatre2023-05-231-12/+1
| * vfio/pci: Use xarray for interrupt context storageReinette Chatre2023-05-232-45/+47
| * vfio/pci: Move to single error pathReinette Chatre2023-05-231-7/+10
| * vfio/pci: Prepare for dynamic interrupt context storageReinette Chatre2023-05-231-66/+149
| * vfio/pci: Remove negative check on unsigned vectorReinette Chatre2023-05-231-7/+8
| * vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableReinette Chatre2023-05-231-2/+1
| * vfio/pci: demote hiding ecap messages to debug levelOleksandr Natalenko2023-05-231-2/+2
* | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-2/+1
|\ \
| * | bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-301-2/+1
| |/
* | mm: ptep_get() conversionRyan Roberts2023-06-191-2/+5
* | mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* | vfio/type1: check pfn valid before converting to struct pageYan Zhao2023-05-231-0/+5
|/
* 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