summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2025-06-27vfio/type1: Fix error unwind in migration dirty bitmap allocationLi RongQing1-1/+1
2025-06-04vfio/pci: Handle INTx IRQ_NOTCONNECTEDAlex Williamson3-11/+4
2025-03-13vfio/pci: Enable iowrite64 and ioread64 for vfio pciRamesh Thomas1-0/+1
2025-03-13vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2025-02-01vfio/platform: check the bounds of read/write syscallsAlex Williamson1-0/+10
2024-12-14vfio/pci: Properly hide first-in-list PCIe extended capabilityAvihai Horon1-2/+14
2024-10-17vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-04-10vfio/fsl-mc: Block calling interrupt handler without triggerAlex Williamson1-3/+4
2024-04-10vfio/platform: Create persistent IRQ handlersAlex Williamson1-33/+68
2024-04-10vfio/pci: Create persistent INTx handlerAlex Williamson1-67/+82
2024-04-10vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson1-0/+21
2024-04-10vfio/pci: Lock external INTx masking opsAlex Williamson1-6/+24
2024-04-10vfio/pci: Disable auto-enable of exclusive INTx IRQAlex Williamson1-7/+10
2024-04-10vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2023-09-19vfio/type1: fix cap_migration information leakStefan Hajnoczi1-1/+1
2023-03-10vfio/type1: restore locked_vmSteve Sistare1-0/+35
2023-03-10vfio/type1: track locked_vm per dmaSteve Sistare1-6/+17
2023-03-10vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare1-27/+14
2022-12-31vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-09-15vfio/type1: Unpin zero pagesAlex Williamson1-0/+12
2022-08-25vfio: Clear the caps->buf to NULL after freeSchspa Shi1-0/+1
2022-04-20vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe1-50/+74
2022-04-13vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson1-0/+2
2022-04-08vfio/pci: wake-up devices around reset functionsAbhishek Sahu1-0/+48
2022-04-08vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu1-0/+13
2021-09-23vfio/pci: add missing identifier name in argument of function prototypeColin Ian King1-1/+1
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds25-2812/+2547
2021-08-26Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson16-2425/+2335
2021-08-26vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy10-281/+64
2021-08-26vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe6-26/+26
2021-08-26vfio: Use select for eventfdJason Gunthorpe4-4/+6
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy1-1/+8
2021-08-26vfio/pci: Move module parameters to vfio_pci.cYishai Hadas3-12/+33
2021-08-26vfio/pci: Move igd initialization to vfio_pci.cMax Gurtovoy3-36/+41
2021-08-26vfio/pci: Split the pci_driver code out of vfio_pci_core.cMax Gurtovoy4-215/+304
2021-08-26vfio/pci: Include vfio header in vfio_pci_core.hMax Gurtovoy2-1/+1
2021-08-26vfio/pci: Rename ops functions to fit core namingsMax Gurtovoy1-16/+16
2021-08-26vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy7-155/+158
2021-08-26vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy7-9/+9
2021-08-26vfio/pci: Rename vfio_pci.c to vfio_pci_core.cMax Gurtovoy2-1/+1
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga1-4/+4
2021-08-24vfio-pci/zdev: Remove repeated verbose license textCai Huoqing1-6/+1
2021-08-24vfio: platform: reset: Convert to SPDX identifierCai Huoqing1-9/+1
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2-35/+1
2021-08-11vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setJason Gunthorpe1-124/+89
2021-08-11vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setJason Gunthorpe1-92/+82
2021-08-11vfio/pci: Move to the device set infrastructureYishai Hadas2-132/+37
2021-08-11vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2-48/+32
2021-08-11vfio/fsl: Move to the device set infrastructureJason Gunthorpe3-139/+28
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2-24/+151