summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2017-06-01KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2017-05-30KVM: SVM: ignore type when setting segment registersGioh Kim
2017-05-18KVM: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin
2017-04-07kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-03-20kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2017-02-15KVM: svm: inititalize hash table structures directlyDavid Hildenbrand
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky
2016-11-24kvm: svm: Add support for additional SVM NPF error codesTom Lendacky
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-20kvm: svm: fix unsigned compare less than zero comparisonColin Ian King
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino
2016-09-08svm: Implements update_pi_irte hook to setup posted interruptSuravee Suthikulpanit
2016-09-08svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit
2016-09-08svm: Introduces AVIC per-VM IDSuravee Suthikulpanit
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-01KVM: x86: use guest_exit_irqoffPaolo Bonzini
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-06-14KVM: x86: Fix typosAndrea Gelmini
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