summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2025-01-29Merge tag 'vfio-v6.14-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-69/+196
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-27vfio/nvgrace-gpu: Add GB200 SKU to the devid tableAnkit Agrawal1-0/+2
2025-01-27vfio/nvgrace-gpu: Check the HBM training and C2C link statusAnkit Agrawal1-0/+72
2025-01-27vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal1-22/+45
2025-01-27vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal1-0/+28
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+10
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino2-10/+10
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2025-01-23vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-01-22PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFTDongdong Zhang1-2/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-8/+9
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit1-2/+2
2025-01-06vfio/pci: Expose setup ROM at ROM bar when neededYunxiang Li3-22/+38
2025-01-06vfio/pci: Remove shadow ROM specific code pathsYunxiang Li3-17/+4
2025-01-06vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64Ramesh Thomas1-12/+0
2025-01-06vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-01-03vfio/pci: Fallback huge faults for unaligned pfnAlex Williamson1-8/+9
2024-12-12Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds1-12/+35
2024-12-05vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas1-12/+35
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra6-7/+7
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds13-471/+2278
2024-11-25vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+1
2024-11-14vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data()Yishai Hadas1-18/+17
2024-11-14vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()Yishai Hadas1-1/+5
2024-11-14vfio/virtio: Enable live migration once VIRTIO_PCI was configuredYishai Hadas5-401/+489
2024-11-14vfio/virtio: Add PRE_COPY support for live migrationYishai Hadas2-8/+227
2024-11-14vfio/virtio: Add support for the basic live migration functionalityYishai Hadas4-25/+1285
2024-11-14hisi_acc_vfio_pci: register debugfs for hisilicon migration driverLongfang Liu2-0/+210
2024-11-13hisi_acc_vfio_pci: create subfunction for data readingLongfang Liu1-21/+33
2024-11-13hisi_acc_vfio_pci: extract public functions for container_ofLongfang Liu1-10/+11
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe1-11/+1
2024-11-03assorted variants of irqfd setup: convert to CLASS(fd)Al Viro1-13/+3
2024-11-03fdget(), more trivial conversionsAl Viro1-4/+2
2024-10-30vfio/qat: fix overflow check in qat_vf_resume_write()Giovanni Cabiddu1-1/+1
2024-10-30vfio/nvgrace-gpu: Add a new GH200 SKU to the devid tableAnkit Agrawal1-0/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro4-8/+0
2024-09-24Merge tag 'vfio-v6.12-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-13/+3
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+6
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-17vfio: use the new follow_pfnmap APIPeter Xu1-10/+6
2024-09-12vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()Dan Carpenter1-1/+1
2024-09-06vfio/mdev: Constify struct kobj_typeHongbo Li1-1/+1
2024-09-03vfio: mdev: Remove unused function declarationsZhang Zekun1-3/+0
2024-09-03vfio/fsl-mc: Remove unused variable 'hwirq'Yue Haibing1-3/+1
2024-09-03vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'Dr. David Alan Gilbert1-5/+0
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro2-6/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1