summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/vfio_pci_core.c
AgeCommit message (Expand)Author
2025-01-06vfio/pci: Expose setup ROM at ROM bar when neededYunxiang Li
2025-01-06vfio/pci: Remove shadow ROM specific code pathsYunxiang Li
2025-01-03vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson
2024-09-24Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson
2024-09-12vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()Dan Carpenter
2024-09-03vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'Dr. David Alan Gilbert
2024-07-10vfio/pci: Init the count variable in collecting hot-reset devicesYi Liu
2024-06-12vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson
2024-05-31vfio/pci: Use unmap_mapping_range()Alex Williamson
2024-05-17vfio/pci: Restore zero affected bus reset devices warningAlex Williamson
2024-05-09vfio/pci: Collect hot-reset devices to local bufferAlex Williamson
2024-03-04Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...Alex Williamson
2024-02-24vfio: Convey kvm that the vfio-pci device is wc safeAnkit Agrawal
2024-02-22vfio/pci: WARN_ON driver_override kasprintf failureKunwu Chan
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