summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-01vfio/pci: fix the wrong wordBo Liu
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen
2022-07-22vfio/spapr_tce: Fix the commentAlexey Kardashevskiy
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe
2022-07-16vfio: do not set FMODE_LSEEK flagJason A. Donenfeld
2022-07-11vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato
2022-07-11vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato
2022-07-11vfio-pci/zdev: add open/close device hooksMatthew Rosato
2022-07-11vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVMMatthew Rosato
2022-07-07Merge branches 'v5.20/vfio/spapr_tce-unused-arg-v1', 'v5.20/vfio/comment-typo...Alex Williamson
2022-07-07vfio/spapr_tce: Remove the unused parameters containerDeming Wang
2022-07-06vfio/pci: fix the wrong wordBo Liu
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson
2022-06-30vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu
2022-06-30vfio: remove useless judgementLi Zhe
2022-06-30vfio: Clear the caps->buf to NULL after freeSchspa Shi
2022-06-30vfio: check iommu_group_set_name() return valueLiam Ni
2022-06-30vfio: Split migration ops from main device opsYishai Hadas
2022-06-30vfio/mlx5: Protect mlx5vf_disable_fds() upon close deviceYishai Hadas
2022-06-27vfio: check vfio_register_iommu_driver() return valueBo Liu
2022-06-27vfio: Use device_iommu_capable()Robin Murphy
2022-06-27vfio/type1: Simplify bus_type determinationRobin Murphy
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson
2022-06-27vfio/pci: Remove console driversAlex Williamson
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato
2022-05-23vfio/pci: Add driver_managed_dma to the new vfio_pci driversJason Gunthorpe
2022-05-23vfio: Do not manipulate iommu dma_owner for fake iommu groupsJason Gunthorpe
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-18vfio/pci: Move the unused device into low power state with runtime PMAbhishek Sahu
2022-05-18vfio/pci: Virtualize PME related registers bits and initialize to zeroAbhishek Sahu
2022-05-18vfio/pci: Change the PF power state to D0 before enabling VFsAbhishek Sahu
2022-05-18vfio/pci: Invalidate mmaps and block the access in D3hot power stateAbhishek Sahu
2022-05-17vfio: Change struct vfio_group::container_users to a non-atomic intJason Gunthorpe
2022-05-17vfio: Simplify the life cycle of the group FDJason Gunthorpe
2022-05-17vfio: Fully lock struct vfio_group::containerJason Gunthorpe
2022-05-17vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe
2022-05-17vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe