Show patches with: Submitter = Maxim Levitsky       |    State = Action Required       |   655 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[kvm-unit-tests,v3,03/27] x86: add few helper functions for apic local timer kvm-unit-tests: set of fixes and new tests - - - --- 2022-11-22 Maxim Levitsky New
[kvm-unit-tests,v3,02/27] x86: introduce sti_nop() and sti_nop_cli() kvm-unit-tests: set of fixes and new tests - 1 - --- 2022-11-22 Maxim Levitsky New
[kvm-unit-tests,v3,01/27] x86: replace irq_{enable|disable}() with sti()/cli() kvm-unit-tests: set of fixes and new tests - 1 - --- 2022-11-22 Maxim Levitsky New
[13/13] KVM: SVM: Enable VNMI feature SVM: vNMI (with my fixes) - 1 - --- 2022-11-17 Maxim Levitsky New
[12/13] KVM: nSVM: emulate VMEXIT_INVALID case for nested VNMI SVM: vNMI (with my fixes) - 1 - --- 2022-11-17 Maxim Levitsky New
[11/13] KVM: nSVM: implement nested VNMI SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[10/13] KVM: SVM: Add VNMI support in inject_nmi SVM: vNMI (with my fixes) - 1 - --- 2022-11-17 Maxim Levitsky New
[09/13] KVM: SVM: allow NMI window with vNMI SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[08/13] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[06/13] KVM: SVM: Add VNMI bit definition SVM: vNMI (with my fixes) - 1 - --- 2022-11-17 Maxim Levitsky New
[05/13] x86/cpu: Add CPUID feature bit for VNMI SVM: vNMI (with my fixes) - 1 - --- 2022-11-17 Maxim Levitsky New
[04/13] KVM: nSVM: clean up copying of int_ctl fields back to vmcb01/vmcb12 SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[03/13] KVM: nSVM: rename nested_sync_control_from_vmcb02 to nested_sync_int_ctl_from_vmcb02 SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[02/13] KVM: nSVM: don't call nested_sync_control_from_vmcb02 on each VM exit SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[01/13] KVM: nSVM: don't sync back tlb_ctl on nested VM exit SVM: vNMI (with my fixes) - - - --- 2022-11-17 Maxim Levitsky New
[v2,9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,8/9] KVM: selftests: add svm part to triple_fault_test nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,7/9] KVM: x86: allow L1 to not intercept triple fault nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,6/9] kvm: selftests: add svm nested shutdown test nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,5/9] KVM: selftests: move idt_entry to header nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,4/9] KVM: x86: forcibly leave nested mode on vCPU reset nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,3/9] KVM: x86: add kvm_leave_nested nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[v2,1/9] KVM: x86: nSVM: leave nested mode on vCPU free nSVM: Security and correctness fixes - 1 - --- 2022-11-03 Maxim Levitsky New
[9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[8/9] KVM: selftests: add svm part to triple_fault_test nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[7/9] KVM: x86: allow L1 to not intercept triple fault nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[6/9] kvm: selftests: add svm nested shutdown test nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[5/9] KVM: selftests: move idt_entry to header nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[4/9] KVM: x86: forcibly leave nested mode on vCPU reset nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[3/9] KVM: x86: add kvm_leave_nested nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[1/9] KVM: x86: nSVM: leave nested mode on vCPU free nSVM: Security and correctness fixes - - - --- 2022-11-03 Maxim Levitsky New
[RESEND,v4,23/23] KVM: x86: smm: preserve interrupt shadow in SMRAM SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,22/23] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,21/23] KVM: x86: SVM: use smram structs SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,20/23] KVM: svm: drop explicit return value of kvm_vcpu_map SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,19/23] KVM: x86: smm: use smram struct for 64 bit smram load/restore SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,18/23] KVM: x86: smm: use smram struct for 32 bit smram load/restore SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,17/23] KVM: x86: smm: use smram structs in the common code SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,16/23] KVM: x86: smm: add structs for KVM's smram layout SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,15/23] KVM: x86: smm: check for failures on smm entry SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format SMM emulation and interrupt shadow fixes - 1 - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,13/23] KVM: x86: emulator: update the emulation mode after CR0 write SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,12/23] KVM: x86: emulator: update the emulation mode after rsm SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,09/23] bug: introduce ASSERT_STRUCT_OFFSET SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,07/23] KVM: x86: remove SMRAM address space if SMM is not supported SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,06/23] KVM: x86: compile out vendor-specific code if SMM is disabled SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,05/23] KVM: allow compiling out SMM support SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,04/23] KVM: x86: do not go through ctxt->ops when emulating rsm SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,03/23] KVM: x86: move SMM exit to a new file SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,02/23] KVM: x86: move SMM entry to a new file SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[RESEND,v4,01/23] KVM: x86: start moving SMM-related functions to new files SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,17/23] KVM: x86: smm: use smram structs in the common code SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,16/23] KVM: x86: smm: add structs for KVM's smram layout SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,15/23] KVM: x86: smm: check for failures on smm entry SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format SMM emulation and interrupt shadow fixes - 1 - --- 2022-10-25 Maxim Levitsky New
[v4,13/23] KVM: x86: emulator: update the emulation mode after CR0 write SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,12/23] KVM: x86: emulator: update the emulation mode after rsm SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,09/23] bug: introduce ASSERT_STRUCT_OFFSET SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,07/23] KVM: x86: remove SMRAM address space if SMM is not supported SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,06/23] KVM: x86: compile out vendor-specific code if SMM is disabled SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,05/23] KVM: allow compiling out SMM support SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,04/23] KVM: x86: do not go through ctxt->ops when emulating rsm SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,03/23] KVM: x86: move SMM exit to a new file SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,02/23] KVM: x86: move SMM entry to a new file SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v4,01/23] KVM: x86: start moving SMM-related functions to new files SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[kvm-unit-tests,16/16] add IPI loss stress test kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,15/16] svm: introduce svm_vcpu kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,14/16] svm: rewerite vm entry macros kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,13/16] svm: move vmcb_ident to svm_lib.c kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,12/16] svm: move setup_svm to svm_lib.c kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,11/16] svm: add svm_suported kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,10/16] svm: move some svm support functions into lib/x86/svm_lib.h kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,09/16] svm: move svm spec definitions to lib/x86/svm.h kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,08/16] svm: add nested shutdown test. kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,07/16] x86: Add a simple test for SYSENTER instruction. kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,06/16] x86: Add test for #SMI during interrupt window kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,05/16] svm: use apic_start_timer/apic_stop_timer instead of open coding it kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,04/16] svm: make svm_intr_intercept_mix_if/gif test a bit more robust kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,03/16] svm: use irq_enable instead of sti/nop kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,02/16] x86: add few helper functions for apic local timer kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[kvm-unit-tests,01/16] x86: make irq_enable avoid the interrupt shadow kvm-unit-tests: set of fixes and new tests - - - --- 2022-10-20 Maxim Levitsky New
[4/4] KVM: x86: forcibly leave nested mode on vCPU reset nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept - - - --- 2022-10-20 Maxim Levitsky New
[3/4] KVM: x86: add kvm_leave_nested nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept - - - --- 2022-10-20 Maxim Levitsky New
[2/4] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept - - - --- 2022-10-20 Maxim Levitsky New
[1/4] KVM: x86: nSVM: leave nested mode on vCPU free nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept - - - --- 2022-10-20 Maxim Levitsky New
[v3,13/13] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
[v3,12/13] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
[v3,11/13] KVM: x86: SVM: use smram structs SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
[v3,10/13] KVM: x86: emulator/smm: use smram struct for 64 bit smram load/restore SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
[v3,09/13] KVM: x86: emulator/smm: use smram struct for 32 bit smram load/restore SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
[v3,08/13] KVM: x86: emulator/smm: use smram structs in the common code SMM emulation and interrupt shadow fixes - - - --- 2022-08-03 Maxim Levitsky New
« 1 2 3 46 7 »