summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2013-06-10KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2013-06-10KVM: x86: relax MSR_KVM_SYSTEM_TIME alignment checkMarcelo Tosatti
2013-06-10KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2012-10-07KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-10-07KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti
2012-10-07KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2011-05-09KVM: x86: Fix kvmclock bugZachary Amsden
2011-05-09KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden
2010-12-09KVM: x86: fix information leak to userlandVasiliy Kulikov
2010-12-09KVM: VMX: fix vmx null pointer dereference on debug register accessGleb Natapov
2010-11-22x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bitAndre Przywara
2010-07-05KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg
2010-07-05KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity
2010-07-05KVM: Fix wallclock version writing raceAvi Kivity
2010-07-05KVM: x86: Check LMA bit before set_eferSheng Yang
2010-07-05KVM: Don't allow lmsw to clear cr0.peAvi Kivity
2010-05-12KVM: remove unused load_segment_descriptor_to_kvm_desctMarcelo Tosatti
2010-04-26KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka
2010-04-26KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-04-26KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara
2010-04-26KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity
2010-04-26KVM: x86: disable paravirt mmu reportingMarcelo Tosatti
2010-04-26KVM: Fix segment descriptor loadingGleb Natapov
2010-04-26KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-04-26KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-04-26KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-02-23kvmclock: count total_sleep_time when updating guest clockJason Wang
2010-02-09KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2010-01-28KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun
2010-01-28KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun
2009-12-18KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov
2009-09-10KVM: ignore reads to perfctr msrsAmit Shah
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel
2009-09-10KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita
2009-09-10KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita