summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2014-11-19KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit
2014-11-13kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-11-13KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit
2014-11-13KVM: x86: Fix wrong masking on relative jump/callNadav Amit
2014-11-13kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-13KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-13KVM: x86: Improve thread safety in pitAndy Honig
2014-11-13KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-10-31kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-10-31kvm: x86: fix stale mmio cache bugDavid Matlack
2014-09-03KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit
2014-07-02KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini
2014-05-29KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti
2014-03-24KVM: SVM: fix cr8 intercept windowRadim Krčmář
2014-03-05kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2014-02-06kvm: x86: fix apic_base enable checkAndrew Jones
2014-01-09KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka
2014-01-09KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka
2013-12-20KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov
2013-12-20KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-12-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig
2013-11-29KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-09-17KVM: x86 emulator: emulate RETF immBruce Rogers
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-08-29KVM: MMU: remove unused parameterXiao Guangrong
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El
2013-08-07nEPT: Some additional commentsNadav Har'El
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El
2013-08-07nEPT: Nested INVEPTNadav Har'El
2013-08-07nEPT: MMU context for nested EPTNadav Har'El
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov