summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu2023-07-253-10/+8
| * | | | | vfio: Add cdev for vfio_deviceYi Liu2023-07-256-4/+151
| * | | | | vfio: Move device_del() before waiting for the last vfio_device registration ...Yi Liu2023-07-251-3/+3
| * | | | | vfio: Move vfio_device_group_unregister() to be the first operation in unregi...Yi Liu2023-07-251-2/+6
| * | | | | vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-258-0/+22
| * | | | | iommufd/device: Add iommufd_access_detach() APINicolin Chen2023-07-253-5/+72
| * | | | | vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-2510-5/+41
| * | | | | vfio: Record devid in vfio_device_fileYi Liu2023-07-253-13/+15
| * | | | | vfio-iommufd: Split bind/attach into two stepsYi Liu2023-07-253-22/+39
| * | | | | vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Yi Liu2023-07-253-14/+30
| * | | | | vfio: Make vfio_df_open() single open for device cdev pathYi Liu2023-07-253-0/+10
| * | | | | vfio: Add cdev_device_open_cnt to vfio_groupYi Liu2023-07-252-0/+36
| * | | | | vfio: Block device access via device fd until device is openedYi Liu2023-07-253-1/+27
| * | | | | vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu2023-07-253-20/+33
| * | | | | kvm/vfio: Accept vfio device file from userspaceYi Liu2023-07-253-25/+47
| * | | | | kvm/vfio: Prepare for accepting vfio device fdYi Liu2023-07-251-57/+58
| * | | | | vfio: Accept vfio device file in the KVM facing kAPIYi Liu2023-07-252-1/+38
| * | | | | vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-255-41/+75
| * | | | | vfio: Allocate per device file structureYi Liu2023-07-253-7/+43
| * | | | | vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETYi Liu2023-07-252-11/+71
| * | | | | vfio/pci: Copy hot-reset device info to userspace in the devices loopYi Liu2023-07-251-60/+33
| * | | | | vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu2023-07-254-8/+154
| * | | | | vfio: Add helper to search vfio_device in a dev_setYi Liu2023-07-253-5/+19
| * | | | | vfio: Mark cdev usage in vfio_deviceYi Liu2023-07-251-0/+5
| * | | | | iommufd: Add helper to retrieve iommufd_ctx and devidYi Liu2023-07-252-0/+15
| * | | | | iommufd: Add iommufd_ctx_has_group()Yi Liu2023-07-252-0/+32
| * | | | | iommufd: Reserve all negative IDs in the iommufd xarrayYi Liu2023-07-251-1/+1
| * | | | | vfio/pci: Move the existing hot reset logic to be a helperYi Liu2023-07-251-23/+32
| * | | | | vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()Yi Liu2023-07-251-3/+2
| |/ / / /
* | | | | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-3091-868/+1620
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/misc'Bjorn Helgaas2023-08-2951-148/+118
| |\ \ \ \ \
| | * | | | | PCI: Tidy config space save/restore messagesBjorn Helgaas2023-08-251-2/+2
| | * | | | | PCI: Fix code formatting inconsistenciesBjorn Helgaas2023-08-251-21/+14
| | * | | | | PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-259-33/+33
| | * | | | | PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas2023-08-251-6/+6
| | * | | | | PCI: Simplify pci_dev_driver()Bjorn Helgaas2023-08-251-6/+7
| | * | | | | PCI: Simplify pci_pio_to_address()Bjorn Helgaas2023-08-251-7/+3
| | * | | | | PCI/AER: Simplify AER_RECOVER_RING_SIZE definitionBjorn Helgaas2023-08-251-2/+1
| | * | | | | PCI: Use consistent put_user() pointer typesBjorn Helgaas2023-08-251-6/+6
| | * | | | | PCI: Fix printk field formattingBjorn Helgaas2023-08-251-2/+2
| | * | | | | PCI: Remove unnecessary initializationsBjorn Helgaas2023-08-251-2/+2
| | * | | | | PCI: Unexport pcie_port_bus_typeBjorn Helgaas2023-08-251-1/+0
| | * | | | | PCI: mvebu: Remove unused busn memberPali Rohár2023-08-251-1/+0
| | * | | | | PCI: Remove unused function declarationsYue Haibing2023-08-244-6/+0
| | * | | | | PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann2023-08-142-3/+5
| | * | | | | PCI/P2PDMA: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-141-2/+1
| | * | | | | PCI/IOV: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-071-2/+1
| | * | | | | PCI/AER: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-071-2/+2
| | * | | | | PCI: apple: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-071-2/+2
| | * | | | | PCI/DOE: Fix destroy_work_on_stack() raceIra Weiny2023-07-271-1/+1