summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka
2013-04-14KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf
2013-04-08KVM: Move kvm_rebooting declaration out of x86Geoff Levand
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand
2013-04-08KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-04-02pmu: prepare for migration supportPaolo Bonzini
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2013-03-18KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka
2013-03-12VMX: x86: handle host TSC calibration failureMarcelo Tosatti
2013-03-11kvm: remove cast for kmalloc return valueIoan Orghici
2013-03-07x86: Do not try to sync identity map for non-mapped pagesDave Hansen