Show patches with: Submitter = Uros Bizjak       |    State = Action Required       |   59 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] asm-generic/atomic: Add try_cmpxchg64() instrumentation x86/KVM/VMX: Introduce and use try_cmpxchg64() - - - --- 2020-12-15 Uros Bizjak New
[1/3] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode [1/3] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode - - - --- 2018-10-11 Uros Bizjak New
[2/3] KVM/x86: Use assembly instruction mnemonics instead of .byte streams [1/3] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode - - - --- 2018-10-11 Uros Bizjak New
[2/3] locking/atomic/x86: Introduce arch_try_cmpxchg64() x86/KVM/VMX: Introduce and use try_cmpxchg64() - - - --- 2020-12-15 Uros Bizjak New
[3/3] KVM/VMX: Use try_cmpxchg64() in posted_intr.c x86/KVM/VMX: Introduce and use try_cmpxchg64() - 1 - --- 2020-12-15 Uros Bizjak New
[3/3] KVM/x86: Use 32bit xor to clear register [1/3] KVM/x86: Fix invvpid and invept register operand size in 64-bit mode - - - --- 2018-10-11 Uros Bizjak New
[RESEND] x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32 [RESEND] x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32 - 1 - --- 2022-06-28 Uros Bizjak New
[RFC] KVM: SVM: Use do_machine_check to pass MCE to the host [RFC] KVM: SVM: Use do_machine_check to pass MCE to the host - - - --- 2020-04-11 Uros Bizjak New
[RFC/RFT] Introduce try_cmpxchg64 and use it in vmx/posted_intr.c [RFC/RFT] Introduce try_cmpxchg64 and use it in vmx/posted_intr.c - - - --- 2022-02-02 Uros Bizjak New
[v2,2/3] locking/atomic/x86: Introduce arch_try_cmpxchg64() Untitled series #402739 - - - --- 2020-12-16 Uros Bizjak New
[v2] KVM: VMX: Fix operand constraint of PUSH instructions [v2] KVM: VMX: Fix operand constraint of PUSH instructions - - - --- 2020-05-07 Uros Bizjak New
[v2] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly [v2] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly - - - --- 2020-04-26 Uros Bizjak New
[v2] KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter [v2] KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter - 1 - --- 2020-04-06 Uros Bizjak New
[v2] KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction [v2] KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction - 1 - --- 2020-04-27 Uros Bizjak New
[v2] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control [v2] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control - - - --- 2022-05-20 Uros Bizjak New
[v2] KVM/x86: Move definition of __ex to x86.h [v2] KVM/x86: Move definition of __ex to x86.h - 1 - --- 2020-12-20 Uros Bizjak New
[v3] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly [v3] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly - - - --- 2020-05-03 Uros Bizjak New
[v3] KVM/x86: Move definition of __ex to x86.h [v3] KVM/x86: Move definition of __ex to x86.h - 2 - --- 2020-12-21 Uros Bizjak New
[v4] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly [v4] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly - - - --- 2020-05-03 Uros Bizjak New
[v5] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly [v5] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly - - - --- 2020-05-04 Uros Bizjak New
KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting - - - --- 2023-10-31 Uros Bizjak New
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD - - - --- 2020-04-14 Uros Bizjak New
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run KVM: SVM: Do not setup frame pointer in __svm_vcpu_run - - - --- 2020-04-09 Uros Bizjak New
KVM: SVM: Fix __svm_vcpu_run declaration. KVM: SVM: Fix __svm_vcpu_run declaration. - - - --- 2020-04-09 Uros Bizjak New
KVM: SVM: Split svm_vcpu_run inline assembly to a separate file. KVM: SVM: Split svm_vcpu_run inline assembly to a separate file. - - - --- 2020-03-31 Uros Bizjak New
KVM: SVM/VMX: Use %rax instead of %__ASM_AX within CONFIG_X86_64 KVM: SVM/VMX: Use %rax instead of %__ASM_AX within CONFIG_X86_64 - - - --- 2021-05-12 Uros Bizjak New
KVM: VMX: access regs array in vmenter.S in its natural order KVM: VMX: access regs array in vmenter.S in its natural order - - - --- 2020-03-10 Uros Bizjak New
KVM: VMX: Enable machine check support for 32bit targets KVM: VMX: Enable machine check support for 32bit targets - - - --- 2020-04-14 Uros Bizjak New
KVM: VMX: Fix operand constraint of PUSH instructions KVM: VMX: Fix operand constraint of PUSH instructions - - - --- 2020-05-04 Uros Bizjak New
KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly - - - --- 2020-04-17 Uros Bizjak New
KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter - 1 - --- 2020-04-06 Uros Bizjak New
KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction - 1 - --- 2020-04-26 Uros Bizjak New
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 - - - --- 2019-06-02 Uros Bizjak New
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control KVM: VMX: Use try_cmpxchg64 in pi_try_set_control - - - --- 2022-05-18 Uros Bizjak New
KVM: x86: Improve exception safe wrappers in emulate.c KVM: x86: Improve exception safe wrappers in emulate.c - - - --- 2021-09-17 Uros Bizjak New
KVM: x86: Move definition of __ex to kvm_host.h KVM: x86: Move definition of __ex to kvm_host.h - - - --- 2020-05-08 Uros Bizjak New
KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h - - - --- 2020-06-23 Uros Bizjak New
KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h - - - --- 2020-05-08 Uros Bizjak New
KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic - - - --- 2023-04-25 Uros Bizjak New
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte - - - --- 2022-05-20 Uros Bizjak New
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic - 1 - --- 2022-05-18 Uros Bizjak New
KVM/nVMX: Move nested_vmx_check_vmentry_hw inline assembly to vmenter.S KVM/nVMX: Move nested_vmx_check_vmentry_hw inline assembly to vmenter.S - - - --- 2020-10-07 Uros Bizjak New
KVM/nVMX: Remove uneeded forward jump in nested_vmx_check_vmentry_hw asm KVM/nVMX: Remove uneeded forward jump in nested_vmx_check_vmentry_hw asm - 2 - --- 2018-10-22 Uros Bizjak New
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw - - - --- 2020-12-17 Uros Bizjak New
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw - - - --- 2020-10-29 Uros Bizjak New
KVM/SVM: Move vmenter.S exception fixups out of line KVM/SVM: Move vmenter.S exception fixups out of line - - - --- 2021-02-26 Uros Bizjak New
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c - - - --- 2020-12-20 Uros Bizjak New
KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run - - - --- 2022-08-16 Uros Bizjak New
KVM/VMX: Do not declare vmread_error asmlinkage KVM/VMX: Do not declare vmread_error asmlinkage - - - --- 2022-08-17 Uros Bizjak New
KVM/VMX: Do not setup frame pointer in __vmx_vcpu_run KVM/VMX: Do not setup frame pointer in __vmx_vcpu_run - - - --- 2019-02-25 Uros Bizjak New
KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S - - - --- 2020-10-29 Uros Bizjak New
KVM/VMX/SVM: Move kvm_machine_check function to x86.h KVM/VMX/SVM: Move kvm_machine_check function to x86.h - - - --- 2020-10-29 Uros Bizjak New
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode KVM/x86: Fix invvpid and invept register operand size in 64-bit mode - - - --- 2018-10-10 Uros Bizjak New
KVM/x86: Move definition of __ex to x86.h KVM/x86: Move definition of __ex to x86.h - 1 - --- 2020-12-18 Uros Bizjak New
KVM/x86: Use 32bit xor to clear registers in svm.c KVM/x86: Use 32bit xor to clear registers in svm.c - - - --- 2018-10-17 Uros Bizjak New
KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c - - - --- 2018-06-28 Uros Bizjak New
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams - - - --- 2018-11-26 Uros Bizjak New
locking/atomic/x86: Introduce try_cmpxchg64 locking/atomic/x86: Introduce try_cmpxchg64 - - - --- 2022-05-10 Uros Bizjak New
x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32 x86/uaccess: Improve __try_cmpxchg64_user_asm for x86_32 - 1 - --- 2022-05-15 Uros Bizjak New