summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-24KVM: x86 emulator: simplify ALU opcode block decode furtherAvi Kivity
2010-10-24KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity
2010-10-24KVM: x86 emulator: trap and propagate #DE from DIV and IDIVAvi Kivity
2010-10-24KVM: x86 emulator: add macros for executing instructions that may trapAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8FAvi Kivity
2010-10-24KVM: x86 emulator: simplify string instruction decode flagsAvi Kivity
2010-10-24KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flagsAvi Kivity
2010-10-24KVM: x86 emulator: support byte/word opcode pairsAvi Kivity
2010-10-24KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operandAvi Kivity
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov
2010-10-24KVM: x86 emulator: move string instruction completion check into separate fun...Gleb Natapov
2010-10-24KVM: x86 emulator: Rename variable that shadows another local variable.Gleb Natapov
2010-10-24KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)Wei Yongjun
2010-10-24KVM: S390: Export kvm_virtio.hAlexander Graf
2010-10-24KVM: S390: Add virtio hotplug add supportAlexander Graf
2010-10-24KVM: S390: take a full byte as ext_param indicatorAlexander Graf
2010-10-24KVM: MMU: combine guest pte read between fetch and pte prefetchXiao Guangrong
2010-10-24KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong
2010-10-24KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong
2010-10-24KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong
2010-10-24export __get_user_pages_fast() functionXiao Guangrong
2010-10-24KVM: x86: Add timekeeping documentationZachary Amsden
2010-10-24KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden
2010-10-24x86: pvclock: Move scale_delta into common headerZachary Amsden
2010-10-24KVM: x86: Add clock sync request to hardware enableZachary Amsden
2010-10-24KVM: x86: Robust TSC compensationZachary Amsden
2010-10-24KVM: x86: Add helper functions for time computationZachary Amsden
2010-10-24KVM: x86: Fix deep C-state TSC desynchronizationZachary Amsden
2010-10-24KVM: x86: Unify TSC logicZachary Amsden
2010-10-24KVM: x86: Warn about unstable TSCZachary Amsden
2010-10-24KVM: x86: Make cpu_tsc_khz updates use local CPUZachary Amsden
2010-10-24KVM: x86: TSC reset compensationZachary Amsden
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden
2010-10-24KVM: MMU: fix missing percpu counter destroyWei Yongjun
2010-10-24KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng
2010-10-24KVM: x86 emulator: add JrCXZ instruction emulationWei Yongjun
2010-10-24KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulationWei Yongjun
2010-10-24KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen
2010-10-24KVM: x86 emulator: implement CWD (opcode 99)Avi Kivity
2010-10-24KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)Avi Kivity
2010-10-24KVM: x86 emulator: add Src2Imm decodingAvi Kivity