KVM: MMU: Drop cr4.pge from shadow page role
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
2010-05-17 Avi KivityKVM: MMU: Drop cr4.pge from shadow page role
2010-05-17 Lai JiangshanKVM: use the correct RCU API for PROVE_RCU=y
2010-05-17 Avi KivityMerge branch 'perf'
2010-05-17 Gleb NatapovKVM: fix emulator_task_switch() return value.
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Gleb NatapovKVM: x86: get rid of mmu_only parameter in emulator_wri...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Avi KivityKVM: Fix MAXPHYADDR calculation when cpuid does not...
2010-05-17 Avi KivityKVM: Trace emulated instructions
2010-05-17 Gleb NatapovKVM: x86 emulator: commit rflags as part of registers...
2010-05-17 Jan KiszkaKVM: x86: Fix 32-bit build breakage due to typo
2010-05-17 Gleb NatapovKVM: small kvm_arch_vcpu_ioctl_run() cleanup.
2010-05-17 Gleb NatapovKVM: x86 emulator: restart string instruction without...
2010-05-17 Gleb NatapovKVM: x86 emulator: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gleb NatapovKVM: Use task switch from emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Provide more callbacks for x86 emulator.
2010-05-17 Gleb NatapovKVM: Provide current eip as part of emulator context.
2010-05-17 Gleb NatapovKVM: Provide x86_emulate_ctxt callback to get current cpl
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Avi KivityKVM: Don't follow an atomic operation by a non-atomic one
2010-05-17 Avi KivityKVM: Make locked operations truly atomic
2010-05-17 Wei YongjunKVM: x86: fix the error of ioctl KVM_IRQ_LINE if no...
2010-05-17 Avi KivityKVM: Trace exception injection
2010-05-17 Xiao GuangrongKVM: cleanup kvm trace
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: fix segment_base() error checking
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Joerg RoedelKVM: x86: Don't set arch.cr0 in kvm_set_cr0
2010-04-25 Joerg RoedelKVM: SVM: Ignore write of hwcr.ignne
2010-04-25 Joerg RoedelKVM: SVM: Add kvm_nested_intercepts tracepoint
2010-04-25 Jan KiszkaKVM: x86: Preserve injected TF across emulation
2010-04-25 Jan KiszkaKVM: x86: Drop RF manipulation for guest single-stepping
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Jan KiszkaKVM: x86: Add support for saving&restoring debug registers
2010-04-25 Jan KiszkaKVM: x86: Save&restore interrupt shadow mask
2010-04-25 Jan KiszkaKVM: x86: Do not return soft events in vcpu_events
2010-04-25 Gleb NatapovKVM: drop unneeded kvm_run check in emulate_instruction()
2010-04-25 Gleb NatapovKVM: use desc_ptr struct instead of kvm private descrip...
2010-04-21 Jan KiszkaKVM: x86: Fix TSS size check for 16-bit tasks
2010-04-20 Takuya YoshikawaKVM: fix the handling of dirty bitmaps to avoid overflows
2010-04-20 Andre PrzywaraKVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL
2010-04-20 Avi KivityKVM: Don't spam kernel log when injecting exceptions...
2010-04-20 Gleb NatapovKVM: take srcu lock before call to complete_pio()
2010-04-19 Zhang, YanminKVM: Implement perf callbacks for guest sampling
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Jan KiszkaKVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
2010-03-01 Gleb NatapovKVM: Fix segment descriptor loading
2010-03-01 Takuya YoshikawaKVM: Fix load_guest_segment_descriptor() to inject...
2010-03-01 Thomas GleixnerKVM: Convert i8254/i8259 locks to raw_spinlocks
2010-03-01 Gleb NatapovKVM: x86 emulator: Check IOPL level during io instructi...
2010-03-01 Gleb NatapovKVM: x86 emulator: fix memory access during x86 emulation
2010-03-01 Gleb NatapovKVM: x86 emulator: Add Virtual-8086 mode of emulation
2010-03-01 Wei YongjunKVM: cleanup the failure path of KVM_CREATE_IRQCHIP...
2010-03-01 Takuya YoshikawaKVM: Remove redundant reading of rax on OUT instructions
2010-03-01 Takuya YoshikawaKVM: fix kvm_fix_hypercall() to return X86EMUL_*
2010-03-01 Takuya YoshikawaKVM: fix load_guest_segment_descriptor() to return...
2010-03-01 Zhai, EdwinKVM: enable PCI multiple-segments for pass-through...
2010-03-01 Gleb NatapovKVM: mark segments accessed on HW task switch
2010-03-01 Avi KivityKVM: trace guest fpu loads and unloads
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Add a helper for checking if the guest is in prote...
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Avi KivityKVM: Drop kvm_{load,put}_guest_fpu() exports
2010-03-01 Avi KivityKVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
2010-03-01 Gleb NatapovKVM: x86: fix checking of cr0 validity
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Marcelo TosattiKVM: fix cleanup_srcu_struct on vm destruction
2010-03-01 Gleb NatapovKVM: fix Hyper-V hypercall warnings and wrong mask...
2010-03-01 Gleb NatapovKVM: Implement NotifyLongSpinWait HYPER-V hypercall
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
2010-03-01 Avi KivityKVM: Set cr0.et when the guest writes cr0
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: switch vcpu context to use SRCU
2010-03-01 Marcelo TosattiKVM: convert io_bus to SRCU
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: use SRCU for dirty log
2010-03-01 Marcelo TosattiKVM: split kvm_arch_set_memory_region into prepare...
2010-03-01 Marcelo TosattiKVM: modify alias layout in x86s struct kvm_arch
2010-03-01 Marcelo TosattiKVM: modify memslots layout in struct kvm
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Sheng YangKVM: Extended shared_msr_global to per CPU
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Marcelo TosattiKVM: x86: raise TSS exception for NULL CS and SS segments
2010-03-01 Eddie DongKVM: x86: make double/triple fault promotion generic...
2010-02-09 Jason Wangkvmclock: count total_sleep_time when updating guest...
2010-01-25 Wei YongjunKVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_...
2010-01-25 Wei YongjunKVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
2009-12-27 Jan KiszkaKVM: x86: Extend KVM_SET_VCPU_EVENTS with selective...
2009-12-08 Linus TorvaldsMerge branch 'kvm-updates/2.6.33' of git://git./virt...
2009-12-03 Avi KivityKVM: VMX: Fix comparison of guest efer with stale host...
2009-12-03 Avi KivityKVM: Drop user return notifier when disabling virtualiz...
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
next