aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina1-8/+6
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld1-0/+8
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld1-4/+10
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-1/+0
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti1-2/+2
2012-10-22KVM: SVM: Cleanup error statementsBorislav Petkov1-5/+2
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka1-19/+4
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity1-26/+20
2012-09-05KVM: SVM: constify lookup tablesMathias Krause1-4/+4
2012-08-06KVM: do not release the error pageXiao Guangrong1-1/+0
2012-07-20KVM: SVM: Fix typosGuo Chao1-2/+2
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie1-0/+6
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall1-3/+3
2012-04-16KVM: SVM: Auto-load on CPUs with SVMJosh Triplett1-0/+7
2012-04-08KVM: SVM: count all irq windows exitJason Wang1-1/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+104
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf1-0/+4
2012-03-08KVM: SVM: Fix CPL updatesKevin Wolf1-3/+16
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-1/+4
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+5
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-8/+12
2012-03-05KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso1-2/+4
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky1-0/+59
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-0/+5
2011-12-27KVM: SVM: Intercept RDPMCAvi Kivity1-0/+15
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka1-1/+0
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka1-2/+2
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El1-3/+1
2011-09-25KVM: L1 TSC handlingNadav Har'El1-0/+8
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-0/+15
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi1-55/+0
2011-09-25KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi1-2/+4
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El1-1/+5
2011-05-22KVM: SVM: Make dump_vmcb static, reduce textJoe Perches1-82/+94
2011-05-22KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity1-8/+4
2011-05-11KVM: SVM: Fix nested sel_cr0 intercept path with decode-assistsJoerg Roedel1-0/+3
2011-05-11KVM: SVM: Fix fault-rip on vmsave/vmload emulationJoerg Roedel1-6/+6
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel1-0/+20
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel1-0/+10
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel1-0/+33
2011-05-11KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel1-1/+53
2011-05-11KVM: SVM: Remove nested sel_cr0_write handling codeJoerg Roedel1-52/+26
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel1-0/+36
2011-05-11KVM: SVM: Add intercept checks for one-byte instructionsJoerg Roedel1-0/+14
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel1-0/+19
2011-05-11KVM: SVM: Add intercept checks for remaining group7 instructionsJoerg Roedel1-0/+7
2011-05-11KVM: SVM: Add intercept checks for SVM instructionsJoerg Roedel1-0/+8
2011-05-11KVM: SVM: Add intercept checks for descriptor table accessesJoerg Roedel1-0/+8
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel1-0/+6
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel1-1/+80