summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
* vfio-pci: Fix the check on pci device type in vfio_pci_probe()Wei Yang2015-01-071-3/+1
* Merge tag 'vfio-v3.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-12-173-2/+18
|\
| * vfio: make vfio run on s390Frank Blaschka2014-11-073-2/+18
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
|/
* Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-112-79/+72
|\
| * vfio-pci: Fix remove path lockingAlex Williamson2014-09-291-79/+57
| * vfio/pci: Restore MSIx message prior to enablingGavin Shan2014-09-291-0/+15
* | PCI/AER: Rename PCI_ERR_UNC_TRAIN to PCI_ERR_UNC_UNDChen, Gong2014-09-251-1/+1
|/
* drivers/vfio: Enable VFIO if EEH is not supportedAlexey Kardashevskiy2014-08-081-5/+1
* vfio-pci: Attempt bus/slot reset on releaseAlex Williamson2014-08-072-0/+113
* vfio-pci: Use mutex around open, release, and removeAlex Williamson2014-08-072-12/+23
* vfio-pci: Release devices with BusMaster disabledAlex Williamson2014-08-071-2/+8
* drivers/vfio: EEH support for VFIO PCI deviceGavin Shan2014-08-051-4/+14
* drivers/vfio/pci: Fix wrong MSI interrupt countGavin Shan2014-05-301-2/+1
* vfio/pci: Fix unchecked return valueAlex Williamson2014-05-301-1/+2
* vfio/pci: Fix sizing of DPA and THP express capabilitiesAlex Williamson2014-05-301-4/+3
* vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-02-141-4/+8
* Merge tag 'vfio-v3.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-01-242-17/+4
|\
| * vfio-pci: Don't use device_lock around AER interrupt setupAlex Williamson2014-01-142-17/+4
* | vfio-pci: Use pci "try" reset interfaceAlex Williamson2014-01-151-20/+9
* | PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2Alex Williamson2013-12-171-6/+6
|/
* vfio-pci: PCI hot reset interfaceAlex Williamson2013-09-041-1/+285
* vfio-pci: Test for extended config spaceAlex Williamson2013-09-041-3/+8
* vfio-pci: Use fdget() rather than eventfd_fget()Alex Williamson2013-08-281-19/+16
* vfio-pci: Avoid deadlock on removeAlex Williamson2013-07-241-2/+21
* vfio: remap_pfn_range() sets all those flags...Al Viro2013-06-291-1/+0
* Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-05-024-80/+204
|\
| * PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities RegisterYijing Wang2013-04-151-5/+1
| * vfio-pci: Enable raw access to unassigned config spaceAlex Williamson2013-04-011-32/+46
| * vfio-pci: Use byte granularity in config mapAlex Williamson2013-04-011-41/+47
| * vfio: make local function vfio_pci_intx_unmask_handler() staticWei Yongjun2013-03-251-1/+2
| * VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil2013-03-113-1/+108
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-5/+5
|\ \
| * | vfio-pci: Use cached MSI/MSI-X capabilitiesBjorn Helgaas2013-04-241-3/+3
| * | vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-241-2/+2
| |/
* | vfio-pci: Fix possible integer overflowAlex Williamson2013-03-261-1/+2
* | vfio: include <linux/slab.h> for kmallocArnd Bergmann2013-03-152-0/+2
|/
* drivers/vfio: remove depends on CONFIG_EXPERIMENTALKees Cook2013-02-241-1/+1
* vfio-pci: Add support for VGA region accessAlex Williamson2013-02-184-0/+93
* vfio-pci: Manage user power state transitionsAlex Williamson2013-02-181-3/+38
* vfio-pci: Cleanup BAR accessAlex Williamson2013-02-144-190/+90
* vfio-pci: Cleanup read/write functionsAlex Williamson2013-02-141-30/+29
* vfio-pci: Enable PCIe extended capabilities on v1Alex Williamson2013-02-141-3/+3
* vfio-pci: Fix buffer overfillAlex Williamson2013-01-151-2/+2
* vfio-pci: Enable device before attempting resetAlex Williamson2012-12-071-13/+10
* VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu2012-12-071-2/+2
* vfio-pci: Re-order device resetAlex Williamson2012-12-071-12/+31
* vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu2012-12-071-9/+4
* vfio: Fix PCI INTx disable consistencyAlex Williamson2012-10-101-1/+12
* vfio: Move PCI INTx eventfd setting earlierAlex Williamson2012-10-101-2/+3
OpenPOWER on IntegriCloud