summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio-pci: Avoid deadlock on removeAlex Williamson2013-07-241-2/+21
* vfio: Ignore sprurious notifiesAlex Williamson2013-07-241-5/+3
* vfio: Don't overreact to DEL_DEVICEAlex Williamson2013-07-241-22/+7
* Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-102-225/+415
|\
| * vfio/type1: Fix leak on error pathAlex Williamson2013-07-011-5/+8
| * vfio: Limit group opensAlex Williamson2013-06-251-0/+14
| * vfio/type1: Fix missed frees and zero sized removesAlex Williamson2013-06-251-35/+42
| * vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson2013-06-211-0/+11
| * vfio: hugepage support for vfio_iommu_type1Alex Williamson2013-06-211-185/+338
| * vfio: Convert type1 iommu to use rbtreeAlex Williamson2013-06-211-94/+96
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-044-0/+385
|\ \
| * | powerpc/vfio: Enable on pSeries platformAlexey Kardashevskiy2013-06-201-1/+1
| * | powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy2013-06-204-0/+385
| |/
* / vfio: remap_pfn_range() sets all those flags...Al Viro2013-06-291-1/+0
|/
* vfio: fix crash on rmmodAlexey Kardashevskiy2013-06-051-1/+1
* Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-05-025-107/+294
|\
| * vfio: Set container device modeAlex Williamson2013-04-301-0/+4
| * vfio: Use down_reads to protect iommu disconnectsAlex Williamson2013-04-291-16/+46
| * vfio: Convert container->group_lock to rwsemAlex Williamson2013-04-251-10/+11
| * 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
| * VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil2013-03-111-1/+29
* | 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
|/
* vfio: convert to idr_alloc()Tejun Heo2013-02-271-16/+1
* 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: whitelist pcieportAlex Williamson2013-02-141-1/+1
* vfio: Protect vfio_dev_present against device_delAlex Williamson2013-02-141-21/+12
* 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: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-071-1/+2
* VFIO: unregister IOMMU notifier on error recovery pathJiang Liu2012-12-071-16/+15
* 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
* vfio: Fix PCI mmap after b3b9c293Alex Williamson2012-10-101-4/+3
* Fix staging driver use of VM_RESERVEDLinus Torvalds2012-10-091-1/+1