aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-25
* KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2011-09-25
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-25
* KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El2011-09-25
* KVM: L1 TSC handlingNadav Har'El2011-09-25
* KVM: VMX: trivial: use BUG_ONJulia Lawall2011-09-25
* KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-25
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-24
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-24
* KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El2011-07-12
* KVM: VMX: Silence warning on 32-bit hostsJan Kiszka2011-07-12
* KVM: nVMX: Miscellenous small correctionsNadav Har'El2011-07-12
* KVM: nVMX: Add VMX to list of supported cpuid featuresNadav Har'El2011-07-12
* KVM: nVMX: Additional TSC-offset handlingNadav Har'El2011-07-12
* KVM: nVMX: Further fixes for lazy FPU loadingNadav Har'El2011-07-12
* KVM: nVMX: Handling of CR0 and CR4 modifying instructionsNadav Har'El2011-07-12
* KVM: nVMX: Correct handling of idt vectoring infoNadav Har'El2011-07-12
* KVM: nVMX: Correct handling of exception injectionNadav Har'El2011-07-12
* KVM: nVMX: Correct handling of interrupt injectionNadav Har'El2011-07-12
* KVM: nVMX: Deciding if L0 or L1 should handle an L2 exitNadav Har'El2011-07-12
* KVM: nVMX: vmcs12 checks on nested entryNadav Har'El2011-07-12
* KVM: nVMX: Exiting from L2 to L1Nadav Har'El2011-07-12
* KVM: nVMX: No need for handle_vmx_insn function any moreNadav Har'El2011-07-12
* KVM: nVMX: Implement VMLAUNCH and VMRESUMENadav Har'El2011-07-12
* KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12Nadav Har'El2011-07-12
* KVM: nVMX: Move control field setup to functionsNadav Har'El2011-07-12
* KVM: nVMX: Move host-state field setup to a functionNadav Har'El2011-07-12
* KVM: nVMX: Implement VMREAD and VMWRITENadav Har'El2011-07-12
* KVM: nVMX: Implement VMPTRSTNadav Har'El2011-07-12
* KVM: nVMX: Implement VMPTRLDNadav Har'El2011-07-12
* KVM: nVMX: Implement VMCLEARNadav Har'El2011-07-12
* KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El2011-07-12
* KVM: nVMX: Add VMCS fields to the vmcs12Nadav Har'El2011-07-12
* KVM: nVMX: Introduce vmcs02: VMCS used to run L2Nadav Har'El2011-07-12
* KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El2011-07-12
* KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El2011-07-12
* KVM: nVMX: Introduce vmcs12: a VMCS structure for L1Nadav Har'El2011-07-12
* KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El2011-07-12
* KVM: nVMX: Implement VMXON and VMXOFFNadav Har'El2011-07-12
* KVM: nVMX: Add "nested" module option to kvm_intelNadav Har'El2011-07-12
* KVM: VMX: Keep list of loaded VMCSs, instead of vcpusNadav Har'El2011-07-12
* KVM: VMX: always_inline VMREADsAvi Kivity2011-07-12
* KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity2011-07-12
* KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-19
* KVM: VMX: Cache vmcs segment fieldsAvi Kivity2011-05-22
* KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity2011-05-22
* KVM: fix push of wrong eip when doing softintSerge E. Hallyn2011-05-11
* KVM: VMX: Ensure that vmx_create_vcpu always returns proper errorJan Kiszka2011-05-11
* KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-11
* KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel2011-05-11