summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-131/+593
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2023-06-27vfio/mdev: Move the compat_class initialization to module initEric Farman-9/+14
2023-06-19mm: ptep_get() conversionRyan Roberts-2/+5
2023-06-16vfio/cdx: add support for CDX busNipun Gupta-0/+289
2023-06-16vfio/fsl: Create Kconfig sub-menuAlex Williamson-1/+5
2023-06-16vfio/platform: Cleanup KconfigAlex Williamson-11/+20
2023-06-16vfio/pci: Cleanup KconfigAlex Williamson-6/+10
2023-06-16vfio/pci-core: Add capability for AtomicOp completer supportAlex Williamson-0/+38
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes-1/+1
2023-05-30bus: fsl-mc: Make remove function return voidUwe Kleine-König-2/+1
2023-05-26vfio/pci: Also demote hiding standard cap messagesAlex Williamson-2/+2
2023-05-23vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-XReinette Chatre-1/+1
2023-05-23vfio/pci: Support dynamic MSI-XReinette Chatre-6/+41
2023-05-23vfio/pci: Probe and store ability to support dynamic MSI-XReinette Chatre-1/+4
2023-05-23vfio/pci: Update stale commentReinette Chatre-5/+3
2023-05-23vfio/pci: Remove interrupt context counterReinette Chatre-12/+1
2023-05-23vfio/pci: Use xarray for interrupt context storageReinette Chatre-45/+47
2023-05-23vfio/pci: Move to single error pathReinette Chatre-7/+10
2023-05-23vfio/pci: Prepare for dynamic interrupt context storageReinette Chatre-66/+149
2023-05-23vfio/pci: Remove negative check on unsigned vectorReinette Chatre-7/+8
2023-05-23vfio/pci: Consolidate irq cleanup on MSI/MSI-X disableReinette Chatre-2/+1
2023-05-23vfio/pci: demote hiding ecap messages to debug levelOleksandr Natalenko-2/+2
2023-05-23vfio/type1: check pfn valid before converting to struct pageYan Zhao-0/+5
2023-05-02Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-0/+7
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-83/+13
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-14vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.K V P, Satyanarayana-0/+7
2023-04-04Merge branch 'iommufd/for-rc' into for-nextJason Gunthorpe-10/+4
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-10/+4
2023-03-31vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Yi Liu-5/+3
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu-8/+6
2023-03-31vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access IDYi Liu-1/+1
2023-03-31vfio-iommufd: No need to record iommufd_ctx in vfio_deviceYi Liu-7/+1
2023-03-31iommufd: Create access in vfio_iommufd_emulated_bind()Nicolin Chen-7/+17
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-2/+2
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov-1/+1
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy-8/+0
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy-78/+16
2023-03-13vfio/mlx5: Fix the report of dirty_bytes upon pre-copyYishai Hadas-10/+4
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-271/+562
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-25/+41
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+5
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-22vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdYan Zhao-1/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe-11/+20
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel-4/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-09vfio/mlx5: Fix range size calculation upon tracker creationYishai Hadas-2/+2