aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* KVM: S390: Add virtio hotplug add supportAlexander Graf2010-10-24
* KVM: S390: take a full byte as ext_param indicatorAlexander Graf2010-10-24
* KVM: MMU: combine guest pte read between fetch and pte prefetchXiao Guangrong2010-10-24
* KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong2010-10-24
* KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong2010-10-24
* KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong2010-10-24
* export __get_user_pages_fast() functionXiao Guangrong2010-10-24
* KVM: x86: Add timekeeping documentationZachary Amsden2010-10-24
* KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden2010-10-24
* x86: pvclock: Move scale_delta into common headerZachary Amsden2010-10-24
* KVM: x86: Add clock sync request to hardware enableZachary Amsden2010-10-24
* KVM: x86: Robust TSC compensationZachary Amsden2010-10-24
* KVM: x86: Add helper functions for time computationZachary Amsden2010-10-24
* KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden2010-10-24
* KVM: x86: Unify TSC logicZachary Amsden2010-10-24
* KVM: x86: Warn about unstable TSCZachary Amsden2010-10-24
* KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden2010-10-24
* KVM: x86: TSC reset compensationZachary Amsden2010-10-24
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-24
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-24
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-24
* KVM: MMU: fix missing percpu counter destroyWei Yongjun2010-10-24
* KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng2010-10-24
* KVM: x86 emulator: add JrCXZ instruction emulationWei Yongjun2010-10-24
* KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulationWei Yongjun2010-10-24
* KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen2010-10-24
* KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-24
* KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen2010-10-24
* KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen2010-10-24
* KVM: x86 emulator: implement CWD (opcode 99)Avi Kivity2010-10-24
* KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)Avi Kivity2010-10-24
* KVM: x86 emulator: add Src2Imm decodingAvi Kivity2010-10-24
* KVM: x86 emulator: consolidate immediate decode into a functionAvi Kivity2010-10-24
* KVM: x86 emulator: implement RDTSC (opcode 0F 31)Avi Kivity2010-10-24
* KVM: x86 emulator: remove SrcImplicitAvi Kivity2010-10-24
* KVM: x86 emulator: implement IMUL REG, R/M (opcode 0F AF)Avi Kivity2010-10-24
* KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B)Avi Kivity2010-10-24
* KVM: x86 emulator: implement RET imm16 (opcode C2)Avi Kivity2010-10-24
* KVM: x86 emulator: add SrcImmU16 operand typeAvi Kivity2010-10-24
* KVM: x86 emulator: implement CALL FAR (FF /3)Avi Kivity2010-10-24
* KVM: x86 emulator: implement DAS (opcode 2F)Avi Kivity2010-10-24
* KVM: x86 emulator: Use a register for ____emulate_2op() destinationAvi Kivity2010-10-24
* KVM: x86 emulator: pass destination type to ____emulate_2op()Avi Kivity2010-10-24
* KVM: x86 emulator: add LOOP/LOOPcc instruction emulationWei Yongjun2010-10-24
* KVM: x86 emulator: add CBW/CWDE/CDQE instruction emulationWei Yongjun2010-10-24
* KVM: x86 emulator: fix REPZ/REPNZ termination conditionAvi Kivity2010-10-24
* KVM: x86 emulator: implement SCAS (opcodes AE, AF)Avi Kivity2010-10-24
* KVM: x86 emulator: fix INTn emulation not pushing EFLAGS and CSAvi Kivity2010-10-24
* KVM: x86 emulator: remove dup code of in/out instructionWei Yongjun2010-10-24
* KVM: x86 emulator: change OUT instruction to use dst instead of srcWei Yongjun2010-10-24