summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2011-07-12KVM: x86 emulator: Use opcode::execute for LOOP/JCXZTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for RET(C3)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for XCHG(86/87)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9)Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use opcode::execute for some instructionsTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Rename emulate_xxx() to em_xxx()Takuya Yoshikawa
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa
2011-07-12KVM: nVMX: Miscellenous small correctionsNadav Har'El
2011-07-12KVM: nVMX: Add VMX to list of supported cpuid featuresNadav Har'El
2011-07-12KVM: nVMX: Additional TSC-offset handlingNadav Har'El
2011-07-12KVM: nVMX: Further fixes for lazy FPU loadingNadav Har'El
2011-07-12KVM: nVMX: Handling of CR0 and CR4 modifying instructionsNadav Har'El
2011-07-12KVM: nVMX: Correct handling of idt vectoring infoNadav Har'El
2011-07-12KVM: nVMX: Correct handling of exception injectionNadav Har'El
2011-07-12KVM: nVMX: Correct handling of interrupt injectionNadav Har'El
2011-07-12KVM: nVMX: Deciding if L0 or L1 should handle an L2 exitNadav Har'El
2011-07-12KVM: nVMX: vmcs12 checks on nested entryNadav Har'El
2011-07-12KVM: nVMX: Exiting from L2 to L1Nadav Har'El
2011-07-12KVM: nVMX: No need for handle_vmx_insn function any moreNadav Har'El
2011-07-12KVM: nVMX: Implement VMLAUNCH and VMRESUMENadav Har'El
2011-07-12KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12Nadav Har'El
2011-07-12KVM: nVMX: Move control field setup to functionsNadav Har'El
2011-07-12KVM: nVMX: Move host-state field setup to a functionNadav Har'El
2011-07-12KVM: nVMX: Implement VMREAD and VMWRITENadav Har'El
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El
2011-07-12KVM: nVMX: Implement VMPTRLDNadav Har'El
2011-07-12KVM: nVMX: Implement VMCLEARNadav Har'El
2011-07-12KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El
2011-07-12KVM: nVMX: Add VMCS fields to the vmcs12Nadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs02: VMCS used to run L2Nadav Har'El
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El
2011-07-12KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs12: a VMCS structure for L1Nadav Har'El
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El
2011-07-12KVM: nVMX: Implement VMXON and VMXOFFNadav Har'El
2011-07-12KVM: nVMX: Add "nested" module option to kvm_intelNadav Har'El
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Clean up init_emulate_ctxt()Takuya Yoshikawa
2011-07-12KVM: Clean up error handling during VCPU creationJan Kiszka
2011-07-12KVM: VMX: Keep list of loaded VMCSs, instead of vcpusNadav Har'El
2011-07-12KVM: Sanitize cpuidAvi Kivity
2011-07-12KVM: MMU: cleanup for dropping parent pteXiao Guangrong
2011-07-12KVM: MMU: cleanup for kvm_mmu_page_unlink_childrenXiao Guangrong
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong
2011-07-12KVM: fix uninitialized warningXiao Guangrong
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong