Show patches with: Submitter = Maxim Levitsky       |    State = Action Required       |    Archived = No       |   58 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/14] KVM: x86: nSVM: restore int_vector in svm_clear_vintr nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[02/14] KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0 nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[03/14] KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[04/14] KVM: x86: nSVM: don't copy pause related settings nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[05/14] KVM: x86: nSVM: don't copy virt_ext from vmcb12 nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[06/14] KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[07/14] KVM: x86: SVM: add warning for CVE-2021-3656 nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[08/14] KVM: x86: SVM: add module param to control LBR virtualization nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[09/14] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[10/14] KVM: x86: nSVM: implement nested LBR virtualization nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[11/14] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[12/14] KVM: x86: SVM: add module param to control TSC scaling nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[13/14] KVM: x86: nSVM: implement nested TSC scaling nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[14/14] KVM: x86: nSVM: support PAUSE filter threshold and count nSVM fixes and optional features - - - --- 2021-09-14 Maxim Levitsky New
[3/9] KVM: x86: add kvm_leave_nested 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
[8/9] KVM: selftests: add svm part to triple_fault_test nSVM: Security and correctness fixes - - - --- 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
[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
[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,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,05/23] KVM: allow compiling out SMM support 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,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,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,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,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,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,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,23/23] KVM: x86: smm: preserve interrupt shadow in SMRAM SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
[v2,1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE RFC: Precise TSC migration - - - --- 2020-12-03 Maxim Levitsky New
[v2,1/6] KVM: x86: SVM: add module param to control LBR virtualization nSVM optional features - - - --- 2021-11-01 Maxim Levitsky New
[v2,2/3] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS RFC: Precise TSC migration - - - --- 2020-12-03 Maxim Levitsky New
[v2,2/6] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running nSVM optional features - - - --- 2021-11-01 Maxim Levitsky New
[v2,3/3] kvm/selftests: update tsc_msrs_test to cover KVM_X86_QUIRK_TSC_HOST_ACCESS RFC: Precise TSC migration - - - --- 2020-12-03 Maxim Levitsky New
[v2,3/6] KVM: x86: nSVM: implement nested LBR virtualization nSVM optional features - - - --- 2021-11-01 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,4/6] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE nSVM optional features - - - --- 2021-11-01 Maxim Levitsky New
[v2,5/6] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on nSVM optional features - - - --- 2021-11-01 Maxim Levitsky New
[v2,6/6] KVM: x86: SVM: implement nested vGIF nSVM optional features - - - --- 2021-11-01 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
[v3,1/6] KVM: SVM: split svm_handle_invalid_exit KVM: my debug patch queue - - - --- 2021-08-11 Maxim Levitsky New
[v3,2/6] KVM: x86: add force_intercept_exceptions_mask KVM: my debug patch queue - - - --- 2021-08-11 Maxim Levitsky New
[v3,3/6] KVM: SVM: implement force_intercept_exceptions_mask KVM: my debug patch queue - - - --- 2021-08-11 Maxim Levitsky New
[v3,4/6] scripts/gdb: rework lx-symbols gdb script KVM: my debug patch queue - - - --- 2021-08-11 Maxim Levitsky New
[v3,5/6] KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ KVM: my debug patch queue - - - --- 2021-08-11 Maxim Levitsky New
[v3,6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ KVM: my debug patch queue - - - --- 2021-08-11 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
[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,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,05/23] KVM: allow compiling out SMM support 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,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,12/23] KVM: x86: emulator: update the emulation mode after rsm 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,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,17/23] KVM: x86: smm: use smram structs in the common code SMM emulation and interrupt shadow fixes - - - --- 2022-10-25 Maxim Levitsky New
KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs - - - --- 2024-03-15 Maxim Levitsky New