summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-05KVM: 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-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
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+8
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf1-0/+6
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-3/+3
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+59
2012-03-08KVM: Fix write protection race during dirty loggingTakuya Yoshikawa1-6/+5
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden1-8/+33
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden1-5/+88
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+1
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden1-8/+3
2012-03-08KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden1-4/+6
2012-03-08KVM: Leave TSC synchronization window open with each new syncZachary Amsden1-1/+0
2012-03-08KVM: Improve TSC offset matchingZachary Amsden1-15/+29
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-40/+42
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky1-0/+20
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+5
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-1/+4
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-01KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov1-0/+22
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf1-0/+23
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-2/+2
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity1-0/+7
2011-12-27KVM: Add generic RDPMC supportAvi Kivity1-0/+15