summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang3-12/+21
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang5-1/+85
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang3-7/+14
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang3-5/+11
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang2-20/+66
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang7-0/+44
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang4-5/+64
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang2-4/+6
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang2-0/+11
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang2-11/+19
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang1-1/+1
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka1-1/+5
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka1-8/+12
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka1-35/+64
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka1-7/+2
2013-04-14KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov1-1/+1
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov1-2/+3
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov3-5/+11
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov1-3/+4
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf1-3/+12
2013-04-08KVM: Move kvm_rebooting declaration out of x86Geoff Levand1-1/+0
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand1-0/+7
2013-04-08KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand1-3/+0
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka1-1/+2
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang1-1/+3
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka1-1/+1
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2-51/+0
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2-4/+8
2013-04-02pmu: prepare for migration supportPaolo Bonzini3-6/+14
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2-8/+7
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2-7/+3
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti10-45/+82
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2-7/+2
2013-03-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-35/+33
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2-29/+22
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2013-03-18KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti1-9/+9
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka1-26/+4
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2-0/+10
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa3-1/+20
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2-0/+4
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka3-5/+20
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2-1/+14
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2-4/+8
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka6-45/+93
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti1-2/+5
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka4-19/+9
2013-03-12VMX: x86: handle host TSC calibration failureMarcelo Tosatti1-11/+18