Messages by Thread
-
-
[PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock
Usama Arif
-
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
Peter Collingbourne
-
[PATCH v1 0/2] KVM fixes for exotic configurations
Ryan Roberts
-
[PATCH] kvm/arm: Fix pvtime documentation
Usama Arif
-
Re: [PATCH] KVM: arm64: Update comment of create_hyp_mappings
Marc Zyngier
-
[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling
Oliver Upton
-
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
-
[PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
-
[PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
-
Re: [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Chao Gao
-
Re: [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
-
[PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
-
Re: [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Eric Farman
-
[PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
-
[PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
-
Re: [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Cornelia Huck
-
Re: [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Eric Farman
-
[PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
-
Re: [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Yuan Yao
-
Re: [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
-
[PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
-
Re: [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Yuan Yao
-
[PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
-
Re: [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Anup Patel
-
Re: [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Eric Farman
-
[PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
-
Re: [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Eric Farman
-
[PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
-
[PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
-
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
-
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
-
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
-
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
-
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
-
[PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
-
Re: [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Huang, Kai
-
Re: [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
-
[PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
-
[PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
-
[PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
-
Re: [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Philippe Mathieu-Daudé
-
Re: [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
-
[PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
-
[PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
-
[PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
Sean Christopherson
-
[PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
-
[PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
-
Re: [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Philippe Mathieu-Daudé
-
Re: [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Anup Patel
-
[PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
-
Re: [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Philippe Mathieu-Daudé
-
[PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
-
Re: [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Philippe Mathieu-Daudé
-
[PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
-
Re: [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Anup Patel
-
[PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
-
Re: [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Eric Farman
-
[PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
-
[PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
-
Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Philippe Mathieu-Daudé
-
Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Anup Patel
-
Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Eric Farman
-
[PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
-
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
-
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
-
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Philippe Mathieu-Daudé
-
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Eric Farman
-
[PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
-
[PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
-
Re: [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Philippe Mathieu-Daudé
-
Re: [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Anup Patel
-
Re: [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Eric Farman
-
[PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
-
[PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
-
[PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
-
[PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Huang, Kai
-
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
-
[PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
-
[PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
-
Re: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
-
Re: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
-
Re: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
-
Re: [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
-
[PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
-
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
-
[PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
-
Re: [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
-
[PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
-
Re: [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Paolo Bonzini
-
Re: [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
-
[PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
-
Re: [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Robert Hoo
-
Re: [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
-
[PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
-
[PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
-
[PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
-
Re: [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Anup Patel
-
[PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
-
[PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Christian Borntraeger
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
-
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
-
[PATCH 25/30] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
Christophe JAILLET
-
[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
Usama Arif
-
[GIT PULL] KVM/arm64 fixes for 6.1, take #3
Marc Zyngier
-
[PATCH 5.10 87/91] arm64/mm: Fix __enable_mmu() for new TGRAN range values
Greg Kroah-Hartman
-
Patch "arm64/mm: Fix __enable_mmu() for new TGRAN range values" has been added to the 5.10-stable tree
gregkh
-
[PATCH 5.10 0/2] arm64: backport two patches to 5.10-stable
Zenghui Yu