summaryrefslogtreecommitdiff
path: root/drivers/vfio
Commit message (Expand)AuthorAge
...
* Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-05-02
|\
| * vfio: Set container device modeAlex Williamson2013-04-30
| * vfio: Use down_reads to protect iommu disconnectsAlex Williamson2013-04-29
| * vfio: Convert container->group_lock to rwsemAlex Williamson2013-04-25
| * PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities RegisterYijing Wang2013-04-15
| * vfio-pci: Enable raw access to unassigned config spaceAlex Williamson2013-04-01
| * vfio-pci: Use byte granularity in config mapAlex Williamson2013-04-01
| * vfio: make local function vfio_pci_intx_unmask_handler() staticWei Yongjun2013-03-25
| * VFIO-AER: Vfio-pci driver changes for supporting AERVijay Mohan Pandarathil2013-03-11
| * VFIO: Wrapper for getting reference to vfio_deviceVijay 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: include <linux/slab.h> for kmallocArnd Bergmann2013-03-15
|/
* vfio: convert to idr_alloc()Tejun Heo2013-02-27
* drivers/vfio: remove depends on CONFIG_EXPERIMENTALKees Cook2013-02-24
* vfio-pci: Add support for VGA region accessAlex Williamson2013-02-18
* vfio-pci: Manage user power state transitionsAlex Williamson2013-02-18
* vfio: whitelist pcieportAlex Williamson2013-02-14
* vfio: Protect vfio_dev_present against device_delAlex Williamson2013-02-14
* vfio-pci: Cleanup BAR accessAlex Williamson2013-02-14
* vfio-pci: Cleanup read/write functionsAlex Williamson2013-02-14
* vfio-pci: Enable PCIe extended capabilities on v1Alex Williamson2013-02-14
* vfio-pci: Fix buffer overfillAlex Williamson2013-01-15
* 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: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-07
* VFIO: unregister IOMMU notifier on error recovery pathJiang 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 INTx disable consistencyAlex Williamson2012-10-10
* vfio: Move PCI INTx eventfd setting earlierAlex Williamson2012-10-10
* vfio: Fix PCI mmap after b3b9c293Alex Williamson2012-10-10
* Fix staging driver use of VM_RESERVEDLinus Torvalds2012-10-09
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch vfio_group_set_container() to fget_light()Al Viro2012-09-26
* vfio: Fix virqfd release raceAlex Williamson2012-09-21
* vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-22
* vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-22
* vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-22
* vfio: don't dereference after kfree...Al Viro2012-08-22
* vfio: Add PCI device driverAlex Williamson2012-07-31
* vfio: Type1 IOMMU implementationAlex Williamson2012-07-31
* vfio: VFIO coreAlex Williamson2012-07-31