aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tip/tipLinus 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
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-9/+13
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin1-47/+35
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin1-2/+2
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi1-7/+7
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong1-10/+1
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong1-4/+0
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-631/+3
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-9/+9
2011-12-27KVM: introduce update_memslots functionXiao Guangrong1-1/+1
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa1-7/+51
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-6/+3
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright1-12/+0
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong1-2/+2
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong1-33/+26
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong1-0/+47
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El1-1/+6
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-10/+9
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+2
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+2
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong1-1/+20
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-17/+31
2011-09-25KVM: L1 TSC handlingNadav Har'El1-4/+4