summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-0111-0/+24
* KVM: SVM: correctly trace irq injectionGleb Natapov2010-08-011-3/+3
* KVM: MMU: only update unsync page in invlpg pathXiao Guangrong2010-08-011-2/+6
* KVM: MMU: don't write-protect if have new mapping to unsync pageXiao Guangrong2010-08-011-4/+14
* KVM: MMU: split kvm_sync_page() functionXiao Guangrong2010-08-011-4/+25
* KVM: x86: Use FPU APISheng Yang2010-08-012-52/+17
* KVM: x86: Use unlazy_fpu() for host FPUSheng Yang2010-08-012-17/+2
* x86: Export FPU API for KVM useSheng Yang2010-08-014-1/+8
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-013-16/+10
* KVM: PPC: Centralize locking of arch specific vcpu ioctlsAvi Kivity2010-08-011-4/+8
* KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity2010-08-011-23/+17
* KVM: x86: Lock arch specific vcpu ioctls centrallyAvi Kivity2010-08-011-39/+2
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-016-95/+2
* KVM: x86: cleanup unused local variableXiao Guangrong2010-08-011-2/+0
* KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_pageXiao Guangrong2010-08-011-3/+4
* KVM: MMU: remove rmap before clear spteXiao Guangrong2010-08-011-0/+1
* KVM: MMU: use proper cache object freeing functionXiao Guangrong2010-08-011-8/+10
* KVM: VMX: Only reset MMU when necessarySheng Yang2010-08-011-2/+14
* KVM: x86: Clean up duplicate assignmentSheng Yang2010-08-012-6/+3
* KVM: x86 emulator: Add missing decoder flags for xor instructionsMohammed Gamal2010-08-011-1/+1
* KVM: x86 emulator: Add missing decoder flags for sub instructionMohammed Gamal2010-08-011-1/+1
* KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)Mohammed Gamal2010-08-011-1/+4
* KVM: pass correct parameter to kvm_mmu_free_some_pagesMarcelo Tosatti2010-08-011-2/+2
* KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu2010-08-011-7/+31
* KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu2010-08-011-1/+6
* KVM: VMX: Some minor changes to code structureDongxiao Xu2010-08-011-8/+8
* KVM: VMX: Define new functions to wrapper direct call of asm codeDongxiao Xu2010-08-011-13/+23
* KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()Avi Kivity2010-08-011-3/+2
* KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-015-61/+26
* KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freedGui Jianfeng2010-08-011-2/+3
* KVM: MMU: Fix debug output error in walk_addr()Gui Jianfeng2010-08-011-1/+1
* KVM: MMU: mark page table dirty when a pte is actually modifiedGui Jianfeng2010-08-011-2/+2
* KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel2010-08-012-1/+3
* KVM: SVM: Dump vmcb contents on failed vmrunJoerg Roedel2010-08-011-0/+95
* KVM: Get rid of KVM_REQ_KICKAvi Kivity2010-08-011-7/+10
* KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov2010-08-013-50/+100
* KVM: x86 emulator: move interruptibility state tracking out of emulatorGleb Natapov2010-08-012-20/+19
* KVM: x86 emulator: handle shadowed registers outside emulatorGleb Natapov2010-08-012-17/+12
* KVM: x86 emulator: use shadowed register in emulate_sysexit()Gleb Natapov2010-08-011-2/+2
* KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov2010-08-013-8/+1
* KVM: x86 emulator: advance RIP outside x86 emulator codeGleb Natapov2010-08-012-3/+6
* KVM: handle emulation failure case firstGleb Natapov2010-08-011-16/+15
* KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov2010-08-013-15/+28
* KVM: remove export of emulator_write_emulated()Gleb Natapov2010-08-012-6/+0
* KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai...Gleb Natapov2010-08-012-18/+19
* KVM: fill in run->mmio details in (read|write)_emulated functionGleb Natapov2010-08-011-16/+9
* KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED valuesGleb Natapov2010-08-011-2/+3
* KVM: x86 emulator: make (get|set)_dr() callback return error if it failsGleb Natapov2010-08-012-29/+45
* KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov2010-08-013-76/+84
* KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacksGleb Natapov2010-08-011-95/+105