summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka2-8/+8
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti1-9/+10
2012-03-20x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti6-7/+24
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 Natapov2-0/+4
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity1-0/+3
2012-03-08KVM: use correct tlbs dirty type in cmpxchgAlex Shi1-1/+1
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka5-29/+230
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity4-0/+24
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf4-0/+31
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 Wolf6-17/+61
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-03-08KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov1-1/+1
2012-03-08KVM: mmu_notifier: Flush TLBs before releasing mmu_lockTakuya Yoshikawa1-9/+10
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa11-68/+122
2012-03-08KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()Takuya Yoshikawa1-21/+8
2012-03-08KVM: Split lpage_info creation out from __kvm_set_memory_region()Takuya Yoshikawa1-31/+52
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa3-8/+9
2012-03-08KVM: s390: provide control registers via kvm_runChristian Borntraeger2-1/+10
2012-03-08KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann1-1/+2
2012-03-08KVM: s390: ignore sigp stop overinitiativeJens Freimann1-0/+3
2012-03-08KVM: s390: make sigp restart return busy when stop pendingJens Freimann1-0/+31
2012-03-08KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann1-8/+12
2012-03-08KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger1-1/+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 Amsden2-11/+40
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2-5/+89
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti4-4/+19
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden2-8/+4
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 Amsden2-15/+30
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden5-58/+71
2012-03-05KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti1-1/+1
2012-03-05x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov4-3/+5
2012-03-05KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov1-0/+1
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf4-4/+57
2012-03-05KVM: PPC: Initialize linears with zerosAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf5-82/+118
2012-03-05KVM: PPC: E500: Fail init when not on e500v2Alexander Graf1-0/+4
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras3-41/+28
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