summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: pit: Do not check pending pit timer in vcpu threadJason Wang2010-10-242-15/+1
* KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2010-10-242-4/+3
* KVM: x86 emulator: simplify ALU opcode block decode furtherAvi Kivity2010-10-241-18/+14
* KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity2010-10-241-1/+6
* KVM: x86 emulator: trap and propagate #DE from DIV and IDIVAvi Kivity2010-10-241-4/+16
* KVM: x86 emulator: add macros for executing instructions that may trapAvi Kivity2010-10-241-0/+43
* KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FFAvi Kivity2010-10-241-2/+2
* KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FFAvi Kivity2010-10-241-4/+2
* KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DFAvi Kivity2010-10-241-4/+3
* KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AFAvi Kivity2010-10-241-3/+3
* KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8FAvi Kivity2010-10-241-4/+3
* KVM: x86 emulator: simplify string instruction decode flagsAvi Kivity2010-10-241-7/+6
* KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flagsAvi Kivity2010-10-241-24/+16
* KVM: x86 emulator: support byte/word opcode pairsAvi Kivity2010-10-241-0/+6
* KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operandAvi Kivity2010-10-241-0/+5
* KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov2010-10-243-33/+30
* KVM: x86 emulator: move string instruction completion check into separate fun...Gleb Natapov2010-10-241-13/+24
* KVM: x86 emulator: Rename variable that shadows another local variable.Gleb Natapov2010-10-241-3/+3
* KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)Wei Yongjun2010-10-241-1/+1
* KVM: S390: Export kvm_virtio.hAlexander Graf2010-10-241-0/+1
* KVM: S390: Add virtio hotplug add supportAlexander Graf2010-10-241-0/+1
* KVM: S390: take a full byte as ext_param indicatorAlexander Graf2010-10-241-0/+6
* KVM: MMU: combine guest pte read between fetch and pte prefetchXiao Guangrong2010-10-241-19/+21
* KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong2010-10-242-1/+175
* KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden2010-10-242-2/+44
* x86: pvclock: Move scale_delta into common headerZachary Amsden2010-10-242-1/+40
* KVM: x86: Add clock sync request to hardware enableZachary Amsden2010-10-241-0/+8
* KVM: x86: Robust TSC compensationZachary Amsden2010-10-241-4/+10
* KVM: x86: Add helper functions for time computationZachary Amsden2010-10-241-20/+28
* KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden2010-10-241-1/+1
* KVM: x86: Unify TSC logicZachary Amsden2010-10-244-35/+35
* KVM: x86: Warn about unstable TSCZachary Amsden2010-10-241-0/+4
* KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden2010-10-241-43/+114
* KVM: x86: TSC reset compensationZachary Amsden2010-10-242-1/+33
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-245-9/+33
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-242-20/+22
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-243-10/+3
* KVM: MMU: fix missing percpu counter destroyWei Yongjun2010-10-241-1/+4
* KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng2010-10-241-4/+3
* KVM: x86 emulator: add JrCXZ instruction emulationWei Yongjun2010-10-241-1/+5
* KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulationWei Yongjun2010-10-241-4/+46
* KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen2010-10-241-10/+24
* KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-243-20/+12
* KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen2010-10-243-6/+6
* KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen2010-10-242-8/+10
* KVM: x86 emulator: implement CWD (opcode 99)Avi Kivity2010-10-241-1/+14
* KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)Avi Kivity2010-10-241-1/+2
* KVM: x86 emulator: add Src2Imm decodingAvi Kivity2010-10-241-0/+4
* KVM: x86 emulator: consolidate immediate decode into a functionAvi Kivity2010-10-241-45/+64
* KVM: x86 emulator: implement RDTSC (opcode 0F 31)Avi Kivity2010-10-241-1/+18
OpenPOWER on IntegriCloud