summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas3-0/+181
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins2-2/+426
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson1-2/+6
2022-09-08vfio/fsl-mc: Fix a typo in a messageChristophe JAILLET1-2/+2
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-1/+0
2022-09-01hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()Shameer Kolothum1-10/+10
2022-09-01vfio: Remove vfio_group dev_counterJason Gunthorpe1-6/+3
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu1-3/+60
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu1-8/+145
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu3-6/+40
2022-09-01vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu1-3/+49
2022-09-01vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe1-31/+30
2022-09-01vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe1-11/+16
2022-09-01vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe1-27/+24
2022-09-01vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()Jason Gunthorpe1-13/+11
2022-09-01vfio-pci: Replace 'void __user *' with proper types in the ioctl functionsJason Gunthorpe1-30/+28
2022-09-01vfio-pci: Re-indent what was vfio_pci_core_ioctl()Jason Gunthorpe1-362/+349
2022-09-01vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctlJason Gunthorpe1-29/+68
2022-09-01vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe2-4/+4
2022-09-01vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe3-8/+18
2022-09-01vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe2-8/+8
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe8-7/+144
2022-08-31vfio/type1: Unpin zero pagesAlex Williamson1-0/+12
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel1-2/+6
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe2-0/+2
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds12-253/+241
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-6/+52
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+5
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-08-01vfio/pci: fix the wrong wordBo Liu1-1/+1
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini4-6/+52
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen3-13/+16
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen1-3/+3
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen3-25/+21
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen3-24/+14
2022-07-22vfio/spapr_tce: Fix the commentAlexey Kardashevskiy1-1/+4
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe3-76/+80
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2-85/+47
2022-07-16vfio: do not set FMODE_LSEEK flagJason A. Donenfeld1-1/+1
2022-07-11vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato1-2/+4
2022-07-11vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato1-2/+3
2022-07-11vfio-pci/zdev: add open/close device hooksMatthew Rosato2-1/+33
2022-07-11vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVMMatthew Rosato2-1/+12
2022-07-07Merge branches 'v5.20/vfio/spapr_tce-unused-arg-v1', 'v5.20/vfio/comment-typo...Alex Williamson1-1/+1
2022-07-07vfio/spapr_tce: Remove the unused parameters containerDeming Wang1-5/+4
2022-07-06vfio/pci: fix the wrong wordBo Liu1-1/+1
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe1-7/+10
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson2-32/+36
2022-06-30vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu1-1/+1
2022-06-30vfio: remove useless judgementLi Zhe1-6/+0