summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity1-0/+6
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2-1/+24
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2-1/+3
2010-05-19KVM: x86: Check LMA bit before set_eferSheng Yang1-2/+2
2010-05-19KVM: Don't allow lmsw to clear cr0.peAvi Kivity1-1/+1
2010-05-19KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa1-1/+4
2010-05-19x86, paravirt: don't compute pvclock adjustments if we trust the tscGlauber Costa4-0/+13
2010-05-19x86: KVM guest: Try using new kvm clock msrsGlauber Costa1-21/+32
2010-05-19KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa1-0/+34
2010-05-19KVM: x86: add new KVMCLOCK cpuid featureGlauber Costa1-0/+4
2010-05-19KVM: x86: change msr numbers for kvmclockGlauber Costa2-1/+10
2010-05-19x86, paravirt: Add a global synchronization point for pvclockGlauber Costa1-0/+24
2010-05-19x86, paravirt: Enable pvclock flags in vcpu_time_info structureGlauber Costa3-1/+12
2010-05-19KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg1-19/+12
2010-05-19KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel1-0/+3
2010-05-19KVM: x86: Fix exception reinjection forced to trueJoerg Roedel1-1/+1
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity1-2/+10
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity1-0/+7
2010-05-19KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang3-13/+25
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti1-1/+1
2010-05-19KVM: VMX: Atomically switch efer if EPT && !EFER.NXAvi Kivity1-0/+12
2010-05-19KVM: VMX: Add facility to atomically switch MSRs on guest entry/exitAvi Kivity1-0/+49
2010-05-19KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entriesAvi Kivity1-0/+4
2010-05-19KVM: VMX: Add definition for msr autoload entryAvi Kivity1-1/+7
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity7-7/+9
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong1-3/+1
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong1-2/+2
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong1-43/+26
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong1-1/+6
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng1-5/+5
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup1-4/+8
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng1-1/+1
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel1-0/+1
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel4-12/+32
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel1-0/+10
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel4-0/+17
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel1-0/+4
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel1-9/+6
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel1-4/+4
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel1-7/+9
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity2-6/+18
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan1-4/+12
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf3-1/+24
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf2-13/+13
2010-05-17KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf1-8/+12
2010-05-17KVM: PPC: Set VSID_PR also for Book3S_64Alexander Graf1-0/+3
2010-05-17KVM: PPC: Be more informative on BUGAlexander Graf1-2/+8
2010-05-17KVM: PPC: Make Alignment interrupts work againAlexander Graf1-0/+2
2010-05-17KVM: PPC: Improve split modeAlexander Graf4-39/+46