summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-081-1/+2
* KVM: PMU: Fix raw event checkGleb Natapov2012-03-081-1/+1
* KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-082-0/+4
* KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-081-0/+3
* KVM: use correct tlbs dirty type in cmpxchgAlex Shi2012-03-081-1/+1
* KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-085-29/+230
* KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-084-0/+24
* KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-084-0/+31
* KVM: SVM: Fix CPL updatesKevin Wolf2012-03-081-3/+16
* KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-081-0/+2
* KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-086-17/+61
* arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0
* KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
* KVM: mmu_notifier: Flush TLBs before releasing mmu_lockTakuya Yoshikawa2012-03-081-9/+10
* KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-0811-68/+122
* KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()Takuya Yoshikawa2012-03-081-21/+8
* KVM: Split lpage_info creation out from __kvm_set_memory_region()Takuya Yoshikawa2012-03-081-31/+52
* KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-083-8/+9
* KVM: s390: provide control registers via kvm_runChristian Borntraeger2012-03-082-1/+10
* KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann2012-03-081-1/+2
* KVM: s390: ignore sigp stop overinitiativeJens Freimann2012-03-081-0/+3
* KVM: s390: make sigp restart return busy when stop pendingJens Freimann2012-03-081-0/+31
* KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann2012-03-081-8/+12
* KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger2012-03-081-1/+1
* KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
* KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
* KVM: Track TSC synchronization in generationsZachary Amsden2012-03-082-11/+40
* KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-082-5/+89
* KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-084-4/+19
* KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-082-8/+4
* 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-082-15/+30
* KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-085-58/+71
* KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti2012-03-051-1/+1
* x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-054-3/+5
* KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-051-0/+1
* KVM: PPC: Add HPT preallocatorAlexander Graf2012-03-054-4/+57
* KVM: PPC: Initialize linears with zerosAlexander Graf2012-03-051-0/+1
* KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-055-82/+118
* KVM: PPC: E500: Fail init when not on e500v2Alexander Graf2012-03-051-0/+4
* KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras2012-03-053-41/+28
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
* KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* KVM: fix error handling for out of range irqMichael S. Tsirkin2012-03-051-3/+1
* KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-051-2/+4
* KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-052-15/+15
* KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa2012-03-051-4/+4
* KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa2012-03-051-7/+0
* KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-051-8/+5