summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit2016-06-161-5/+10
* kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-161-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-271-2/+2
|\
| * svm: bitwise vs logical op typoDan Carpenter2016-05-241-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-9/+661
|\ \ | |/
| * KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-181-1/+1
| * svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit2016-05-181-0/+89
| * svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit2016-05-181-4/+12
| * svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit2016-05-181-0/+12
| * KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-181-0/+10
| * svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-181-0/+279
| * svm: Add interrupt injection via AVICSuravee Suthikulpanit2016-05-181-4/+35
| * KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-181-1/+224
* | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-291-1/+1
|/
* KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-0/+8
* kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-161-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-5/+32
|\
| * KVM: svm: add support for RDTSCPPaolo Bonzini2015-11-251-1/+23
| * kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-3/+8
| * kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-1/+1
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-0/+17
|\ \
| * | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-0/+17
| |/
* | kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-2/+2
|/
* 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
OpenPOWER on IntegriCloud