summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Merge 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-04KVM: 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-21KVM: x86: improve reexecute_instructionXiao Guangrong1-4/+18
2013-01-21KVM: x86: let reexecute_instruction work for tdpXiao Guangrong1-18/+43
2013-01-21KVM: 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-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-2/+2
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-3/+3
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-76/+472
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina1-0/+10
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld1-0/+22
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld1-7/+24
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti1-1/+6
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti1-5/+52
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-0/+13
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti1-8/+227
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti1-1/+93
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti1-2/+3
2012-11-27KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti1-7/+13
2012-11-13KVM: remove unnecessary return value checkGuo Chao1-32/+0
2012-11-13KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao1-1/+1
2012-11-13KVM: do not kfree error pointerGuo Chao1-13/+6
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek1-0/+3
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-26/+34
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-1/+1
2012-10-18KVM: do not de-cache cr4 bits needlesslyGleb Natapov1-1/+1
2012-10-08KVM: x86: Make emulator_fix_hypercall staticJan Kiszka1-2/+2
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka1-3/+5
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-162/+222
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka1-9/+17
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-0/+4
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha1-2/+2
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov1-0/+2
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity1-7/+4
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha1-1/+2
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin1-3/+9
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong1-3/+10
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin1-2/+2
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov1-37/+56
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti1-0/+8
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+7