aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-10-15KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity1-0/+6
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-52/+26
2008-10-15KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity1-54/+36
2008-10-15KVM: VMX: Reinject real mode exceptionJan Kiszka1-2/+39
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka2-5/+1
2008-10-15KVM: Consolidate PIC isr clearing into a functionAvi Kivity1-6/+12
2008-10-15KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal1-3/+0
2008-10-15KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity1-57/+20
2008-10-15KVM: Add a pending interrupt queueAvi Kivity1-0/+11
2008-10-15KVM: VMX: Fix pending exception processingAvi Kivity1-3/+12
2008-10-15KVM: Clear exception queue before emulating an instructionAvi Kivity2-0/+13
2008-10-15KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity1-17/+32