aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* KVM: i8259: Make ICW1 conform to specAvi Kivity2010-10-24
* KVM: x86 emulator: clean up control flow in x86_emulate_insn()Avi Kivity2010-10-24
* KVM: x86 emulator: fix group 11 decoding for reg != 0Avi Kivity2010-10-24
* KVM: x86 emulator: use single stage decoding for mov instructionsAvi Kivity2010-10-24
* KVM: Don't save/restore MSR_IA32_PERF_STATUSAvi Kivity2010-10-24
* KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti2010-10-24
* KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti2010-10-24
* KVM: Fix pio trace directionAvi Kivity2010-10-24
* KVM: MMU: remove count_rmaps()Xiao Guangrong2010-10-24
* KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong2010-10-24
* KVM: MMU: fix wrong not write protected sp reportXiao Guangrong2010-10-24
* KVM: MMU: check rmap for every spteXiao Guangrong2010-10-24
* KVM: MMU: fix compile warning in audit codeXiao Guangrong2010-10-24
* KVM: pit: Do not check pending pit timer in vcpu threadJason Wang2010-10-24
* KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2010-10-24
* KVM: x86 emulator: simplify ALU opcode block decode furtherAvi Kivity2010-10-24
* KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity2010-10-24
* KVM: x86 emulator: trap and propagate #DE from DIV and IDIVAvi Kivity2010-10-24
* KVM: x86 emulator: add macros for executing instructions that may trapAvi Kivity2010-10-24
* KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FFAvi Kivity2010-10-24
* KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FFAvi Kivity2010-10-24
* KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DFAvi Kivity2010-10-24
* KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AFAvi Kivity2010-10-24
* KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8FAvi Kivity2010-10-24
* KVM: x86 emulator: simplify string instruction decode flagsAvi Kivity2010-10-24
* KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flagsAvi Kivity2010-10-24
* KVM: x86 emulator: support byte/word opcode pairsAvi Kivity2010-10-24
* KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operandAvi Kivity2010-10-24
* KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov2010-10-24
* KVM: x86 emulator: move string instruction completion check into separate fun...Gleb Natapov2010-10-24
* KVM: x86 emulator: Rename variable that shadows another local variable.Gleb Natapov2010-10-24
* KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)Wei Yongjun2010-10-24
* KVM: S390: Export kvm_virtio.hAlexander Graf2010-10-24
* 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: 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