platform/kernel/linux-starfive.git
2022-09-26 Sean ChristophersonKVM: x86: Rename and expose helper to detect if INIT...
2022-09-26 Sean ChristophersonKVM: nVMX: Make an event request when pending an MTF...
2022-09-26 Paolo BonziniKVM: x86: make vendor code check for all nested events
2022-09-26 Oliver Uptonmailmap: Update Oliver's email address
2022-09-26 Sean ChristophersonKVM: x86: Allow force_emulation_prefix to be written...
2022-09-26 Sean ChristophersonKVM: selftests: Add an x86-only test to verify nested...
2022-09-26 Sean ChristophersonKVM: selftests: Use uapi header to get VMX and SVM...
2022-09-26 Sean ChristophersonKVM: x86: Rename inject_pending_events() to kvm_check_a...
2022-09-26 Sean ChristophersonKVM: VMX: Update MTF and ICEBP comments to document...
2022-09-26 Sean ChristophersonKVM: x86: Treat pending TRIPLE_FAULT requests as pendin...
2022-09-26 Sean ChristophersonKVM: x86: Morph pending exceptions to pending VM-Exits...
2022-09-26 Sean ChristophersonKVM: nVMX: Document priority of all known events on...
2022-09-26 Sean ChristophersonKVM: nVMX: Add a helper to identify low-priority #DB...
2022-09-26 Sean ChristophersonKVM: x86: Evaluate ability to inject SMI/NMI/IRQ after...
2022-09-26 Sean ChristophersonKVM: x86: Hoist nested event checks above event injecti...
2022-09-26 Sean ChristophersonKVM: x86: Use kvm_queue_exception_e() to queue #DF
2022-09-26 Sean ChristophersonKVM: x86: Formalize blocking of nested pending exceptions
2022-09-26 Sean ChristophersonKVM: x86: Make kvm_queued_exception a properly named...
2022-09-26 Sean ChristophersonKVM: x86: Rename kvm_x86_ops.queue_exception to inject_...
2022-09-26 Sean ChristophersonKVM: VMX: Inject #PF on ENCLS as "emulated" #PF
2022-09-26 Sean ChristophersonKVM: nVMX: Unconditionally clear mtf_pending on nested...
2022-09-26 Sean ChristophersonKVM: nVMX: Ignore SIPI that arrives in L2 when vCPU...
2022-09-26 Sean ChristophersonKVM: x86: Use DR7_GD macro instead of open coding check...
2022-09-26 Sean ChristophersonKVM: x86: Treat #DBs from the emulator as fault-like...
2022-09-26 Sean ChristophersonKVM: nVMX: Prioritize TSS T-flag #DBs over Monitor...
2022-09-26 Sean ChristophersonKVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault...
2022-09-26 Sean ChristophersonKVM: x86: Suppress code #DBs on Intel if MOV/POP SS...
2022-09-26 Sean ChristophersonKVM: x86: Allow clearing RFLAGS.RF on forced emulation...
2022-09-26 Sean ChristophersonKVM: x86: Don't check for code breakpoints when emulati...
2022-09-26 Sean ChristophersonKVM: VMX: Drop bits 31:16 when shoving exception error...
2022-09-26 Sean ChristophersonKVM: nVMX: Unconditionally purge queued/injected events...
2022-09-26 Hou WenlongKVM: x86: Add missing trace points for RDMSR/WRMSR...
2022-09-26 Hou WenlongKVM: x86: Return emulator error if RDMSR/WRMSR emulatio...
2022-09-26 Jilin YuanKVM: x86/mmu: fix repeated words in comments
2022-09-26 Vitaly KuznetsovKVM: nVMX: Use cached host MSR_IA32_VMX_MISC value...
2022-09-26 Vitaly KuznetsovKVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
2022-09-26 Vitaly KuznetsovKVM: nVMX: Use sanitized allowed-1 bits for VMX control...
2022-09-26 Vitaly KuznetsovKVM: nVMX: Always set required-1 bits of pinbased_ctls...
2022-09-26 Vitaly KuznetsovKVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handli...
2022-09-26 Jim MattsonKVM: x86: VMX: Replace some Intel model numbers with...
2022-09-26 Sean ChristophersonKVM: VMX: Adjust CR3/INVPLG interception for EPT=y...
2022-09-26 Vitaly KuznetsovKVM: VMX: Add missing CPU based VM execution controls...
2022-09-26 Vitaly KuznetsovKVM: VMX: Add missing VMEXIT controls to vmcs_config
2022-09-26 Vitaly KuznetsovKVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filte...
2022-09-26 Vitaly KuznetsovKVM: VMX: Extend VMX controls macro shenanigans
2022-09-26 Sean ChristophersonKVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit...
2022-09-26 Vitaly KuznetsovKVM: VMX: Tweak the special handling of SECONDARY_EXEC_...
2022-09-26 Vitaly KuznetsovKVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING...
2022-09-26 Vitaly KuznetsovKVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
2022-09-26 Sean ChristophersonKVM: nVMX: Always emulate PERF_GLOBAL_CTRL VM-Entry...
2022-09-26 Sean ChristophersonKVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL...
2022-09-26 Vitaly KuznetsovKVM: VMX: Get rid of eVMCS specific VMX controls saniti...
2022-09-26 Vitaly KuznetsovKVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened...
2022-09-26 Sean ChristophersonKVM: nVMX: WARN once and fail VM-Enter if eVMCS sees...
2022-09-26 Vitaly KuznetsovKVM: selftests: Switch to updated eVMCSv1 definition
2022-09-26 Vitaly KuznetsovKVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS...
2022-09-26 Vitaly KuznetsovKVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES...
2022-09-26 Vitaly KuznetsovKVM: nVMX: Support several new fields in eVMCSv1
2022-09-26 Vitaly KuznetsovKVM: VMX: Define VMCS-to-EVMCS conversion for the new...
2022-09-26 Sean ChristophersonKVM: nVMX: Use CC() macro to handle eVMCS unsupported...
2022-09-26 Vitaly KuznetsovKVM: nVMX: Refactor unsupported eVMCS controls logic...
2022-09-26 Sean ChristophersonKVM: nVMX: Treat eVMCS as enabled for guest iff Hyper...
2022-09-26 Sean ChristophersonKVM: x86: Report error when setting CPUID if Hyper...
2022-09-26 Sean ChristophersonKVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcp...
2022-09-26 Vitaly KuznetsovKVM: x86: Zero out entire Hyper-V CPUID cache before...
2022-09-26 Vitaly Kuznetsovx86/hyperv: Update 'struct hv_enlightened_vmcs' definition
2022-09-26 Vitaly Kuznetsovx86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
2022-09-26 Oliver UptonKVM: selftests: Require DISABLE_NX_HUGE_PAGES cap for...
2022-09-26 Uros BizjakKVM: VMX: Do not declare vmread_error() asmlinkage
2022-09-26 Liam NiKVM:x86: Clean up ModR/M "reg" initialization in reg...
2022-09-26 Mingwei ZhangKVM: x86: Print guest pgd in kvm_nested_vmenter()
2022-09-26 David MatlackKVM: nVMX: Add tracepoint for nested VM-Enter
2022-09-26 Mingwei ZhangKVM: x86: Update trace function for nested VM entry...
2022-09-26 Sean ChristophersonKVM: x86: Use u64 for address and error code in page...
2022-09-26 Wonhyuk YangKVM: Add extra information in kvm_page_fault trace...
2022-09-26 Aaron LewisKVM: x86: Delete duplicate documentation for KVM_X86_SE...
2022-09-26 Paolo BonziniKVM: SVM: remove unnecessary check on INIT intercept
2022-09-26 Uros BizjakKVM/VMX: Avoid stack engine synchronization uop in...
2022-09-26 Miaohe LinKVM: fix memoryleak in kvm_init()
2022-08-30 Yosry AhmedKVM: arm64/mmu: count KVM s2 mmu usage in secondary...
2022-08-30 Yosry AhmedKVM: x86/mmu: count KVM mmu usage in secondary pagetabl...
2022-08-24 Yosry Ahmedmm: add NR_SECONDARY_PAGETABLE to count secondary page...
2022-08-24 Miaohe LinKVM: x86/mmu: fix memoryleak in kvm_mmu_vendor_module_i...
2022-08-24 Michal LuczajKVM: x86/emulator: Fix handing of POP SS to correctly...
2022-08-24 Junaid Shahidkvm: x86: Do proper cleanup if kvm_x86_ops->vm_init...
2022-08-19 David MatlackKVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()
2022-08-19 David MatlackKVM: selftests: Fix KVM_EXCEPTION_MAGIC build with...
2022-08-19 Jim MattsonKVM: VMX: Heed the 'msr' argument in msr_write_intercep...
2022-08-19 Junaid Shahidkvm: x86: mmu: Always flush TLBs when enabling dirty...
2022-08-19 Junaid Shahidkvm: x86: mmu: Drop the need_remote_flush() function
2022-08-19 Paolo BonziniMerge tag 'kvmarm-fixes-6.0-1' of git://git./linux...
2022-08-19 Li kunyuKVM: Drop unnecessary initialization of "ops" in kvm_io...
2022-08-19 Li kunyuKVM: Drop unnecessary initialization of "npages" in...
2022-08-19 Josh Poimboeufx86/kvm: Fix "missing ENDBR" BUG for fastop functions
2022-08-19 Josh Poimboeufx86/kvm: Simplify FOP_SETCC()
2022-08-19 Josh Poimboeufx86/ibt, objtool: Add IBT_NOSEAL()
2022-08-19 Chao PengKVM: Rename mmu_notifier_* to mmu_invalidate_*
2022-08-19 Chao PengKVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
2022-08-19 Paolo BonziniKVM: MIPS: remove unnecessary definition of KVM_PRIVATE...
2022-08-19 Sean ChristophersonKVM: Move coalesced MMIO initialization (back) into...
next