index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio.h
Age
Commit message (
Expand
)
Author
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