Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis
2022-07-15KVM: x86: Remove unnecessary includeLu Baolu
2022-07-14KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()Vitaly Kuznetsov
2022-07-14KVM: x86: Add dedicated helper to get CPUID entry with significant indexSean Christopherson
2022-07-14kvm: stats: tell userspace which values are booleanPaolo Bonzini
2022-07-14KVM: x86: WARN only once if KVM leaves a dangling userspace I/O requestSean Christopherson
2022-07-14KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson
2022-07-13KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()Hou Wenlong
2022-07-09KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()Vitaly Kuznetsov
2022-07-09KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAPSean Christopherson
2022-07-09Merge branch 'kvm-5.20-msr-eperm'Sean Christopherson
2022-07-09KVM: x86: Add helpers to identify CTL and STATUS MCi MSRsSean Christopherson
2022-07-09KVM: x86: Use explicit case-statements for MCx banks in {g,s}et_msr_mce()Sean Christopherson
2022-07-09KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)Sean Christopherson
2022-06-27x86/kvm/vmx: Make noinstr cleanPeter Zijlstra
2022-06-24KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT tooPaolo Bonzini
2022-06-24KVM: x86: de-underscorify __emulator_pio_inPaolo Bonzini
2022-06-24KVM: x86: wean fast IN from emulator_pio_inPaolo Bonzini
2022-06-24KVM: x86: wean in-kernel PIO from vcpu->arch.pio*Paolo Bonzini
2022-06-24KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out()Paolo Bonzini
2022-06-24KVM: x86: drop PIO from unregistered devicesPaolo Bonzini
2022-06-24KVM: x86: inline kernel_pio into its sole callerPaolo Bonzini
2022-06-24KVM: x86: complete fast IN directly with complete_emulator_pio_in()Paolo Bonzini
2022-06-24KVM: SVM: Add AVIC doorbell tracepointSuravee Suthikulpanit
2022-06-24KVM: x86: Warning APICv inconsistency only when vcpu APIC mode is validSuravee Suthikulpanit
2022-06-24KVM: x86: Deactivate APICv on vCPU with APIC disabledSuravee Suthikulpanit
2022-06-24KVM: x86: Enable CMCI capability by default and handle injected UCNA errorsJue Wang
2022-06-24KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang
2022-06-24KVM: x86: Use kcalloc to allocate the mce_banks array.Jue Wang
2022-06-24KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.Jue Wang
2022-06-24KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon
2022-06-24KVM: x86: Fix errant brace in KVM capability handlingBen Gardon
2022-06-20KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behaviorSean Christopherson
2022-06-20KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRsSean Christopherson
2022-06-20KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRsSean Christopherson
2022-06-20Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"Sean Christopherson
2022-06-20KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLESSean Christopherson
2022-06-20KVM: x86: Move "apicv_active" into "struct kvm_lapic"Sean Christopherson
2022-06-20KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yieldSean Christopherson
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-10KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini
2022-06-09KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2022-06-08KVM: x86/pmu: Avoid exposing Intel BTS featureLike Xu
2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu
2022-06-08KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson
2022-06-08KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang