summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka1-3/+0
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: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)Mohammed Gamal1-1/+9
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: 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: 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
2008-10-15KVM: VMX: Add Guest State Validity ChecksMohammed Gamal1-0/+180
2008-10-15KVM: Device assignment: Check for privileges before assigning irqAmit Shah1-0/+5
2008-10-15KVM: Handle spurious acks for PIT interruptsAvi Kivity1-1/+1
2008-10-15KVM: fix i8259 reset irq ackingMarcelo Tosatti1-5/+11
2008-10-15KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity1-6/+5
2008-10-15KVM: set debug registers after "schedulable" sectionMarcelo Tosatti1-5/+4
2008-10-15KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang1-1/+2
2008-10-15KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen1-15/+8
2008-10-15KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen1-8/+15
2008-10-15KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen1-27/+45
2008-10-15KVM: pci device assignmentBen-Ami Yassour1-0/+243
2008-10-15x86: KVM guest: use paravirt function to calculate cpu khzGlauber Costa1-0/+30
2008-10-15x86: paravirt: factor out cpu_khz to common codeGlauber Costa2-9/+14
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti3-40/+38
2008-10-15KVM: irq ack notificationMarcelo Tosatti4-5/+19
2008-10-15KVM: Add irq ack notifier listAvi Kivity2-0/+27
2008-10-15KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf1-0/+17