aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+22
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El1-1/+1
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity1-0/+3
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-3/+5
2012-03-08KVM: VMX: remove yield_on_hltRaghavendra K T1-21/+1
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+1
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-5/+11
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-1/+1
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds1-1/+1
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-9/+9
2011-12-27KVM: VMX: Intercept RDPMCAvi Kivity1-1/+14
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-0/+1
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-2/+4
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov1-5/+0
2011-12-27KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El1-3/+4
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El1-4/+7
2011-11-17KVM: VMX: Check for automatic switch msr table overflowGleb Natapov1-1/+5
2011-11-17KVM: VMX: Add support for guest/host-only profilingGleb Natapov1-0/+21
2011-11-17KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov1-11/+93
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka1-7/+6
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka1-2/+1
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian1-0/+21
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El1-10/+21
2011-09-25KVM: L1 TSC handlingNadav Har'El1-0/+16
2011-09-25KVM: VMX: trivial: use BUG_ONJulia Lawall1-2/+1
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi1-44/+0
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-1/+21
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-9/+2
2011-07-12KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El1-2/+2
2011-07-12KVM: VMX: Silence warning on 32-bit hostsJan Kiszka1-0/+2
2011-07-12KVM: nVMX: Miscellenous small correctionsNadav Har'El1-1/+1
2011-07-12KVM: nVMX: Add VMX to list of supported cpuid featuresNadav Har'El1-0/+2
2011-07-12KVM: nVMX: Additional TSC-offset handlingNadav Har'El1-0/+12
2011-07-12KVM: nVMX: Further fixes for lazy FPU loadingNadav Har'El1-1/+30
2011-07-12KVM: nVMX: Handling of CR0 and CR4 modifying instructionsNadav Har'El1-3/+55
2011-07-12KVM: nVMX: Correct handling of idt vectoring infoNadav Har'El1-0/+30
2011-07-12KVM: nVMX: Correct handling of exception injectionNadav Har'El1-0/+26
2011-07-12KVM: nVMX: Correct handling of interrupt injectionNadav Har'El1-0/+36
2011-07-12KVM: nVMX: Deciding if L0 or L1 should handle an L2 exitNadav Har'El1-1/+252
2011-07-12KVM: nVMX: vmcs12 checks on nested entryNadav Har'El1-0/+101
2011-07-12KVM: nVMX: Exiting from L2 to L1Nadav Har'El1-0/+262
2011-07-12KVM: nVMX: No need for handle_vmx_insn function any moreNadav Har'El1-6/+0
2011-07-12KVM: nVMX: Implement VMLAUNCH and VMRESUMENadav Har'El1-2/+63
2011-07-12KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12Nadav Har'El1-0/+279
2011-07-12KVM: nVMX: Move control field setup to functionsNadav Har'El1-33/+47
2011-07-12KVM: nVMX: Move host-state field setup to a functionNadav Har'El1-32/+42
2011-07-12KVM: nVMX: Implement VMREAD and VMWRITENadav Har'El1-2/+191
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El1-1/+27
2011-07-12KVM: nVMX: Implement VMPTRLDNadav Har'El1-1/+61