summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-11-27KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti
2012-11-13KVM: remove unnecessary return value checkGuo Chao
2012-11-13KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao
2012-11-13KVM: do not kfree error pointerGuo Chao
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-18KVM: do not de-cache cr4 bits needlesslyGleb Natapov
2012-10-08KVM: x86: Make emulator_fix_hypercall staticJan Kiszka
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong
2012-09-06KVM: use symbolic constant for nr interruptsMichael S. Tsirkin
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti
2012-09-05KVM: x86: more constificationMathias Krause
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause
2012-08-30KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin
2012-08-22KVM: introduce readonly memslotXiao Guangrong
2012-08-22KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong
2012-08-13KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov
2012-08-06KVM: clean up kvm_(set|get)_apic_baseGleb Natapov
2012-08-06KVM: do not release the error pageXiao Guangrong
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa