aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov1-1/+1
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison1-1/+1
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti5-33/+10
2008-10-15KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah1-41/+45
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour3-0/+215
2008-10-15KVM: x86 emulator: Use DstAcc for 'and'Guillaume Thouvenin1-19/+2
2008-10-15KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)Guillaume Thouvenin1-1/+2
2008-10-15KVM: x86 emulator: Add DstAcc operand typeGuillaume Thouvenin1-16/+34
2008-10-15x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang1-3/+0
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang2-11/+11
2008-10-15KVM: x86 emulator: fix jmp r/m64 instructionAvi Kivity1-1/+1
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka1-3/+0
2008-10-15KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard1-7/+1
2008-10-15KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti1-0/+6
2008-10-15KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)Mohammed Gamal1-1/+10
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti3-60/+61
2008-10-15KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)Mohammed Gamal1-2/+33
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity3-0/+3
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang2-7/+7
2008-10-15KVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstateXiantao Zhang1-2/+35
2008-10-15KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)Mohammed Gamal1-1/+9
2008-10-15KVM: s390: change help text of guest KconfigChristian Borntraeger1-2/+5
2008-10-15KVM: s390: Make facility bits future-proofChristian Borntraeger1-2/+2
2008-10-15KVM: add MC5_MISC msr read supportJoerg Roedel1-0/+1
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity1-1/+1
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity1-1/+1
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity1-0/+1
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity1-0/+2
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity1-0/+1
2008-10-15KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)Mohammed Gamal1-4/+11
2008-10-15KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity1-1/+1
2008-10-15KVM: MMU: Convert the paging mode shadow walk to use the generic walkerAvi Kivity1-72/+86
2008-10-15KVM: MMU: Convert direct maps to use the generic shadow walkerAvi Kivity1-38/+55
2008-10-15KVM: MMU: Add generic shadow walkerAvi Kivity1-0/+34
2008-10-15KVM: MMU: Infer shadow root level in direct_map()Avi Kivity1-5/+4
2008-10-15KVM: ia64: Enable virtio driver for ia64 in KconfigXiantao Zhang1-0/+2
2008-10-15KVM: MMU: Unify direct map 4K and large page pathsAvi Kivity1-8/+3
2008-10-15KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity2-3/+2
2008-10-15KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptorAvi Kivity1-1/+1
2008-10-15KVM: x86 emulator: remove duplicate SrcImmroel kluin1-1/+1
2008-10-15KVM: Load real mode segments correctlyAvi Kivity1-0/+22
2008-10-15KVM: VMX: Change segment dpl at reset to 3Avi Kivity1-1/+1
2008-10-15KVM: VMX: Change cs reset state to be a data segmentAvi Kivity1-2/+1
2008-10-15KVM: ia64: add a dummy irq ack notificationXiantao Zhang1-0/+32
2008-10-15KVM: make irq ack notifier functions staticHarvey Harrison2-2/+2
2008-10-15KVM: Use kvm_set_irq to inject interruptsAmit Shah2-11/+3
2008-10-15KVM: SVM: Fix typoAmit Shah1-1/+1
2008-10-15KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal1-0/+20
2008-10-15KVM: VMX: Add invalid guest state handlerMohammed Gamal1-0/+37
2008-10-15KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal1-0/+4