summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2009-05-11KVM: SVM: Remove port 80 passthroughAvi Kivity
2009-05-11KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara
2009-03-24KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara
2009-03-24KVM: Drop unused evaluations from string pio handlersJan Kiszka
2009-03-24KVM: Add FFXSR supportAlexander Graf
2009-03-24KVM: SVM: Fix typo in has_svm()Joe Perches
2009-03-24KVM: SVM: Add microcode patch level dummyAlexander Graf
2009-03-24KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka
2009-03-24KVM: New guest debug interfaceJan Kiszka
2009-03-24KVM: SVM: Allow setting the SVME bitAlexander Graf
2009-03-24KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel
2009-03-24KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf
2009-03-24KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf
2009-03-24KVM: SVM: Implement hsaveAlexander Graf
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf
2009-03-24KVM: SVM: Add helper functions for nested SVMAlexander Graf
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf
2009-03-24KVM: SVM: Clean up VINTR settingAlexander Graf
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti
2008-12-31KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost
2008-12-31KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin
2008-12-31KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah
2008-12-31KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah
2008-12-31KVM: Enable MTRR for EPTSheng Yang
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity
2008-10-15KVM: SVM: Fix typoAmit Shah
2008-10-15KVM: SVM: Unify register save/restore across 32 and 64 bit hostsAvi Kivity
2008-10-15KVM: Consolidate XX_VECTOR definesJan Kiszka
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel