summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini2014-03-211-20/+9
* MIPS: KVM: Remove dead code in CP0 emulationJames Hogan2014-03-191-7/+0
* MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan2014-03-192-14/+18
* MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan2014-03-191-3/+4
* MIPS: KVM: asm/kvm_host.h: Clean up whitespaceJames Hogan2014-03-191-206/+209
* KVM: eventfd: Fix lock order inversion.Cornelia Huck2014-03-181-4/+4
* KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-174-3/+30
* KVM: x86: Add nested virtualization support for MPXPaolo Bonzini2014-03-171-0/+17
* KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini2014-03-173-14/+19
* Merge tag 'kvm-s390-20140317' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-172-5/+2
|\
| * KVM: s390: Optimize ucontrol pathChristian Borntraeger2014-03-171-1/+2
| * KVM: s390: Removing untriggerable BUG_ONsDominik Dingel2014-03-172-4/+0
* | KVM: x86 emulator: emulate MOVAPDIgor Mammedov2014-03-171-1/+1
* | KVM: x86 emulator: emulate MOVAPSIgor Mammedov2014-03-171-1/+7
|/
* Merge branch 'kvm-ppc-fix' into HEADPaolo Bonzini2014-03-141-69/+2
|\
| * KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVEPaul Mackerras2014-03-131-2/+2
| * KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras2014-03-131-67/+0
* | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-135-2/+18
* | KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+28
* | KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini2014-03-111-21/+20
* | KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini2014-03-111-0/+4
* | KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-1/+37
* | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-112-0/+18
* | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-112-2/+8
* | KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini2014-03-111-1/+1
* | KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-114-29/+14
* | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka2014-03-111-1/+2
* | KVM: nVMX: Fully emulate preemption timerJan Kiszka2014-03-111-55/+96
* | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-113-36/+59
* | Merge tag 'kvm-s390-20140306' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-061-3/+13
|\ \
| * | virtio_ccw: fix hang in set offline processingHeinz Graalfs2014-03-061-3/+13
* | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-04751-4139/+9692
|\ \ \
| * | | ARM: KVM: fix warning in mmu.cMarc Zyngier2014-03-031-1/+2
| * | | ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-035-19/+66
| * | | ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2014-03-033-3/+19
| * | | ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2014-03-035-10/+11
| * | | ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier2014-03-031-3/+3
| * | | ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2014-03-032-4/+4
| * | | ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-1/+10
| * | | arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-034-1/+101
| * | | ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-033-5/+22
| * | | arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-033-14/+82
| * | | arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2014-03-032-0/+8
| * | | arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-033-8/+16
| * | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-02-271-1/+1
| * | | kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-271-1/+1
| * | | arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier2014-02-273-4/+37
| * | | KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-261-0/+1
| * | | Linux 3.14-rc3v3.14-rc3Linus Torvalds2014-02-161-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-167-23/+28
| |\ \ \