summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-05-11KVM: SVM: Fix fault-rip on vmsave/vmload emulationJoerg Roedel1-6/+6
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel3-0/+62
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel4-5/+23
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel3-0/+45
2011-05-11KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel1-2/+7
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel2-13/+18
2011-05-11KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel2-1/+54
2011-05-11KVM: x86 emulator: Drop EFER.SVME requirement from VMMCALLAvi Kivity1-1/+1
2011-05-11KVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL insnAvi Kivity1-1/+1
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong3-15/+7
2011-05-11KVM: x86 emulator: do not open code return values from the emulatorGleb Natapov1-3/+3
2011-05-11KVM: Remove base_addresss in kvm_pit since it is unusedJustin P. Mattock1-1/+0
2011-05-11KVM: SVM: Remove nested sel_cr0_write handling codeJoerg Roedel1-52/+26
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel3-15/+70
2011-05-11KVM: SVM: Add intercept checks for one-byte instructionsJoerg Roedel2-2/+16
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel3-7/+39
2011-05-11KVM: SVM: Add intercept checks for remaining group7 instructionsJoerg Roedel2-2/+30
2011-05-11KVM: SVM: Add intercept checks for SVM instructionsJoerg Roedel2-1/+51
2011-05-11KVM: SVM: Add intercept checks for descriptor table accessesJoerg Roedel2-2/+20
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel3-15/+56
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel5-25/+192
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel6-11/+74
2011-05-11KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel2-0/+11
2011-05-11KVM: x86 emulator: Add check_perm callbackJoerg Roedel2-0/+15
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel3-0/+7
2011-05-11KVM: x86 emulator: add SVM interceptsAvi Kivity2-11/+48
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity3-0/+55
2011-05-11KVM: x86 emulator: implement movdqu instruction (f3 0f 6f, f3 0f 7f)Avi Kivity1-2/+21
2011-05-11KVM: x86 emulator: SSE supportAvi Kivity2-4/+104
2011-05-11KVM: x86 emulator: Specialize decoding for insns with 66/f2/f3 prefixesAvi Kivity1-1/+25
2011-05-11KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity2-0/+20
2011-05-11KVM: x86 emulator: do not munge rep prefixAvi Kivity2-5/+3
2011-05-11KVM: 16-byte mmio supportAvi Kivity2-9/+26
2011-05-11KVM: Split mmio completion into a functionAvi Kivity1-14/+25
2011-05-11KVM: extend in-kernel mmio to handle >8 byte transactionsAvi Kivity1-12/+46
2011-05-11KVM: x86: better fix for race between nmi injection and enabling nmi windowGleb Natapov1-1/+10
2011-05-11Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti1-3/+1
2011-05-11KVM: expose async pf through our standard mechanismGlauber Costa1-0/+1
2011-05-11KVM: VMX: simplify NMI mask managementAvi Kivity1-8/+2
2011-05-11KVM: SVM: Remove unused svm_featuresJan Kiszka1-3/+0
2011-05-11KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exceptionAvi Kivity1-1/+1
2011-05-11KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionallyAvi Kivity1-2/+7
2011-05-11KVM: VMX: Refactor vmx_complete_atomic_exit()Avi Kivity1-6/+9
2011-05-11KVM: VMX: Qualify check for host NMIAvi Kivity1-1/+2
2011-05-11KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneededAvi Kivity1-1/+15
2011-05-11KVM: VMX: Cache cplAvi Kivity2-1/+17
2011-05-11KVM: VMX: Optimize vmx_get_cpl()Avi Kivity1-1/+2
2011-05-11KVM: VMX: Optimize vmx_get_rflags()Avi Kivity2-6/+15
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity3-12/+12
2011-05-06perf events, x86: Fix Intel Nehalem and Westmere last level cache event defin...Peter Zijlstra1-35/+52