summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+9
2024-07-19Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-60/+62
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+4
2024-07-10vfio/pci: Init the count variable in collecting hot-reset devicesYi Liu1-1/+1
2024-07-04vfio/type1: Use iommu_paging_domain_alloc()Lu Baolu1-3/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-28vfio/spapr: Always clear TCEs before unsetting the windowShivaprasad G Bhat1-4/+9
2024-06-21vfio/pci: Support 8-byte PCI loads and storesBen Segal1-0/+16
2024-06-21vfio/pci: Extract duplicated code into macroGerd Bayer1-60/+46
2024-06-13vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson1-2/+17
2024-06-01vfio/pci: Use unmap_mapping_range()Alex Williamson1-209/+55
2024-06-01vfio: Create vfio_fs_type with inode per deviceAlex Williamson3-0/+58
2024-05-21Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds11-65/+1098
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+0
2024-05-17vfio/pci: Restore zero affected bus reset devices warningAlex Williamson1-0/+3
2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven1-0/+2
2024-05-10vfio/pci: Collect hot-reset devices to local bufferAlex Williamson1-29/+49
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-2/+2
2024-04-29vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesXin Zeng5-0/+721
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-23vfio/cdx: add interrupt supportNipun Gupta4-2/+298
2024-04-23vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-04-23vfio/pci: Pass eventfd context object through irqfdAlex Williamson1-20/+13
2024-04-23vfio/pci: Pass eventfd context to IRQ handlerAlex Williamson1-13/+11
2024-04-18ARM: 9370/1: vfio: amba: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-15Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds29-426/+1416
2024-03-11vfio/fsl-mc: Block calling interrupt handler without triggerAlex Williamson1-3/+4
2024-03-11vfio/platform: Create persistent IRQ handlersAlex Williamson1-32/+68
2024-03-11vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2024-03-11vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+78
2024-03-11vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson1-0/+21
2024-03-11vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+28
2024-03-11vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-03-11vfio/pds: Refactor/simplify reset logicBrett Creeley4-67/+19
2024-03-11vfio/pds: Make sure migration file isn't accessed after resetBrett Creeley2-0/+14
2024-03-11vfio/platform: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-11vfio/mlx5: Enforce PRE_COPY supportYishai Hadas3-127/+71