sfrench/cifs-2.6.git
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-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...
2022-01-17 Like XuKVM: x86/pmu: Fix available_event_types check for REF_C...
2022-01-14 Yang Zhongx86/fpu: Fix inline prefix warnings
2022-01-14 Yang Zhongselftest: kvm: Add amx selftest
2022-01-14 Yang Zhongselftest: kvm: Move struct kvm_x86_state to header
2022-01-14 Paolo Bonziniselftest: kvm: Reorder vcpu_load_state steps for AMX
2022-01-14 Kevin Tiankvm: x86: Disable interception for IA32_XFD on demand
2022-01-14 Thomas Gleixnerx86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
2022-01-14 Wei Wangkvm: selftests: Add support for KVM_CAP_XSAVE2
2022-01-14 Guang Zengkvm: x86: Add support for getting/setting expanded...
2022-01-14 Thomas Gleixnerx86/fpu: Add uabi_size to guest_fpu
2022-01-14 Jing Liukvm: x86: Add CPUID support for Intel AMX
2022-01-14 Jing Liukvm: x86: Add XCR0 support for Intel AMX
2022-01-14 Jing Liukvm: x86: Disable RDMSR interception of IA32_XFD_ERR
2022-01-14 Jing Liukvm: x86: Emulate IA32_XFD_ERR for guest
2022-01-14 Jing Liukvm: x86: Intercept #NM for saving IA32_XFD_ERR
2022-01-14 Jing Liux86/fpu: Prepare xfd_err in struct fpu_guest
2022-01-14 Jing Liukvm: x86: Add emulation for IA32_XFD
2022-01-14 Kevin Tianx86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD...
2022-01-14 Jing Liukvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
2022-01-14 Sean Christophersonx86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
next