aboutsummaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* remove compat from include, get new scripts workingWolfgang Wiedmeyer2015-10-231-10/+2
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-238-175/+478
|\
| * kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas2014-12-141-4/+4
| * kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack2014-12-141-0/+4
| * kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin2014-09-131-9/+10
| * KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov2014-06-091-4/+4
| * kvm: remove .done from struct kvm_async_pfRadim Krčmář2014-06-091-4/+1
| * kvm: free resources after canceling async_pfRadim Krčmář2014-06-091-1/+4
| * KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter2014-04-021-6/+2
| * KVM: Fix iommu map/unmap to handle memory slot movesAlex Williamson2014-01-031-8/+11
| * KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti2014-01-031-3/+3
| * KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig2014-01-031-0/+3
| * KVM: IOMMU: hva align mapping page sizeGreg Edwards2014-01-031-0/+4
| * KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-251-10/+37
| * KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig2013-04-251-2/+5
| * KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity2012-07-251-0/+1
| * KVM: lock slots_lock around device assignmentAlex Williamson2012-05-311-8/+15
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-05-311-0/+4
| * KVM: mmu_notifier: Flush TLBs before releasing mmu_lockTakuya Yoshikawa2012-05-311-9/+10
| * KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-05-112-6/+11
| * KVM: Device assignment permission checksAlex Williamson2011-12-251-0/+75
| * KVM: Remove ability to assign a device without iommu supportAlex Williamson2011-12-251-9/+9
| * kvm: iommu.c file requires the full module.h present.Paul Gortmaker2011-10-311-0/+1
| * kvm: fix implicit use of stat.h header filePaul Gortmaker2011-10-311-0/+1
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-2/+2
| |\
| | * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+1
| | * iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-1/+1
| * | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-306-118/+200
| |\ \
| | * | KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka2011-09-251-13/+19
| | * | KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka2011-09-251-10/+8
| | * | KVM: Clean up unneeded void pointer castsJan Kiszka2011-09-251-6/+6
| | * | KVM: Intelligent device lookup on I/O busSasha Levin2011-09-254-15/+106
| | * | KVM: Make coalesced mmio use a device per zoneSasha Levin2011-09-252-75/+50
| | * | KVM: MMIO: Lock coalesced device when checking for available entrySasha Levin2011-09-251-15/+27
| | |/
| * | pci: Add flag indicating device has been assigned by KVMGreg Rose2011-09-232-0/+6
| |/
| * KVM: IOMMU: Disable device assignment without interrupt remappingAlex Williamson2011-07-241-0/+18
| * KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-0/+7
| * KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong2011-07-241-2/+14
| * KVM: introduce kvm_read_guest_cachedGleb Natapov2011-07-121-0/+20
| * KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka2011-07-121-1/+1
| * KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKAlexander Graf2011-07-121-1/+51
| * KVM: Clean up error handling during VCPU creationJan Kiszka2011-07-121-5/+6
| * KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong2011-07-121-2/+2
* | merged 3.0.101 tagWolfgang Wiedmeyer2015-10-223-15/+47
* | KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-05-072-6/+11
|/
* Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-06-071-6/+9
|\
| * KVM: Initialize kvm before registering the mmu notifierMike Waychison2011-06-061-5/+6
| * KVM: add missing void __user * cast to access_ok() callHeiko Carstens2011-05-261-1/+3
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-231-4/+14
|\ \ | |/ |/|
| * KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson2011-05-211-4/+14