summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
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
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel
2011-05-11KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel
2011-05-11KVM: SVM: Remove nested sel_cr0_write handling codeJoerg Roedel
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for one-byte instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for remaining group7 instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for SVM instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for descriptor table accessesJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: SVM: Remove unused svm_featuresJan Kiszka
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity
2011-03-17KVM: SVM: check for progress after IRET interceptionAvi Kivity
2011-03-17KVM: SVM: Add support for perf-kvmJoerg Roedel
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: SVM: implement enhanced INVLPG interceptAndre Przywara
2011-01-12KVM: SVM: enhance mov DR intercept handlerAndre Przywara
2011-01-12KVM: SVM: enhance MOV CR intercept handlerAndre Przywara
2011-01-12KVM: SVM: add new SVM feature bit namesAndre Przywara