KVM: x86: fix checking of cr0 validity
[safe/jmp/linux-2.6] / arch / x86 / kvm /
2010-03-01 Gleb NatapovKVM: x86: fix checking of cr0 validity
2010-03-01 Jan KiszkaKVM: SVM: Trap all debug register accesses
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Jan KiszkaKVM: VMX: Clean up DR6 emulation
2010-03-01 Jan KiszkaKVM: VMX: Fix emulation of DR4 and DR5
2010-03-01 Jan KiszkaKVM: VMX: Fix exceptions of mov to dr
2010-03-01 Takuya YoshikawaKVM: x86: Use macros for x86_emulate_ops to avoid futur...
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 Sheng YangKVM: VMX: Remove emulation failure report
2010-03-01 Takuya YoshikawaKVM: rename is_writeble_pte() to is_writable_pte()
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: SVM: Lazy fpu with npt
2010-03-01 Avi KivityKVM: SVM: Selective cr0 intercept
2010-03-01 Avi KivityKVM: SVM: Restore unconditional cr0 intercept under npt
2010-03-01 Avi KivityKVM: SVM: Initialize fpu_active in init_vmcb()
2010-03-01 Avi KivityKVM: Set cr0.et when the guest writes cr0
2010-03-01 Avi KivityKVM: VMX: Give the guest ownership of cr0.ts when the...
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Avi KivityKVM: VMX: trace clts and lmsw instructions as cr accesses
2010-03-01 Sheng YangKVM: VMX: Enable EPT 1GB page support
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Sheng YangKVM: x86: Moving PT_*_LEVEL to mmu.h
2010-03-01 Avi KivityKVM: Fill out ftrace exit reason strings
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: introduce kvm->srcu and convert kvm_set_memory_reg...
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 Avi KivityKVM: Add KVM_MMIO kconfig item
2010-03-01 Joerg RoedelKVM: SVM: Adjust tsc_offset only if tsc_unstable
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 Sheng YangKVM: VMX: Remove redundant variable
2010-03-01 Avi KivityKVM: VMX: Fold ept_update_paging_mode_cr4() into its...
2010-03-01 Avi KivityKVM: VMX: When using ept, allow the guest to own cr4.pge
2010-03-01 Avi KivityKVM: VMX: Make guest cr4 mask more conservative
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2010-03-01 Sheng YangKVM: VMX: Trap and invalid MWAIT/MONITOR instruction
2010-03-01 Avi KivityKVM: MMU: Report spte not found in rmap before BUG()
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 Marcelo TosattiKVM: PIT: control word is write-only
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
2010-01-25 Marcelo TosattiKVM: MMU: bail out pagewalk on kvm_read_guest error
2010-01-25 Sheng YangKVM: x86: Fix host_mapping_level()
2010-01-25 Avi KivityKVM: Fix race between APIC TMR and IRR
2009-12-27 Jan KiszkaKVM: x86: Extend KVM_SET_VCPU_EVENTS with selective...
2009-12-27 Marcelo TosattiKVM: LAPIC: make sure IRR bitmap is scanned after vm...
2009-12-27 Marcelo TosattiKVM: MMU: remove prefault from invlpg handler
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-10 Joe Perchesx86: i8254.c: Add pr_fmt(fmt)
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 Sheng YangKVM: VMX: Disable unrestricted guest when EPT disabled
2009-12-03 Avi KivityKVM: x86 emulator: limit instructions to 15 bytes
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: VMX: Report unexpected simultaneous exceptions...
2009-12-03 Avi KivityKVM: Allow internal errors reported to userspace to...
2009-12-03 Jan KiszkaKVM: x86: Polish exception injection via KVM_SET_GUEST_...
2009-12-03 Marcelo TosattiKVM: x86: disallow KVM_{SET,GET}_LAPIC without allocate...
2009-12-03 Marcelo TosattiKVM: x86: disallow multiple KVM_CREATE_IRQCHIP
2009-12-03 Avi KivityKVM: VMX: Remove vmx->msr_offset_efer
2009-12-03 Marcelo TosattiKVM: MMU: update invlpg handler comment
2009-12-03 Marcelo TosattiKVM: VMX: move CR3/PDPTR update to vmx_set_cr3
2009-12-03 Gleb NatapovKVM: remove duplicated task_switch check
2009-12-03 Avi KivityKVM: VMX: Use shared msr infrastructure
2009-12-03 Avi KivityKVM: x86 shared msr infrastructure
2009-12-03 Avi KivityKVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autolo...
2009-12-03 Eduardo HabkostKVM: SVM: init_vmcb(): remove redundant save->cr0 initi...
2009-12-03 Eduardo HabkostKVM: SVM: Reset cr0 properly on vcpu reset
2009-12-03 Eduardo HabkostKVM: VMX: Use macros instead of hex value on cr0 initia...
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Jan KiszkaKVM: x86: Fix guest single-stepping while interruptible
2009-12-03 Ed SwierkKVM: Xen PV-on-HVM guest support
2009-12-03 Jan KiszkaKVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
2009-12-03 Marcelo TosattiKVM: VMX: fix handle_pause declaration
2009-12-03 Zachary AmsdenKVM: x86: Harden against cpufreq
2009-12-03 Mark LangsdorfKVM: SVM: Support Pause Filter in AMD processors
2009-12-03 Zhai, EdwinKVM: VMX: Add support for Pause-Loop Exiting
2009-12-03 Joerg RoedelKVM: SVM: Remove nsvm_printk debugging code
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for skinit instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for invlpga instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for #vmexit because intr pending
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for injected #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested #vmexit
next