aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-206/+595
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds3-10/+10
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang3-10/+10
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti1-9/+10
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El1-1/+1
2012-03-08KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu1-0/+1
2012-03-08KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso1-16/+15
2012-03-08KVM: PMU: add proper support for fixed counter 2Gleb Natapov1-1/+2
2012-03-08KVM: PMU: Fix raw event checkGleb Natapov1-1/+1
2012-03-08KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov1-0/+3
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity1-0/+3
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 Wolf3-0/+30
2012-03-08KVM: SVM: Fix CPL updatesKevin Wolf1-3/+16
2012-03-08KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf1-0/+2
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf4-14/+58
2012-03-08KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov1-1/+1
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2-1/+60
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa1-2/+1
2012-03-08KVM: Fix write protection race during dirty loggingTakuya Yoshikawa1-6/+5
2012-03-08KVM: VMX: remove yield_on_hltRaghavendra K T1-21/+1
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 Tosatti3-3/+7
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 Amsden4-54/+66
2012-03-05KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov1-0/+1
2012-03-05KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity1-0/+19
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina1-1/+1
2012-03-05KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso1-2/+4
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2-15/+15
2012-03-05KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa1-4/+4
2012-03-05KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity1-8/+5
2012-03-05KVM: x86 emulator: add 8-bit memory operandsAvi Kivity1-0/+5
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky4-1/+88
2012-03-05KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso1-1/+0
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-03-05KVM: MMU: remove the redundant get_written_sptesXiao Guangrong1-4/+2
2012-03-05KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa1-0/+1
2012-03-05KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa1-6/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar4-1/+102
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-0/+5
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-4/+4
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2-1/+2