aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/vfio_pci.c
Commit message (Expand)AuthorAge
* vfio-pci: Log device requests more verboselyAlex Williamson2015-05-01
* vfio-pci: Fix use after freeAlex Williamson2015-04-08
* vfio-pci: Move idle devices to D3hot power stateAlex Williamson2015-04-07
* vfio-pci: Remove warning if try-reset failsAlex Williamson2015-04-07
* vfio-pci: Allow PCI IDs to be specified as module optionsAlex Williamson2015-04-07
* vfio-pci: Add VGA arbiter clientAlex Williamson2015-04-07
* vfio-pci: Add module option to disable VGA region accessAlex Williamson2015-04-07
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-16
* vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exitAntonios Motakis2015-03-16
* vfio-pci: Add device request interfaceAlex Williamson2015-02-10
* vfio-pci: Fix the check on pci device type in vfio_pci_probe()Wei Yang2015-01-07
* vfio: make vfio run on s390Frank Blaschka2014-11-07
* vfio-pci: Fix remove path lockingAlex Williamson2014-09-29
* drivers/vfio: Enable VFIO if EEH is not supportedAlexey Kardashevskiy2014-08-08
* vfio-pci: Attempt bus/slot reset on releaseAlex Williamson2014-08-07
* vfio-pci: Use mutex around open, release, and removeAlex Williamson2014-08-07
* vfio-pci: Release devices with BusMaster disabledAlex Williamson2014-08-07
* drivers/vfio: EEH support for VFIO PCI deviceGavin Shan2014-08-05
* drivers/vfio/pci: Fix wrong MSI interrupt countGavin Shan2014-05-30
* vfio/pci: Fix unchecked return valueAlex Williamson2014-05-30
* Merge tag 'vfio-v3.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-01-24
|\
| * vfio-pci: Don't use device_lock around AER interrupt setupAlex Williamson2014-01-14
* | vfio-pci: Use pci "try" reset interfaceAlex Williamson2014-01-15
|/
* vfio-pci: PCI hot reset interfaceAlex Williamson2013-09-04
* vfio-pci: Avoid deadlock on removeAlex Williamson2013-07-24
* vfio: remap_pfn_range() sets all those flags...Al Viro2013-06-29
* Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-05-02
|\
| * VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil2013-03-11
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-29
|\ \
| * | vfio-pci: Use cached MSI/MSI-X capabilitiesBjorn Helgaas2013-04-24
| * | vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-24
| |/
* / vfio-pci: Fix possible integer overflowAlex Williamson2013-03-26
|/
* vfio-pci: Add support for VGA region accessAlex Williamson2013-02-18
* vfio-pci: Cleanup BAR accessAlex Williamson2013-02-14
* vfio-pci: Cleanup read/write functionsAlex Williamson2013-02-14
* vfio-pci: Enable device before attempting resetAlex Williamson2012-12-07
* VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu2012-12-07
* vfio-pci: Re-order device resetAlex Williamson2012-12-07
* vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu2012-12-07
* vfio: Fix PCI mmap after b3b9c293Alex Williamson2012-10-10
* Fix staging driver use of VM_RESERVEDLinus Torvalds2012-10-09
* vfio: Add PCI device driverAlex Williamson2012-07-31