summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05KVM: x86: more constificationMathias Krause1-1/+1
2012-09-05KVM: x86: constify read_write_emulator_opsMathias Krause1-4/+4
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause1-1/+1
2012-08-30KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti1-1/+0
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity1-27/+18
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-0/+1
2012-08-22KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong1-1/+11
2012-08-13KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti1-3/+10
2012-08-09KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov1-2/+1
2012-08-06KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov1-1/+6
2012-08-06KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov1-0/+1
2012-08-06KVM: clean up kvm_(set|get)_apic_baseGleb Natapov1-8/+2
2012-08-06KVM: do not release the error pageXiao Guangrong1-6/+3
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-23/+32
2012-08-06KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa1-2/+2
2012-08-05KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov1-1/+1
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity1-0/+4
2012-08-03KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov1-1/+1
2012-08-01KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers1-0/+4
2012-08-01KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity1-1/+1
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-23/+10
2012-07-20KVM: x86: Fix typos in x86.cGuo Chao1-7/+7
2012-07-19KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong1-1/+0
2012-07-18KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa1-0/+11
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie1-3/+20
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity1-18/+2
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin1-0/+7
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin1-4/+6
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin1-1/+2
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa1-1/+1
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall1-27/+27
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa1-2/+2
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-126/+154
2012-05-16KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity1-4/+6
2012-05-06KVM: ensure async PF event wakes up vcpu from haltGleb Natapov1-0/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-04-19KVM: Fix page-crossing MMIOAvi Kivity1-33/+81
2012-04-08KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa1-73/+43
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa1-5/+3
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson1-0/+22
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-14/+2
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-90/+313
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti1-9/+10
2012-03-08KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu1-0/+1
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-0/+1