summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell
2011-12-27KVM: VMX: Intercept RDPMCAvi Kivity
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov
2011-12-27KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El
2011-11-17KVM: VMX: Check for automatic switch msr table overflowGleb Natapov
2011-11-17KVM: VMX: Add support for guest/host-only profilingGleb Natapov
2011-11-17KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El
2011-09-25KVM: L1 TSC handlingNadav Har'El
2011-09-25KVM: VMX: trivial: use BUG_ONJulia Lawall
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-12KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El
2011-07-12KVM: VMX: Silence warning on 32-bit hostsJan Kiszka
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