aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
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
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour