summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-90/+313
|\
| * KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-201-9/+10
| * KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-081-0/+1
| * KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-081-0/+1
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-081-0/+8
| * KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-081-0/+6
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-081-3/+3
| * KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+59
| * KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
| * KVM: Track TSC synchronization in generationsZachary Amsden2012-03-081-8/+33
| * KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-081-5/+88
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-081-1/+1
| * KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-081-8/+3
| * KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
| * KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
| * KVM: Improve TSC offset matchingZachary Amsden2012-03-081-15/+29
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-40/+42
| * KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-051-0/+20
| * KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+5
| * KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-1/+4
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-0/+1
|\ \
| * | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
| |/
* | x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov2012-02-011-0/+22
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-02-011-0/+23
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-131-2/+2
* KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity2011-12-271-0/+7
* KVM: Add generic RDPMC supportAvi Kivity2011-12-271-0/+15
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-271-9/+13
* KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin2011-12-271-47/+35
* KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin2011-12-271-2/+2
* KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi2011-12-271-7/+7
* KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong2011-12-271-10/+1
* KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong2011-12-271-4/+0
* KVM: Move cpuid code to new fileAvi Kivity2011-12-271-631/+3
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-9/+9
* KVM: introduce update_memslots functionXiao Guangrong2011-12-271-1/+1
* KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-271-7/+51
* KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa2011-12-271-6/+3
* KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-271-12/+0
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-271-2/+2
* KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong2011-12-271-33/+26
* KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-271-0/+47
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-271-1/+6
* KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-261-10/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-1/+2
|\
| * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+2
* | KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-1/+20
* | KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-17/+31
* | KVM: L1 TSC handlingNadav Har'El2011-09-251-4/+4
OpenPOWER on IntegriCloud