summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | vfio/pci: Fix error return code in vfio_ecap_init()Zhen Lei2021-05-241-1/+1
|/
* Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-287-646/+195
|\
| *-. Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson2021-04-067-532/+55
| |\ \
| | | * vfio/pci: remove vfio_pci_nvlink2Christoph Hellwig2021-04-065-529/+0
| | * | vfio/pci: fix a couple of spelling mistakesZhen Lei2021-04-062-3/+3
| | * | vfio/pci: Add support for opregion v2.1+Fred Gao2021-04-061-0/+53
| | * | vfio/pci: Remove an unnecessary blank line in vfio_pci_enableZhou Wang2021-04-061-1/+0
| | * | vfio: pci: Spello fix in the file vfio_pci.cBhaskar Chowdhury2021-04-061-1/+1
| | |/
| * | vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-1/+1
| * | vfio/pci: Replace uses of vfio_device_data() with container_ofJason Gunthorpe2021-04-061-43/+24
| * | vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-18/+29
| * | vfio/pci: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-062-5/+6
| * | vfio/pci: Re-order vfio_pci_probe()Jason Gunthorpe2021-04-061-8/+9
| * | vfio/pci: Move VGA and VF initialization to functionsJason Gunthorpe2021-04-061-42/+74
| |/
* / vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt2021-04-131-1/+3
|/
* vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe2021-03-291-1/+1
* vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy2021-02-194-21/+7
* vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy2021-02-021-0/+4
* vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy2021-02-011-12/+8
* vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit2021-02-011-5/+5
* vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy2020-12-021-2/+5
* vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe2020-12-021-2/+2
* vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger2020-12-021-2/+1
* vfio/pci: Bypass IGD init in case of -ENODEVFred Gao2020-11-031-1/+1
* vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson2020-11-031-8/+35
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-227-12/+225
|\
| * vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-191-1/+3
| *-. Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson2020-10-125-0/+205
| |\ \
| | | * vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato2020-10-125-0/+205
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson2020-09-222-11/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfnMatthew Rosato2020-09-221-10/+14
| | | |/ | | |/|
| | | * vfio/pci: Remove redundant declaration of vfio_pci_driverZenghui Yu2020-09-211-1/+0
| | |/
| * / vfio/pci: Don't regenerate vconfig for all BARs if !bardirtyZenghui Yu2020-09-211-0/+3
| |/
* / mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-20/+18
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* vfio-pci: Avoid recursive read-lock usageAlex Williamson2020-08-172-24/+98
* vfio/pci: Add QAT devices to denylistGiovanni Cabiddu2020-07-271-0/+15
* vfio/pci: Add device denylistGiovanni Cabiddu2020-07-271-0/+33
* vfio/pci: Hold igate across releasing eventfd contextsAlex Williamson2020-07-271-3/+1
* vfio/pci: Add Intel X550 to hidden INTx devicesAlex Williamson2020-07-271-0/+2
* vfio/pci: fix racy on error and request eventfd ctxZeng Tao2020-07-171-0/+5
* vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson2020-06-251-1/+16
* vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-06-171-2/+6
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-7/+7
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-4/+4
* Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-06-055-39/+417
|\
| *---. Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' a...Alex Williamson2020-05-265-39/+417
| |\ \ \
| | | | * vfio/pci: fix memory leaks of eventfd ctxQian Cai2020-05-261-0/+4
| | | | * vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai2020-05-181-2/+5
| | |_|/ | |/| |
| | | * vfio-pci: Mask cap zeroAlex Williamson2020-05-181-1/+6
| | |/ | |/|