aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour
2008-10-15KVM: x86 emulator: Use DstAcc for 'and'Guillaume Thouvenin
2008-10-15KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)Guillaume Thouvenin
2008-10-15KVM: x86 emulator: Add DstAcc operand typeGuillaume Thouvenin
2008-10-15x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang
2008-10-15KVM: x86 emulator: fix jmp r/m64 instructionAvi Kivity
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka
2008-10-15KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard
2008-10-15KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti
2008-10-15KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)Mohammed Gamal
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti
2008-10-15KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)Mohammed Gamal
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang
2008-10-15KVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstateXiantao Zhang
2008-10-15KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)Mohammed Gamal
2008-10-15KVM: s390: change help text of guest KconfigChristian Borntraeger
2008-10-15KVM: s390: Make facility bits future-proofChristian Borntraeger
2008-10-15KVM: add MC5_MISC msr read supportJoerg Roedel
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity
2008-10-15KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)Mohammed Gamal
2008-10-15KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity
2008-10-15KVM: MMU: Convert the paging mode shadow walk to use the generic walkerAvi Kivity
2008-10-15KVM: MMU: Convert direct maps to use the generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Add generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Infer shadow root level in direct_map()Avi Kivity
2008-10-15KVM: ia64: Enable virtio driver for ia64 in KconfigXiantao Zhang
2008-10-15KVM: MMU: Unify direct map 4K and large page pathsAvi Kivity
2008-10-15KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity
2008-10-15KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptorAvi Kivity
2008-10-15KVM: x86 emulator: remove duplicate SrcImmroel kluin
2008-10-15KVM: Load real mode segments correctlyAvi Kivity
2008-10-15KVM: VMX: Change segment dpl at reset to 3Avi Kivity
2008-10-15KVM: VMX: Change cs reset state to be a data segmentAvi Kivity
2008-10-15KVM: ia64: add a dummy irq ack notificationXiantao Zhang
2008-10-15KVM: make irq ack notifier functions staticHarvey Harrison
2008-10-15KVM: Use kvm_set_irq to inject interruptsAmit Shah
2008-10-15KVM: SVM: Fix typoAmit Shah
2008-10-15KVM: VMX: Modify mode switching and vmentry functionsMohammed Gamal
2008-10-15KVM: VMX: Add invalid guest state handlerMohammed Gamal
2008-10-15KVM: VMX: Add module parameter and emulation flag.Mohammed Gamal
2008-10-15KVM: VMX: Add Guest State Validity ChecksMohammed Gamal
2008-10-15KVM: Device assignment: Check for privileges before assigning irqAmit Shah
2008-10-15KVM: Handle spurious acks for PIT interruptsAvi Kivity
2008-10-15KVM: fix i8259 reset irq ackingMarcelo Tosatti