summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
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
2011-01-12KVM: cleanup emulate_instructionAndre Przywara
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara
2011-01-12KVM: SVM: Add xsetbv interceptJoerg Roedel
2011-01-12KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel
2011-01-12KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel
2011-01-12KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for LBR stateJoerg Roedel