summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
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
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: Move exception handling to the same place as other eventsGleb Natapov
2009-09-10KVM: add ioeventfd supportGregory Haskins
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon
2009-09-10KVM: Always report x2apic as supported featureGleb Natapov
2009-09-10KVM: No need to kick cpu if not in a guest modeGleb Natapov
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara
2009-09-10Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka