linux-2.6-microblaze.git
2022-02-04 Jim MattsonKVM: x86: Report deprecated x87 features in supported...
2022-02-02 Paolo BonziniMerge tag 'kvm-riscv-fixes-5.17-1' of https://github...
2022-02-02 Anup PatelRISC-V: KVM: Fix SBI implementation version
2022-02-02 Mayuresh ChitaleRISC-V: KVM: make CY, TM, and IR counters accessible...
2022-02-02 Mark Rutlandkvm/riscv: rework guest entry logic
2022-02-01 Mark Rutlandkvm/arm64: rework guest entry logic
2022-02-01 Mark Rutlandkvm/x86: rework guest entry logic
2022-02-01 Mark Rutlandkvm/mips: rework guest entry logic
2022-02-01 Mark Rutlandkvm: add guest_state_{enter,exit}_irqoff()
2022-02-01 Sean ChristophersonKVM: x86: Move delivery of non-APICv interrupt into...
2022-01-31 Janosch Frankkvm: Move KVM_GET_XSAVE2 IOCTL definition at the end...
2022-01-28 Paolo BonziniMerge tag 'kvmarm-fixes-5.17-1' of git://git./linux...
2022-01-28 Hou WenlongKVM: eventfd: Fix false positive RCU usage warning
2022-01-28 Vitaly KuznetsovKVM: nVMX: Allow VMREAD when Enlightened VMCS is in use
2022-01-28 Vitaly KuznetsovKVM: nVMX: Implement evmcs_field_offset() suitable...
2022-01-28 Vitaly KuznetsovKVM: nVMX: Rename vmcs_to_field_offset{,_table}
2022-01-28 Vitaly KuznetsovKVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTIO...
2022-01-28 Vitaly KuznetsovKVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS...
2022-01-28 Paolo Bonziniselftests: kvm: check dynamic bits against KVM_X86_XCOM...
2022-01-28 Paolo BonziniKVM: x86: add system attribute to retrieve full set...
2022-01-28 Sean ChristophersonKVM: x86: Add a helper to retrieve userspace address...
2022-01-26 Paolo Bonziniselftests: kvm: move vm_xsave_req_perm call to amx_test
2022-01-26 Like XuKVM: x86: Sync the states size with the XCR0/IA32_XSS...
2022-01-26 Like XuKVM: x86: Update vCPU's runtime CPUID on write to MSR_I...
2022-01-26 Xiaoyao LiKVM: x86: Keep MSR_IA32_XSS unchanged for INIT
2022-01-26 Sean ChristophersonKVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN...
2022-01-26 Sean ChristophersonKVM: nVMX: WARN on any attempt to allocate shadow VMCS...
2022-01-26 Sean ChristophersonKVM: selftests: Don't skip L2's VMCALL in SMM test...
2022-01-26 Vitaly KuznetsovKVM: x86: Check .flags in kvm_cpuid_check_equal() too
2022-01-26 Sean ChristophersonKVM: x86: Forcibly leave nested virt when SMM state...
2022-01-26 Vitaly KuznetsovKVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_ne...
2022-01-26 Vitaly KuznetsovKVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap suppor...
2022-01-26 Sean ChristophersonKVM: SVM: Don't kill SEV guest if SMAP erratum triggers...
2022-01-26 Sean ChristophersonKVM: SVM: Don't apply SEV+SMAP workaround on code fetch...
2022-01-26 Sean ChristophersonKVM: SVM: Inject #UD on attempted emulation for SEV...
2022-01-26 Sean ChristophersonKVM: SVM: WARN if KVM attempts emulation on #UD or...
2022-01-26 Sean ChristophersonKVM: x86: Pass emulation type to can_emulate_instruction()
2022-01-26 Sean ChristophersonKVM: SVM: Explicitly require DECODEASSISTS to enable...
2022-01-26 Sean ChristophersonKVM: SVM: Don't intercept #GP for SEV guests
2022-01-26 Sean ChristophersonRevert "KVM: SVM: avoid infinite loop on NPF from bad...
2022-01-26 Sean ChristophersonKVM: SVM: Never reject emulation due to SMAP errata...
2022-01-26 Denis ValeevKVM: x86: nSVM: skip eax alignment check for non-SVM...
2022-01-26 Like XuKVM: x86/cpuid: Exclude unpermitted xfeatures sizes...
2022-01-26 Wanpeng LiKVM: LAPIC: Also cancel preemption timer during SET_LAPIC
2022-01-26 Jim MattsonKVM: VMX: Remove vmcs_config.order
2022-01-25 Quanfa FuKVM/X86: Make kvm_vcpu_reload_apic_access_page() static
2022-01-25 David MatlackKVM: selftests: Re-enable access_tracking_perf_test
2022-01-25 Sean ChristophersonKVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS...
2022-01-25 Vitaly KuznetsovKVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm...
2022-01-24 Xianting TianKVM: remove async parameter of hva_to_pfn_remapped()
2022-01-24 Peter Zijlstrax86,kvm/xen: Remove superfluous .fixup usage
2022-01-24 Sean ChristophersonKVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is...
2022-01-24 Marc ZyngierKVM: arm64: Use shadow SPSR_EL1 when injecting exceptio...
2022-01-22 Marc ZyngierKVM: arm64: vgic-v3: Restrict SEIS workaround to known...
2022-01-20 Wei Wangdocs: kvm: fix WARNINGs from api.rst
2022-01-20 Jinrong Liangselftests: kvm/x86: Fix the warning in lib/x86_64/proce...
2022-01-20 Jinrong Liangselftests: kvm/x86: Fix the warning in pmu_event_filter...
2022-01-19 Paolo Bonzinikvm: selftests: Do not indent with spaces
2022-01-19 Paolo Bonzinikvm: selftests: sync uapi/linux/kvm.h with Linux header
2022-01-19 Muhammad Usama... selftests: kvm: add amx_test to .gitignore
2022-01-19 Sean ChristophersonKVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC...
2022-01-19 Sean ChristophersonKVM: SVM: Move svm_hardware_setup() and its helpers...
2022-01-19 Sean ChristophersonKVM: SVM: Drop AVIC's intermediate avic_set_running...
2022-01-19 Sean ChristophersonKVM: VMX: Don't do full kick when handling posted inter...
2022-01-19 Sean ChristophersonKVM: VMX: Fold fallback path into triggering posted...
2022-01-19 Sean ChristophersonKVM: VMX: Pass desired vector instead of bool for trigg...
2022-01-19 Sean ChristophersonKVM: VMX: Don't do full kick when triggering posted...
2022-01-19 Sean ChristophersonKVM: SVM: Skip AVIC and IRTE updates when loading block...
2022-01-19 Sean ChristophersonKVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to...
2022-01-19 Sean ChristophersonKVM: SVM: Remove unnecessary APICv/AVIC update in vCPU...
2022-01-19 Sean ChristophersonKVM: SVM: Don't bother checking for "running" AVIC...
2022-01-19 Sean ChristophersonKVM: SVM: Signal AVIC doorbell iff vCPU is in guest...
2022-01-19 Sean ChristophersonKVM: x86: Remove defunct pre_block/post_block kvm_x86_o...
2022-01-19 Sean ChristophersonKVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer...
2022-01-19 Sean ChristophersonKVM: VMX: Move preemption timer <=> hrtimer dance to...
2022-01-19 Sean ChristophersonKVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
2022-01-19 Sean ChristophersonKVM: Drop unused kvm_vcpu.pre_pcpu field
2022-01-19 Sean ChristophersonKVM: VMX: Handle PI descriptor updates during vcpu_put...
2022-01-19 Paolo BonziniMerge branch 'kvm-pi-raw-spinlock' into HEAD
2022-01-19 Christian BorntraegerKVM: avoid warning on s390 in mark_page_dirty
2022-01-19 Sean ChristophersonKVM: selftests: Add a test to force emulation with...
2022-01-19 Sean ChristophersonKVM: VMX: Reject KVM_RUN if emulation is required with...
2022-01-19 Jim Mattsonselftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER
2022-01-19 Jim Mattsonselftests: kvm/x86: Introduce x86_model()
2022-01-19 Jim Mattsonselftests: kvm/x86: Export x86_family() for use outside...
2022-01-19 Jim Mattsonselftests: kvm/x86: Introduce is_amd_cpu()
2022-01-19 Jim Mattsonselftests: kvm/x86: Parameterize the CPUID vendor strin...
2022-01-19 Jim MattsonKVM: x86/pmu: Use binary search to check filtered events
2022-01-19 Wei Wangkvm: selftests: conditionally build vm_xsave_req_perm()
2022-01-19 Like XuKVM: x86/cpuid: Clear XFD for component i if the base...
2022-01-19 David MatlackKVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot...
2022-01-19 David MatlackKVM: x86/mmu: Document and enforce MMU-writable and...
2022-01-19 David MatlackKVM: x86/mmu: Clear MMU-writable during changed_pte...
2022-01-19 David MatlackKVM: x86/mmu: Fix write-protection of PTs mapped by...
2022-01-18 Marcelo TosattiKVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
2022-01-17 Like XuKVM: x86: Making the module parameter of vPMU more...
2022-01-17 Vitaly KuznetsovKVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN
2022-01-17 Vitaly KuznetsovKVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
2022-01-17 Vitaly KuznetsovKVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
2022-01-17 Vitaly KuznetsovKVM: x86: Do runtime CPUID update before updating vcpu...
next