summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | vfio/pci: remove vfio_pci_nvlink2Christoph Hellwig2021-04-065-529/+0
| | | |/ /
| | * | | vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesShenming Lu2021-04-061-4/+4
| | * | | vfio/platform: Fix spelling mistake "registe" -> "register"Zhen Lei2021-04-061-1/+1
| | * | | vfio/pci: fix a couple of spelling mistakesZhen Lei2021-04-062-3/+3
| | * | | vfio/mdev: Fix spelling mistake "interal" -> "internal"Zhen Lei2021-04-061-1/+1
| | * | | vfio/type1: fix a couple of spelling mistakesZhen Lei2021-04-061-3/+3
| | * | | vfio/pci: Add support for opregion v2.1+Fred Gao2021-04-061-0/+53
| | * | | vfio/pci: Remove an unnecessary blank line in vfio_pci_enableZhou Wang2021-04-061-1/+0
| | * | | vfio: pci: Spello fix in the file vfio_pci.cBhaskar Chowdhury2021-04-061-1/+1
| | |/ /
| * | | vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-065-16/+7
| * | | vfio/pci: Replace uses of vfio_device_data() with container_ofJason Gunthorpe2021-04-061-43/+24
| * | | vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-065-70/+99
| * | | vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe2021-04-061-1/+4
| * | | vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-062-39/+20
| * | | vfio/pci: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-062-5/+6
| * | | vfio/pci: Re-order vfio_pci_probe()Jason Gunthorpe2021-04-061-8/+9
| * | | vfio/pci: Move VGA and VF initialization to functionsJason Gunthorpe2021-04-061-42/+74
| * | | vfio/fsl-mc: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-062-9/+12
| * | | vfio/fsl-mc: Re-order vfio_fsl_mc_probe()Jason Gunthorpe2021-04-061-27/+47
| * | | vfio/platform: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-064-31/+25
| * | | vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe2021-04-061-60/+65
| * | | vfio: Simplify the lifetime logic for vfio_deviceJason Gunthorpe2021-04-061-54/+25
| * | | vfio: Remove extra put/gets around vfio_device->groupJason Gunthorpe2021-04-061-19/+2
| |/ /
* / / vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt2021-04-131-1/+3
|/ /
* | vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe2021-03-291-1/+1
* | vfio/type1: Empty batch for pfnmap pagesDaniel Jordan2021-03-251-0/+6
* | vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan2021-03-161-1/+7
* | vfio: Depend on MMUJason Gunthorpe2021-03-161-1/+1
* | ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe2021-03-161-1/+1
* | vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe2021-03-161-1/+1
* | vfio: IOMMU_API should be selectedJason Gunthorpe2021-03-161-1/+1
* | vfio/type1: fix unmap all on ILP32Steve Sistare2021-03-161-7/+5
|/
* Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-02-248-190/+441
|\
| * vfio/type1: Batch page pinningDaniel Jordan2021-02-221-46/+89
| * vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan2021-02-221-13/+58
| * vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan2021-02-221-7/+14
| * vfio/type1: Use follow_pte()Alex Williamson2021-02-221-2/+13
| * vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy2021-02-194-21/+7
| * vfio/iommu_type1: Fix duplicate included kthread.hTian Tao2021-02-181-1/+0
| * Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson2021-02-022-32/+222
| |\
| | * vfio/type1: block on invalid vaddrSteve Sistare2021-02-011-5/+90
| | * vfio/type1: implement notify callbackSteve Sistare2021-02-011-0/+15
| | * vfio: iommu driver notify callbackSteve Sistare2021-02-011-0/+5
| | * vfio/type1: implement interfaces to update vaddrSteve Sistare2021-02-011-6/+53
| | * vfio/type1: massage unmap iterationSteve Sistare2021-02-011-1/+34
| | * vfio/type1: implement unmap allSteve Sistare2021-02-011-4/+16
| | * vfio/type1: unmap cleanupSteve Sistare2021-02-011-23/+15
| * | vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy2021-02-021-0/+4
| * | vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy2021-02-011-12/+8
| * | vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit2021-02-011-5/+5