index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
Age
Commit message (
Expand
)
Author
Lines
2025-01-03
vfio/pci: Fallback huge faults for unaligned pfn
Alex Williamson
-8
/
+9
2024-12-11
Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-12
/
+35
2024-12-05
vfio/mlx5: Align the page tracking max message size with the device capability
Yishai Hadas
-12
/
+35
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-7
/
+7
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-1
/
+1
2024-11-27
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-471
/
+2278
2024-11-25
vfio/pci: Properly hide first-in-list PCIe extended capability
Avihai Horon
-2
/
+14
2024-11-21
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-11
/
+1
2024-11-14
vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()
Yishai Hadas
-18
/
+17
2024-11-14
vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
Yishai Hadas
-1
/
+5
2024-11-13
vfio/virtio: Enable live migration once VIRTIO_PCI was configured
Yishai Hadas
-401
/
+489
2024-11-13
vfio/virtio: Add PRE_COPY support for live migration
Yishai Hadas
-8
/
+227
2024-11-13
vfio/virtio: Add support for the basic live migration functionality
Yishai Hadas
-25
/
+1285
2024-11-13
hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
Longfang Liu
-0
/
+210
2024-11-12
hisi_acc_vfio_pci: create subfunction for data reading
Longfang Liu
-21
/
+33
2024-11-12
hisi_acc_vfio_pci: extract public functions for container_of
Longfang Liu
-10
/
+11
2024-11-05
vfio: Remove VFIO_TYPE1_NESTING_IOMMU
Jason Gunthorpe
-11
/
+1
2024-11-03
assorted variants of irqfd setup: convert to CLASS(fd)
Al Viro
-13
/
+3
2024-11-03
fdget(), more trivial conversions
Al Viro
-4
/
+2
2024-10-30
vfio/qat: fix overflow check in qat_vf_resume_write()
Giovanni Cabiddu
-1
/
+1
2024-10-30
vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table
Ankit Agrawal
-0
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-8
/
+0
2024-09-24
Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-13
/
+3
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-6
/
+6
2024-09-17
vfio/pci: implement huge_fault support
Alex Williamson
-17
/
+43
2024-09-17
vfio: use the new follow_pfnmap API
Peter Xu
-10
/
+6
2024-09-12
vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()
Dan Carpenter
-1
/
+1
2024-09-06
vfio/mdev: Constify struct kobj_type
Hongbo Li
-1
/
+1
2024-09-03
vfio: mdev: Remove unused function declarations
Zhang Zekun
-3
/
+0
2024-09-03
vfio/fsl-mc: Remove unused variable 'hwirq'
Yue Haibing
-3
/
+1
2024-09-03
vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
Dr. David Alan Gilbert
-5
/
+0
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
-6
/
+6
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-07-19
Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-4
/
+9
2024-07-19
Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-60
/
+62
2024-07-19
Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+4
2024-07-10
vfio/pci: Init the count variable in collecting hot-reset devices
Yi Liu
-1
/
+1
2024-07-04
vfio/type1: Use iommu_paging_domain_alloc()
Lu Baolu
-3
/
+4
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-06-28
vfio/spapr: Always clear TCEs before unsetting the window
Shivaprasad G Bhat
-4
/
+9
2024-06-21
vfio/pci: Support 8-byte PCI loads and stores
Ben Segal
-0
/
+16
2024-06-21
vfio/pci: Extract duplicated code into macro
Gerd Bayer
-60
/
+46
2024-06-12
vfio/pci: Insert full vma on mmap'd MMIO fault
Alex Williamson
-2
/
+17
2024-05-31
vfio/pci: Use unmap_mapping_range()
Alex Williamson
-209
/
+55
2024-05-31
vfio: Create vfio_fs_type with inode per device
Alex Williamson
-0
/
+58
2024-05-20
Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-65
/
+1098
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+3
2024-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
-1
/
+0
2024-05-17
vfio/pci: Restore zero affected bus reset devices warning
Alex Williamson
-0
/
+3
2024-05-13
VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
Arjan van de Ven
-0
/
+2
[next]