aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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
2008-10-15KVM: VMX: Use interrupt queue for !irqchip_in_kernelAvi Kivity
2008-10-15KVM: set debug registers after "schedulable" sectionMarcelo Tosatti
2008-10-15KVM: VMX: Clean up magic number 0x66 in init_rmode_tssSheng Yang
2008-10-15KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen
2008-10-15KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen
2008-10-15KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen
2008-10-15KVM: pci device assignmentBen-Ami Yassour
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti
2008-10-15KVM: irq ack notificationMarcelo Tosatti
2008-10-15KVM: Add irq ack notifier listAvi Kivity
2008-10-15KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf
2008-10-15KVM: VMX: Avoid vmwrite(HOST_RSP) when possibleAvi Kivity
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity
2008-10-15KVM: VMX: Unify register save/restore across 32 and 64 bit hostsAvi Kivity
2008-10-15KVM: VMX: Reinject real mode exceptionJan Kiszka
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka
2008-10-15KVM: Consolidate PIC isr clearing into a functionAvi Kivity
2008-10-15KVM: VMX: Remove redundant check in handle_rmode_exceptionMohammed Gamal
2008-10-15KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()Avi Kivity
2008-10-15KVM: Add a pending interrupt queueAvi Kivity
2008-10-15KVM: VMX: Fix pending exception processingAvi Kivity
2008-10-15KVM: Clear exception queue before emulating an instructionAvi Kivity
2008-10-15KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity
2008-10-15KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()Avi Kivity
2008-10-15KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity
2008-10-15KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity
2008-10-15KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti
2008-10-15KVM: VMX: Rename misnamed msr bitsSheng Yang
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-09-10x86: move VMX MSRs to msr-index.hSheng Yang
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli
2008-07-28mmu-notifiers: coreAndrea Arcangeli