aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2014-03-23KVM: SVM: fix cr8 intercept windowRadim Krčmář
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28kvm, svm: Fix typo in printk messageBorislav Petkov
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2013-01-29x86, apicv: add virtual x2apic supportYang Zhang
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-10-22KVM: SVM: Cleanup error statementsBorislav Petkov
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity
2012-09-05KVM: SVM: constify lookup tablesMathias Krause
2012-08-06KVM: do not release the error pageXiao Guangrong
2012-07-20KVM: SVM: Fix typosGuo Chao
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall
2012-04-16KVM: SVM: Auto-load on CPUs with SVMJosh Triplett
2012-04-08KVM: SVM: count all irq windows exitJason Wang
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf
2012-03-08KVM: SVM: Fix CPL updatesKevin Wolf
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-03-05KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel
2011-12-27KVM: SVM: Intercept RDPMCAvi Kivity
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El
2011-09-25KVM: L1 TSC handlingNadav Har'El
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi
2011-09-25KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El
2011-05-22KVM: SVM: Make dump_vmcb static, reduce textJoe Perches
2011-05-22KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity
2011-05-11KVM: SVM: Fix nested sel_cr0 intercept path with decode-assistsJoerg Roedel
2011-05-11KVM: SVM: Fix fault-rip on vmsave/vmload emulationJoerg Roedel