summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_core.c
AgeCommit message (Expand)Author
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-08-17vfio: align capability structuresStefan Hajnoczi
2023-07-25vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETYi Liu
2023-07-25vfio/pci: Copy hot-reset device info to userspace in the devices loopYi Liu
2023-07-25vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu
2023-07-25vfio: Add helper to search vfio_device in a dev_setYi Liu
2023-07-25vfio/pci: Move the existing hot reset logic to be a helperYi Liu
2023-07-25vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()Yi Liu
2023-06-16vfio/pci-core: Add capability for AtomicOp completer supportAlex Williamson
2023-05-23vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-XReinette Chatre
2023-05-23vfio/pci: Probe and store ability to support dynamic MSI-XReinette Chatre
2023-05-23vfio/pci: Use xarray for interrupt context storageReinette Chatre
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-05vfio: Remove CONFIG_VFIO_SPAPR_EEHJason Gunthorpe
2022-12-05vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.koJason Gunthorpe
2022-11-14vfio: Add an option to get migration data sizeYishai Hadas
2022-11-10vfio/pci: Check the device set open count on resetAnthony DeRossi
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu
2022-09-01vfio-pci: Replace 'void __user *' with proper types in the ioctl functionsJason Gunthorpe
2022-09-01vfio-pci: Re-indent what was vfio_pci_core_ioctl()Jason Gunthorpe
2022-09-01vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctlJason Gunthorpe
2022-09-01vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason 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-07-11vfio-pci/zdev: add open/close device hooksMatthew Rosato
2022-06-30vfio: Split migration ops from main device opsYishai Hadas
2022-06-27vfio/pci: Remove console driversAlex Williamson
2022-05-18vfio/pci: Move the unused device into low power state with runtime PMAbhishek Sahu
2022-05-18vfio/pci: Change the PF power state to D0 before enabling VFsAbhishek Sahu
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe
2022-05-11vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdataJason Gunthorpe
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe
2022-03-03Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson
2022-03-03vfio/pci: Expose vfio_pci_core_aer_err_detected()Yishai Hadas
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe
2022-02-22vfio/pci: wake-up devices around reset functionsAbhishek Sahu
2022-02-22vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu
2021-09-30Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson