summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity2012-04-181-1/+4
* KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-31/+22
|\
| * KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-081-1/+1
| * KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-081-0/+3
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-081-3/+5
| * KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-081-1/+1
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-5/+11
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-1/+1
|/
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-1/+1
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-161-1/+1
* 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
OpenPOWER on IntegriCloud