Age | Commit message (Expand) | Author |
2023-07-25 | vfio: Compile vfio_group infrastructure optionally | Yi Liu |
2023-07-25 | vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT | Yi Liu |
2023-07-25 | vfio: Add VFIO_DEVICE_BIND_IOMMUFD | Yi Liu |
2023-07-25 | vfio: Test kvm pointer in _vfio_device_get_kvm_safe() | Yi Liu |
2023-07-25 | vfio: Add cdev for vfio_device | Yi Liu |
2023-07-25 | vfio: Record devid in vfio_device_file | Yi Liu |
2023-07-25 | vfio-iommufd: Split bind/attach into two steps | Yi Liu |
2023-07-25 | vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind() | Yi Liu |
2023-07-25 | vfio: Make vfio_df_open() single open for device cdev path | Yi Liu |
2023-07-25 | vfio: Add cdev_device_open_cnt to vfio_group | Yi Liu |
2023-07-25 | vfio: Block device access via device fd until device is opened | Yi Liu |
2023-07-25 | vfio: Pass struct vfio_device_file * to vfio_device_open/close() | Yi Liu |
2023-07-25 | vfio: Accept vfio device file in the KVM facing kAPI | Yi Liu |
2023-07-25 | vfio: Refine vfio file kAPIs for KVM | Yi Liu |
2023-07-25 | vfio: Allocate per device file structure | Yi Liu |
2023-02-25 | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2023-02-09 | vfio: no need to pass kvm pointer during device open | Matthew Rosato |
2023-02-09 | vfio: fix deadlock between group lock and kvm lock | Matthew Rosato |
2023-02-09 | vfio: revert "iommu driver notify callback" | Steve Sistare |
2023-02-03 | vfio: Support VFIO_NOIOMMU with iommufd | Jason Gunthorpe |
2022-12-15 | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-12-05 | vfio: Fold vfio_virqfd.ko into vfio.ko | Jason Gunthorpe |
2022-12-05 | vfio: Move vfio group specific code into group.c | Yi Liu |
2022-12-05 | vfio: Refactor dma APIs for emulated devices | Yi Liu |
2022-12-02 | vfio: Make vfio_container optionally compiled | Jason Gunthorpe |
2022-12-02 | vfio-iommufd: Support iommufd for emulated VFIO devices | Jason Gunthorpe |
2022-12-02 | vfio-iommufd: Support iommufd for physical VFIO devices | Jason Gunthorpe |
2022-12-02 | vfio-iommufd: Allow iommufd to be used in place of a container fd | Jason Gunthorpe |
2022-12-02 | vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent() | Jason Gunthorpe |
2022-12-02 | vfio: Rename vfio_device_assign/unassign_container() | Jason Gunthorpe |
2022-10-07 | vfio: Make the group FD disassociate from the iommu_group | Jason Gunthorpe |
2022-10-04 | vfio: Change vfio_group->group_rwsem to a mutex | Jason Gunthorpe |
2022-10-04 | vfio: Remove the vfio_group->users and users_comp | Jason Gunthorpe |
2022-09-27 | vfio: Follow a strict lifetime for struct iommu_group | Jason Gunthorpe |
2022-09-22 | vfio: Move container code into drivers/vfio/container.c | Jason Gunthorpe |
2022-09-22 | vfio: Add header guards and includes to drivers/vfio/vfio.h | Jason Gunthorpe |
2022-07-25 | vfio: Replace phys_pfn with pages for vfio_pin_pages() | Nicolin Chen |
2022-07-25 | vfio: Pass in starting IOVA to vfio_pin/unpin_pages API | Nicolin Chen |
2022-07-23 | vfio: Make vfio_unpin_pages() return void | Nicolin Chen |
2022-07-20 | vfio: Replace the iommu notifier with a device list | Jason Gunthorpe |
2022-07-20 | vfio: Replace the DMA unmapping notifier with a callback | Jason Gunthorpe |
2021-09-30 | vfio: clean up the check for mediated device in vfio_iommu_type1 | Christoph Hellwig |
2021-09-30 | vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h> | Christoph Hellwig |