summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | vfio-pci: Re-indent what was vfio_pci_core_ioctl()Jason Gunthorpe2022-09-011-362/+349
* | vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctlJason Gunthorpe2022-09-011-29/+68
* | vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe2022-09-012-4/+4
* | vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe2022-09-013-8/+18
* | vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe2022-09-012-8/+8
* | vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe2022-09-018-7/+144
|/
* Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-066-11/+40
|\
| * vfio/pci: fix the wrong wordBo Liu2022-08-011-1/+1
| * vfio/pci: fix the wrong wordBo Liu2022-07-061-1/+1
| * vfio: Split migration ops from main device opsYishai Hadas2022-06-305-8/+26
| * vfio/mlx5: Protect mlx5vf_disable_fds() upon close deviceYishai Hadas2022-06-303-1/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-044-6/+52
|\ \
| * | vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato2022-07-111-2/+4
| * | vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato2022-07-111-2/+3
| * | vfio-pci/zdev: add open/close device hooksMatthew Rosato2022-07-112-1/+33
| * | vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVMMatthew Rosato2022-07-112-1/+12
| |/
* / vfio/pci: Remove console driversAlex Williamson2022-06-271-0/+5
|/
* vfio/pci: Add driver_managed_dma to the new vfio_pci driversJason Gunthorpe2022-05-232-0/+2
* vfio/pci: Move the unused device into low power state with runtime PMAbhishek Sahu2022-05-181-57/+113
* vfio/pci: Virtualize PME related registers bits and initialize to zeroAbhishek Sahu2022-05-181-1/+32
* vfio/pci: Change the PF power state to D0 before enabling VFsAbhishek Sahu2022-05-181-0/+16
* vfio/pci: Invalidate mmaps and block the access in D3hot power stateAbhishek Sahu2022-05-181-2/+21
* vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe2022-05-131-21/+21
* Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson2022-05-131-0/+1
|\
| * vfio: Set DMA ownership for VFIO devicesLu Baolu2022-04-281-0/+1
* | vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe2022-05-112-27/+9
* | vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataJason Gunthorpe2022-05-114-9/+27
* | Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson2022-05-113-135/+275
|\ \ | |/ |/|
| * vfio/mlx5: Run the SAVE state command in an async modeYishai Hadas2022-05-113-9/+131
| * vfio/mlx5: Refactor to enable VFs migration in parallelYishai Hadas2022-05-113-99/+59
| * vfio/mlx5: Manage the VF attach/detach callback from the PFYishai Hadas2022-05-113-34/+92
* | vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe2022-04-131-50/+74
|/
* hisi_acc_vfio_pci: Use its own PCI reset_done error handlerShameer Kolothum2022-03-152-4/+57
* hisi_acc_vfio_pci: Add support for VFIO live migrationLongfang Liu2022-03-153-18/+1186
* hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration regionShameer Kolothum2022-03-151-0/+126
* hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devicesShameer Kolothum2022-03-155-0/+118
* vfio/mlx5: Fix to not use 0 as NULL pointerYishai Hadas2022-03-091-2/+2
*-. Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson2022-03-032-0/+63
|\ \
| | * vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson2022-02-221-0/+2
| * | vfio/pci: wake-up devices around reset functionsAbhishek Sahu2022-02-221-0/+48
| * | vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu2022-02-221-0/+13
| |/
* | vfio/mlx5: Use its own PCI reset_done error handlerYishai Hadas2022-03-031-2/+55
* | vfio/pci: Expose vfio_pci_core_aer_err_detected()Yishai Hadas2022-03-031-3/+4
* | vfio/mlx5: Implement vfio_pci driver for mlx5 devicesYishai Hadas2022-03-036-0/+643
* | vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2022-03-032-0/+294
* | vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe2022-03-032-57/+38
|/
* vfio/pci: Resolve sparse endian warnings in IGD supportAlex Williamson2021-12-211-6/+9
* vfio/pci: Fix OpRegion readZhenyu Wang2021-11-301-2/+3
* Merge branch 'v5.16/vfio/colin_xu_igd_opregion_2.0_v8' into v5.16/vfio/nextAlex Williamson2021-10-121-59/+175
|\
| * vfio/pci: Add OpRegion 2.0+ Extended VBT support.Colin Xu2021-10-121-59/+175