summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2016-06-16kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit
2016-06-16kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-24svm: bitwise vs logical op typoDan Carpenter
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini
2016-05-18svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18svm: Add interrupt injection via AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini
2015-11-25KVM: svm: add support for RDTSCPPaolo Bonzini
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin
2015-11-24x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini
2015-11-10KVM: svm: unconditionally intercept #DBPaolo Bonzini
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini
2015-10-16kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel
2015-10-01KVM: x86: unify handling of interrupt windowPaolo Bonzini
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini
2015-10-01Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller
2015-10-01Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini
2015-10-01Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini
2015-10-01Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini
2015-09-18kvm: svm: reset mmu on VCPU resetIgor Mammedov
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-23KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini