summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
* KVM: svm: unconditionally intercept #DBPaolo Bonzini2015-11-101-11/+3
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-101-0/+8
* KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-2/+1
* KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-8/+2
* KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-10/+0
* KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-36/+0
* KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-44/+4
* KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-101-15/+11
* KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-101-0/+3
* kvm: x86: zero EFER on INITPaolo Bonzini2015-10-191-6/+5
* kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel2015-10-161-1/+10
* KVM: x86: unify handling of interrupt windowPaolo Bonzini2015-10-011-13/+0
* KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-2/+2
* KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-2/+2
* KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-1/+1
* Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-011-1/+1
* Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini2015-10-011-96/+5
* Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini2015-10-011-8/+7
* Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini2015-10-011-10/+0
* Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-011-2/+5
* KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini2015-09-251-1/+2
* kvm: svm: reset mmu on VCPU resetIgor Mammedov2015-09-181-0/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+2
|\
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-6/+104
| |\
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
* | | KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-051-0/+1
* | | KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini2015-07-231-7/+8
| |/ |/|
* | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-231-1/+1
* | KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-231-1/+1
* | KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2015-07-101-5/+2
* | KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka2015-07-101-0/+10
* | KVM: SVM: use NPT page attributesPaolo Bonzini2015-07-101-5/+96
|/
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
* | KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-231-0/+3
* | KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das2015-06-191-2/+6
* | KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini2015-06-051-0/+6
* | KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-6/+6
* | KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-041-0/+1
* | KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini2015-06-041-25/+29
* | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2015-05-201-0/+1
|\ \
| * | Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-201-0/+1
| |/
* | KVM: x86: fix initial PAT valueRadim Krčmář2015-05-071-1/+1
* | KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-13/+14
* | KVM: x86: Support for disabling quirksNadav Amit2015-05-071-1/+2
|/
* KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-081-1/+1
* KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das2015-03-181-1/+1
* KVM: x86: For the symbols used locally only should be static typeXiubo Li2015-03-171-1/+2
* x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan2015-03-131-2/+5
OpenPOWER on IntegriCloud