- 4f97010 Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 8 months ago
- 238da4d Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 8 months ago
- 49d11527 Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 3 years, 9 months ago
- 43dcf6c vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu by Keqian Zhu · 3 years, 9 months ago
- 9092907 vfio/pci: Add missing range check in vfio_pci_mmap by Christian A. Ehrhardt · 3 years, 9 months ago
- 9169cff vfio/mdev: Correct the function signatures for the mdev_type_attributes by Jason Gunthorpe · 3 years, 9 months ago
- c2ef2f5 vfio/mdev: Remove kobj from mdev_parent_ops->create() by Jason Gunthorpe · 3 years, 9 months ago
- 15fcc44 vfio/mdev: Add mdev/mtype_get_type_group_id() by Jason Gunthorpe · 3 years, 9 months ago
- fbea432 vfio/mdev: Remove duplicate storage of parent in mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- 18d7312 vfio/mdev: Add missing error handling to dev_set_name() by Jason Gunthorpe · 3 years, 9 months ago
- fbd0e2b vfio/mdev: Reorganize mdev_device_create() by Jason Gunthorpe · 3 years, 9 months ago
- 9a30244 vfio/mdev: Add missing reference counting to mdev_type by Jason Gunthorpe · 3 years, 9 months ago
- a9f8111 vfio/mdev: Expose mdev_get/put_parent to mdev_private.h by Jason Gunthorpe · 3 years, 9 months ago
- 417fd5b vfio/mdev: Use struct mdev_type in struct mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- 91b9969 vfio/mdev: Simplify driver registration by Jason Gunthorpe · 3 years, 9 months ago
- 2a3d15f vfio/mdev: Add missing typesafety around mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- b5a1f89 vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer by Jason Gunthorpe · 3 years, 9 months ago
- 7e14754 iommu: remove DOMAIN_ATTR_NESTING by Christoph Hellwig · 3 years, 9 months ago
- bc9a05e iommu: remove DOMAIN_ATTR_GEOMETRY by Christoph Hellwig · 3 years, 9 months ago
- 6a2a235 Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/vfio/nvlink' into v5.13/vfio/next by Alex Williamson · 3 years, 9 months ago
- 1e04ec1 vfio: Remove device_data from the vfio bus driver API by Jason Gunthorpe · 3 years, 9 months ago
- 07d47b4 vfio/pci: Replace uses of vfio_device_data() with container_of by Jason Gunthorpe · 3 years, 9 months ago
- 6df62c5 vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *' by Jason Gunthorpe · 3 years, 9 months ago
- 66873b5 vfio/mdev: Make to_mdev_device() into a static inline by Jason Gunthorpe · 3 years, 9 months ago
- 1ae1b20 vfio/mdev: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 9 months ago
- 6b018e2 vfio/pci: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 9 months ago
- 4aeec39 vfio/pci: Re-order vfio_pci_probe() by Jason Gunthorpe · 3 years, 9 months ago
- 61e9081 vfio/pci: Move VGA and VF initialization to functions by Jason Gunthorpe · 3 years, 9 months ago
- 0ca7866 vfio/fsl-mc: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 9 months ago
- 2b1fe16 vfio/fsl-mc: Re-order vfio_fsl_mc_probe() by Jason Gunthorpe · 3 years, 9 months ago
- cb61645 vfio/platform: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 9 months ago
- 0bfc6a4 vfio: Split creation of a vfio_device into init and register ops by Jason Gunthorpe · 3 years, 9 months ago
- 5e42c99 vfio: Simplify the lifetime logic for vfio_device by Jason Gunthorpe · 3 years, 9 months ago
- e572bfb vfio: Remove extra put/gets around vfio_device->group by Jason Gunthorpe · 3 years, 9 months ago
- b392a19 vfio/pci: remove vfio_pci_nvlink2 by Christoph Hellwig · 3 years, 9 months ago
- a536019 vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pages by Shenming Lu · 3 years, 9 months ago
- f5c858e vfio/platform: Fix spelling mistake "registe" -> "register" by Zhen Lei · 3 years, 9 months ago
- d0915b3 vfio/pci: fix a couple of spelling mistakes by Zhen Lei · 3 years, 9 months ago
- d0a7541 vfio/mdev: Fix spelling mistake "interal" -> "internal" by Zhen Lei · 3 years, 9 months ago
- 06d738c vfio/type1: fix a couple of spelling mistakes by Zhen Lei · 3 years, 9 months ago
- bab2c19 vfio/pci: Add support for opregion v2.1+ by Fred Gao · 3 years, 9 months ago
- 36f0be5 vfio/pci: Remove an unnecessary blank line in vfio_pci_enable by Zhou Wang · 3 years, 9 months ago
- fbc9d37 vfio: pci: Spello fix in the file vfio_pci.c by Bhaskar Chowdhury · 3 years, 9 months ago
- e0146a1 vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends by Jason Gunthorpe · 3 years, 9 months ago
- 60c988b vfio/type1: Empty batch for pfnmap pages by Daniel Jordan · 3 years, 9 months ago
- 4ab4fcf vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external() by Daniel Jordan · 3 years, 10 months ago
- b2b12db vfio: Depend on MMU by Jason Gunthorpe · 3 years, 10 months ago
- 3b49dfb ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST by Jason Gunthorpe · 3 years, 10 months ago
- d3d72a6 vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM by Jason Gunthorpe · 3 years, 10 months ago
- 179209f vfio: IOMMU_API should be selected by Jason Gunthorpe · 3 years, 10 months ago
- 7dc4b2f vfio/type1: fix unmap all on ILP32 by Steve Sistare · 3 years, 10 months ago
- 719bbd4 Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 10 months ago
- 4d83de6 vfio/type1: Batch page pinning by Daniel Jordan · 3 years, 11 months ago
- 4b6c33b vfio/type1: Prepare for batched pinning with struct vfio_batch by Daniel Jordan · 3 years, 11 months ago
- be16c1f vfio/type1: Change success value of vaddr_get_pfn() by Daniel Jordan · 3 years, 11 months ago
- 07956b6 vfio/type1: Use follow_pte() by Alex Williamson · 3 years, 11 months ago
- b9abef4 vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig by Max Gurtovoy · 3 years, 11 months ago
- 35ac599 vfio/iommu_type1: Fix duplicate included kthread.h by Tian Tao · 3 years, 11 months ago
- 76adb20 Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/next by Alex Williamson · 4 years ago
- 7e31d6d vfio-pci/zdev: fix possible segmentation fault issue by Max Gurtovoy · 4 years ago
- 3fd269e amba: Make the remove callback return void by Uwe Kleine-König · 4 years ago
- 5b495ac vfio: platform: simplify device removal by Uwe Kleine-König · 4 years ago
- 46c4746 vfio-pci/zdev: remove unused vdev argument by Max Gurtovoy · 4 years ago
- 37a682f vfio/pci: Fix handling of pci use accessor return codes by Heiner Kallweit · 4 years ago
- 0103215 vfio/iommu_type1: Mantain a counter for non_pinned_groups by Keqian Zhu · 4 years ago
- 4a19f37 vfio/iommu_type1: Fix some sanity checks in detach group by Keqian Zhu · 4 years ago
- d0a78f9 vfio/iommu_type1: Populate full dirty when detach non-pinned group by Keqian Zhu · 4 years ago
- 898b9ea vfio/type1: block on invalid vaddr by Steve Sistare · 4 years ago
- 487ace1 vfio/type1: implement notify callback by Steve Sistare · 4 years ago
- ec5e329 vfio: iommu driver notify callback by Steve Sistare · 4 years ago
- c3cbab2 vfio/type1: implement interfaces to update vaddr by Steve Sistare · 4 years ago
- 40ae9b8 vfio/type1: massage unmap iteration by Steve Sistare · 4 years ago
- c196509 vfio/type1: implement unmap all by Steve Sistare · 4 years ago
- 0f53afa vfio/type1: unmap cleanup by Steve Sistare · 4 years ago
- 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years ago
- 0c71cc0 Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 1 month ago
- bdfae1c vfio/type1: Add vfio_group_iommu_domain() by Lu Baolu · 4 years, 1 month ago
- feaba59 vfio: platform: Switch to use platform_get_mem_or_io() by Andy Shevchenko · 4 years, 1 month ago
- a15ac66 vfio-mdev: Wire in a request handler for mdev parent by Eric Farman · 4 years, 1 month ago
- d22f9a6 vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU by Alexey Kardashevskiy · 4 years, 1 month ago
- 7b06a56 vfio-pci: Use io_remap_pfn_range() for PCI IO memory by Jason Gunthorpe · 4 years, 2 months ago
- 16b8fe4 vfio/pci: Move dummy_resources_list init in vfio_pci_probe() by Eric Auger · 4 years, 2 months ago
- b1b397a vfio/virqfd: Drain events from eventfd in virqfd_wakeup() by David Woodhouse · 4 years, 2 months ago
- e4eccb8 vfio/pci: Bypass IGD init in case of -ENODEV by Fred Gao · 4 years, 2 months ago
- bb742ad vfio: platform: fix reference leak in vfio_platform_open by Zhang Qilong · 4 years, 2 months ago
- 38565c9 vfio/pci: Implement ioeventfd thread handler for contended memory lock by Alex Williamson · 4 years, 2 months ago
- 8e91cb3 vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static by Diana Craciun · 4 years, 2 months ago
- 69848cd vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap() by Dan Carpenter · 4 years, 2 months ago
- 09699e5 vfio/fsl-mc: return -EFAULT if copy_to_user() fails by Dan Carpenter · 4 years, 2 months ago
- 572f64c vfio/type1: Use the new helper to find vfio_group by Zenghui Yu · 4 years, 2 months ago
- fc996db Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 2 months ago
- 2e6cfd4 vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages by Xiaoyang Xu · 4 years, 3 months ago
- 852b1be vfio/pci: Clear token on bypass registration failure by Alex Williamson · 4 years, 3 months ago
- 822e1a9 vfio/fsl-mc: fix the return of the uninitialized variable ret by Diana Craciun · 4 years, 3 months ago
- 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 3 months ago
- 1592463 vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_trigger by Diana Craciun · 4 years, 3 months ago
- 83e4917 vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bit by Diana Craciun · 4 years, 3 months ago
- 2099363 Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.10/vfio/next by Alex Williamson · 4 years, 3 months ago
- e6b817d vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO by Matthew Rosato · 4 years, 3 months ago
- ac93ab2 vfio/fsl-mc: Add support for device reset by Diana Craciun · 4 years, 3 months ago