summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-21Merge branch 'kvm-fixes' into 'next'Paolo Bonzini
2020-10-21KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit
2020-10-21KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky
2020-10-21KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-28KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini
2020-09-28KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf
2020-09-28KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis
2020-09-28KVM: x86: Use common definition for kvm_nested_vmexit tracepointSean Christopherson
2020-09-28KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepointSean Christopherson
2020-09-28KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepointSean Christopherson
2020-09-28KVM: SEV: shorten comments around sev_clflush_pagesPaolo Bonzini
2020-09-28KVM: SVM: Mark SEV launch secret pages as dirty.Cfir Cohen
2020-09-28KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan
2020-09-28KVM: SVM: Add tracepoint for cr_interceptionHaiwei Li
2020-09-28KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()Wanpeng Li
2020-09-28KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_page()Haiwei Li
2020-09-28KVM: SVM: Enable INVPCID feature on AMDBabu Moger
2020-09-28KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_interceptBabu Moger
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger
2020-09-28KVM: nSVM: Remove unused fieldBabu Moger
2020-09-28KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky
2020-09-28KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky
2020-09-28KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky
2020-09-28KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky
2020-09-28KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li
2020-09-28KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov
2020-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-25KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-19KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry...Krish Sadhukhan
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky
2020-09-12KVM: SVM: avoid emulation with stale next_ripWanpeng Li
2020-09-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-09-07KVM: SVM: Add GHCB definitionsTom Lendacky
2020-09-07KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel