summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-06-26x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin1-1/+1
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti1-20/+20
2013-05-06Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-85/+158
2013-05-03KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka1-1/+2
2013-04-30kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson1-0/+2
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson1-2/+4
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov1-1/+0
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka1-4/+3
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf1-1/+0
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka1-10/+19
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig1-0/+17
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun1-1/+3
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang1-0/+1
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang1-1/+4
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang1-4/+7
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang1-1/+3
2013-04-16KVM: Let ioapic know the irq line statusYang Zhang1-2/+4
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov1-4/+9
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand1-0/+7
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-7/+6
2013-04-02pmu: prepare for migration supportPaolo Bonzini1-2/+2
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-33/+31
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig1-27/+20
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2013-03-19KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti1-9/+9
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa1-1/+1
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka1-20/+38
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka1-9/+6
2013-03-12VMX: x86: handle host TSC calibration failureMarcelo Tosatti1-11/+18
2013-03-05KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-7/+8
2013-03-05KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-6/+4
2013-03-05KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2
2013-03-05Merge branch 'master' into queueMarcelo Tosatti1-13/+27
2013-02-27arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang1-1/+1
2013-02-25Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-57/+111
2013-02-19x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov1-7/+9
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa1-21/+16
2013-02-05KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov1-2/+0
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-2/+21
2013-01-24KVM: x86: fix use of uninitialized memory as segment descriptor in emulator.Gleb Natapov1-1/+3
2013-01-22KVM: x86: improve reexecute_instructionXiao Guangrong1-4/+18
2013-01-22KVM: x86: let reexecute_instruction work for tdpXiao Guangrong1-18/+43
2013-01-22KVM: x86: clean up reexecute_instructionXiao Guangrong1-7/+6
2013-01-14KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa1-4/+1
2013-01-14KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa1-5/+4
2013-01-14KVM: Write protect the updated slot only when dirty logging is enabledTakuya Yoshikawa1-1/+7
2013-01-08KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti1-6/+18
2012-12-14KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-2/+2