Show patches with: Submitter = Xin Li       |    State = Action Required       |   67 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v1,15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,14/15] x86/extable: Add support for the immediate form MSR instructions MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,13/15] x86/msr: Use the alternatives mechanism to read MSR MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,12/15] x86/msr: Use the alternatives mechanism to write MSR MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,10/15] KVM: VMX: Use WRMSRNS or its immediate form when available MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,09/15] x86/opcode: Add immediate form MSR instructions to x86-opcode-map MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,07/15] x86/msr: Remove pmu_msr_{read,write}() MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value) MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32 MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,03/15] x86/msr: Simplify pmu_msr_{read,write}() MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,02/15] x86/msr: Replace __rdmsr() with native_rdmsrl() MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[RFC,v1,01/15] x86/msr: Replace __wrmsr() with native_wrmsrl() MSR refactor with new MSR instructions support - - - --- 2025-03-31 Xin Li New
[v4,19/19] KVM: nVMX: Allow VMX FRED controls Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,18/19] KVM: nVMX: Add VMCS FRED states checking Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,17/19] KVM: nVMX: Add FRED VMCS fields to nested VMX context management Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,16/19] KVM: nVMX: Add support for the secondary VM exit controls Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,15/19] KVM: x86: Allow FRED/LKGS to be advertised to guests Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,14/19] KVM: VMX: Dump FRED context in dump_vmcs() Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,13/19] KVM: x86: Mark CR4.FRED as not reserved Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,12/19] KVM: x86: Save/restore the nested flag of an exception Enable FRED with KVM VMX - - - --- 2025-03-28 Xin Li New
[v4,11/19] KVM: VMX: Virtualize FRED nested exception tracking Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,10/19] KVM: VMX: Virtualize FRED event_data Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,09/19] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,08/19] KVM: VMX: Add support for FRED context save/restore Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,07/19] KVM: VMX: Save/restore guest FRED RSP0 Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,06/19] KVM: VMX: Set FRED MSR interception Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,05/19] KVM: VMX: Initialize VMCS FRED fields Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,04/19] x86/cea: Export per CPU array 'cea_exception_stacks' for KVM to use Enable FRED with KVM VMX - - 1 --- 2025-03-28 Xin Li New
[v4,03/19] KVM: VMX: Disable FRED if FRED consistency checks fail Enable FRED with KVM VMX - 1 1 --- 2025-03-28 Xin Li New
[v4,02/19] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config Enable FRED with KVM VMX - 1 1 --- 2025-03-28 Xin Li New
[v4,01/19] KVM: VMX: Add support for the secondary VM exit controls Enable FRED with KVM VMX - - - --- 2025-03-28 Xin Li New
[v3,27/27] KVM: nVMX: Allow VMX FRED controls Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,26/27] KVM: nVMX: Add VMCS FRED states checking Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,25/27] KVM: nVMX: Add FRED VMCS fields Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,24/27] KVM: nVMX: Add a prerequisite to existence of VMCS fields Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,23/27] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,22/27] KVM: nVMX: Add support for the secondary VM exit controls Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,21/27] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,20/27] KVM: x86: Allow WRMSRNS to be advertised to guests Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,19/27] KVM: x86: Allow FRED/LKGS to be advertised to guests Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,18/27] KVM: VMX: Dump FRED context in dump_vmcs() Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,17/27] KVM: x86: Mark CR4.FRED as not reserved when guest can use FRED Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,16/27] KVM: VMX: Virtualize FRED nested exception tracking Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,15/27] KVM: VMX: Virtualize FRED event_data Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,14/27] KVM: VMX: Pass XFD_ERR as pseudo-payload when injecting #NM Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,13/27] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,12/27] KVM: VMX: Add support for FRED context save/restore Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,11/27] KVM: VMX: Save/restore guest FRED RSP0 Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,10/27] KVM: VMX: Set FRED MSR interception Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,09/27] KVM: VMX: Do not use MAX_POSSIBLE_PASSTHROUGH_MSRS in array definition Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,08/27] KVM: x86: Use KVM-governed feature framework to track "FRED enabled" Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,07/27] KVM: VMX: Initialize VMCS FRED fields Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,06/27] x86/cea: Export per CPU variable cea_exception_stacks Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,05/27] KVM: VMX: Disable FRED if FRED consistency checks fail Enable FRED with KVM VMX - 1 1 --- 2024-10-01 Xin Li New
[v3,04/27] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config Enable FRED with KVM VMX - 1 1 --- 2024-10-01 Xin Li New
[v3,03/27] KVM: VMX: Add support for the secondary VM exit controls Enable FRED with KVM VMX - 1 1 --- 2024-10-01 Xin Li New
[v3,02/27] KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1 Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,01/27] KVM: x86: Use a dedicated flow for queueing re-injected exceptions Enable FRED with KVM VMX - - 1 --- 2024-10-01 Xin Li New
[v3,2/2] KVM: VMX: Cleanup VMX misc information defines and usages [v3,1/2] KVM: VMX: Cleanup VMX basic information defines and usages - - - --- 2023-10-30 Xin Li New
[v3,1/2] KVM: VMX: Cleanup VMX basic information defines and usages [v3,1/2] KVM: VMX: Cleanup VMX basic information defines and usages - - 1 --- 2023-10-30 Xin Li New
Run user level code in guest in a new KVM selftest Run user level code in guest in a new KVM selftest - - - --- 2023-10-26 Xin Li New
[v2,2/2] KVM: VMX: Cleanup VMX misc information defines and usages [v2,1/2] KVM: VMX: Cleanup VMX basic information defines and usages - - - --- 2023-10-26 Xin Li New
[v2,1/2] KVM: VMX: Cleanup VMX basic information defines and usages [v2,1/2] KVM: VMX: Cleanup VMX basic information defines and usages - - 1 --- 2023-10-26 Xin Li New
[1/1] KVM: VMX: Cleanup VMX basic information defines and usages [1/1] KVM: VMX: Cleanup VMX basic information defines and usages - - 1 --- 2023-09-27 Xin Li New