summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-131-9/+9
* KVM: VMX: Intercept RDPMCAvi Kivity2011-12-271-1/+14
* KVM: Move cpuid code to new fileAvi Kivity2011-12-271-0/+1
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-2/+4
* KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov2011-12-271-5/+0
* KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El2011-12-271-3/+4
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-271-4/+7
* KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-171-1/+5
* KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-171-0/+21
* KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-171-11/+93
* KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-251-7/+6
* KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2011-09-251-2/+1
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-251-0/+21
* KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El2011-09-251-10/+21
* KVM: L1 TSC handlingNadav Har'El2011-09-251-0/+16
* KVM: VMX: trivial: use BUG_ONJulia Lawall2011-09-251-2/+1
* KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-251-44/+0
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-1/+21
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-9/+2
* KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El2011-07-121-2/+2
* KVM: VMX: Silence warning on 32-bit hostsJan Kiszka2011-07-121-0/+2
* KVM: nVMX: Miscellenous small correctionsNadav Har'El2011-07-121-1/+1
* KVM: nVMX: Add VMX to list of supported cpuid featuresNadav Har'El2011-07-121-0/+2
* KVM: nVMX: Additional TSC-offset handlingNadav Har'El2011-07-121-0/+12
* KVM: nVMX: Further fixes for lazy FPU loadingNadav Har'El2011-07-121-1/+30
* KVM: nVMX: Handling of CR0 and CR4 modifying instructionsNadav Har'El2011-07-121-3/+55
* KVM: nVMX: Correct handling of idt vectoring infoNadav Har'El2011-07-121-0/+30
* KVM: nVMX: Correct handling of exception injectionNadav Har'El2011-07-121-0/+26
* KVM: nVMX: Correct handling of interrupt injectionNadav Har'El2011-07-121-0/+36
* KVM: nVMX: Deciding if L0 or L1 should handle an L2 exitNadav Har'El2011-07-121-1/+252
* KVM: nVMX: vmcs12 checks on nested entryNadav Har'El2011-07-121-0/+101
* KVM: nVMX: Exiting from L2 to L1Nadav Har'El2011-07-121-0/+262
* KVM: nVMX: No need for handle_vmx_insn function any moreNadav Har'El2011-07-121-6/+0
* KVM: nVMX: Implement VMLAUNCH and VMRESUMENadav Har'El2011-07-121-2/+63
* KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12Nadav Har'El2011-07-121-0/+279
* KVM: nVMX: Move control field setup to functionsNadav Har'El2011-07-121-33/+47
* KVM: nVMX: Move host-state field setup to a functionNadav Har'El2011-07-121-32/+42
* KVM: nVMX: Implement VMREAD and VMWRITENadav Har'El2011-07-121-2/+191
* KVM: nVMX: Implement VMPTRSTNadav Har'El2011-07-121-1/+27
* KVM: nVMX: Implement VMPTRLDNadav Har'El2011-07-121-1/+61
* KVM: nVMX: Implement VMCLEARNadav Har'El2011-07-121-1/+64
* KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El2011-07-121-0/+38
* KVM: nVMX: Add VMCS fields to the vmcs12Nadav Har'El2011-07-121-0/+281
* KVM: nVMX: Introduce vmcs02: VMCS used to run L2Nadav Har'El2011-07-121-0/+100
* KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El2011-07-121-0/+53
* KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El2011-07-121-0/+219
* KVM: nVMX: Introduce vmcs12: a VMCS structure for L1Nadav Har'El2011-07-121-0/+75
* KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El2011-07-121-2/+15
* KVM: nVMX: Implement VMXON and VMXOFFNadav Har'El2011-07-121-2/+108
* KVM: nVMX: Add "nested" module option to kvm_intelNadav Har'El2011-07-121-0/+25
OpenPOWER on IntegriCloud