summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-191-4/+9
|\ \
| * | vfio/spapr: Always clear TCEs before unsetting the windowShivaprasad G Bhat2024-06-281-4/+9
* | | Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-07-191-60/+62
|\ \ \
| * | | vfio/pci: Support 8-byte PCI loads and storesBen Segal2024-06-211-0/+16
| * | | vfio/pci: Extract duplicated code into macroGerd Bayer2024-06-211-60/+46
| | |/ | |/|
* | | Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-3/+4
|\ \ \
| * | | vfio/type1: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+4
| | |/ | |/|
* | | vfio/pci: Init the count variable in collecting hot-reset devicesYi Liu2024-07-101-1/+1
| |/ |/|
* | vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson2024-06-121-2/+17
* | vfio/pci: Use unmap_mapping_range()Alex Williamson2024-05-311-209/+55
* | vfio: Create vfio_fs_type with inode per deviceAlex Williamson2024-05-313-0/+58
|/
* Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-05-2011-65/+1098
|\
| * vfio/pci: Restore zero affected bus reset devices warningAlex Williamson2024-05-171-0/+3
| * vfio/pci: Collect hot-reset devices to local bufferAlex Williamson2024-05-091-29/+49
| * vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesXin Zeng2024-04-295-0/+721
| * vfio/cdx: add interrupt supportNipun Gupta2024-04-234-2/+298
| * vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin2024-04-221-1/+3
| * vfio/pci: Pass eventfd context object through irqfdAlex Williamson2024-04-221-20/+13
| * vfio/pci: Pass eventfd context to IRQ handlerAlex Williamson2024-04-221-13/+11
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-2/+3
|\ \
| * | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-2/+2
| * | fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-171-1/+0
|\ \
| * | ARM: 9370/1: vfio: amba: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
| |/
* / VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven2024-05-131-0/+2
|/
* Merge tag 'vfio-v6.9-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-03-1529-426/+1416
|\
| * vfio/fsl-mc: Block calling interrupt handler without triggerAlex Williamson2024-03-111-3/+4
| * vfio/platform: Create persistent IRQ handlersAlex Williamson2024-03-111-32/+68
| * vfio/platform: Disable virqfds on cleanupAlex Williamson2024-03-111-1/+4
| * vfio/pci: Create persistent INTx handlerAlex Williamson2024-03-111-67/+78
| * vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson2024-03-111-0/+21
| * vfio/pci: Lock external INTx masking opsAlex Williamson2024-03-111-6/+28
| * vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson2024-03-111-7/+10
| * vfio/pds: Refactor/simplify reset logicBrett Creeley2024-03-114-67/+19
| * vfio/pds: Make sure migration file isn't accessed after resetBrett Creeley2024-03-112-0/+14
| * vfio/platform: Convert to platform remove callback returning voidUwe Kleine-König2024-03-111-3/+2
| * vfio/mlx5: Enforce PRE_COPY supportYishai Hadas2024-03-113-127/+71
| * hisi_acc_vfio_pci: Remove the deferred_reset logicShameer Kolothum2024-03-052-40/+14
| * Revert "vfio/type1: Unpin zero pages"Alex Williamson2024-03-041-12/+0
| * vfio/nvgrace-gpu: Convey kvm to map device memory region as noncachedAnkit Agrawal2024-03-041-1/+10
| * Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...Alex Williamson2024-03-041-1/+18
| |\
| * | vfio: amba: Rename pl330_ids[] to vfio_amba_ids[]Geert Uytterhoeven2024-03-041-3/+3
| * | vfio/pds: Always clear the save/restore FDs on resetBrett Creeley2024-03-011-2/+2
| * | vfio/nvgrace-gpu: Add vfio pci variant module for grace hopperAnkit Agrawal2024-02-225-0/+896
| * | vfio/pci: rename and export range_intersect_rangeAnkit Agrawal2024-02-222-46/+68
| * | vfio/pci: rename and export do_io_rw()Ankit Agrawal2024-02-221-7/+9
| * | vfio: mdev: make mdev_bus_type constRicardo B. Marliere2024-02-222-2/+2
| * | vfio/mlx5: Let firmware knows upon leaving PRE_COPY back to RUNNINGYishai Hadas2024-02-223-12/+45