aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel1-0/+9
2011-05-11KVM: SVM: Remove unused svm_featuresJan Kiszka1-3/+0
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity1-7/+7
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity1-0/+5
2011-03-17KVM: SVM: check for progress after IRET interceptionAvi Kivity1-1/+9
2011-03-17KVM: SVM: Add support for perf-kvmJoerg Roedel1-2/+10
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel1-0/+2
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel1-1/+1
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-0/+5
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-5/+5
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-1/+3
2011-01-12KVM: SVM: implement enhanced INVLPG interceptAndre Przywara1-1/+6
2011-01-12KVM: SVM: enhance mov DR intercept handlerAndre Przywara1-16/+40
2011-01-12KVM: SVM: enhance MOV CR intercept handlerAndre Przywara1-11/+79
2011-01-12KVM: SVM: add new SVM feature bit namesAndre Przywara1-0/+4