November 2022 Archives by date
Starting: Tue Nov 1 03:37:11 PDT 2022
Ending: Wed Nov 30 21:21:31 PST 2022
Messages: 257
- [PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
Andrew Jones
- [PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
Andrew Jones
- [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
Andrew Jones
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
Andrew Jones
- [RFC 8/9] RISC-V: KVM: Implement perf support
Andrew Jones
- [RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
Andrew Jones
- [PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Andrew Jones
- [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
- [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
- [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
- [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
Sean Christopherson
- [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
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
- [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
- [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
- [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
- [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
- [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
- [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
- [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
- [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [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 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [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
- [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
- [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
- [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
- [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
- [PATCH 9/9] RISC-V: Use Zicboz in memset when available
Palmer Dabbelt
- [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()
Philippe Mathieu-Daudé
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Philippe Mathieu-Daudé
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Philippe Mathieu-Daudé
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Philippe Mathieu-Daudé
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Philippe Mathieu-Daudé
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Philippe Mathieu-Daudé
- [PATCH 9/9] RISC-V: Use Zicboz in memset when available
Andrew Jones
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Christian Borntraeger
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Cornelia Huck
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Paolo Bonzini
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Chao Gao
- [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Yuan Yao
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Yuan Yao
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH] RISC-V KVM: Add exit logic to main.c
XiakaiPan
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH] RISC-V KVM: Add exit logic to main.c
Andrew Jones
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Anup Patel
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Anup Patel
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Anup Patel
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Anup Patel
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Anup Patel
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Anup Patel
- [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
Anup Patel
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Eric Farman
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Eric Farman
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Eric Farman
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Eric Farman
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Eric Farman
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Eric Farman
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Eric Farman
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Eric Farman
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Andreas Schwab
- [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
Will Deacon
- [PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
Will Deacon
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Sergey Matyukevich
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Robert Hoo
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Sebastian Andrzej Siewior
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Conor.Dooley at microchip.com
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Conor.Dooley at microchip.com
- [PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
- [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
Conor Dooley
- [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Huang, Kai
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Huang, Kai
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
Chen Lifu
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
Andrew Jones
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
chenlifu
- [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
Atish Patra
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Atish Patra
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
Atish Patra
- [RFC 8/9] RISC-V: KVM: Implement perf support
Atish Patra
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [RFC 8/9] RISC-V: KVM: Implement perf support
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Anup Patel
- [PATCH 5/9] RISC-V: KVM: Provide UAPI for Zicboz block size
Anup Patel
- [PATCH 6/9] RISC-V: KVM: Expose Zicboz to the guest
Anup Patel
- [PATCH] RISC-V KVM: Add exit logic to main.c
Anup Patel
- [PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Anup Patel
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
- [PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Anup Patel
- [PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
Anup Patel
- [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
- [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
- [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Anup Patel
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
- [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Anup Patel
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Atish Patra
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Atish Patra
- [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
Atish Patra
- [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Atish Patra
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Atish Patra
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Atish Patra
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Atish Patra
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Atish Patra
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Andrew Jones
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Andrew Jones
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Andrew Jones
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Andrew Jones
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Andrew Jones
- [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Andrew Jones
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
- [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
- [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
- [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
- [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
- [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
- [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
- [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
Sean Christopherson
- [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
Sean Christopherson
- [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
Sean Christopherson
- [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
- [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
- [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
Sean Christopherson
- [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
- [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
- [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
- [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
- [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
- [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
- [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
- [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
- [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
- [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
- [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
- [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
- [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
- [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
- [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
- [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
- [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
Sean Christopherson
- [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
- [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
- [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
- [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
Sean Christopherson
- [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
Sean Christopherson
- [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
- [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
- [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
- [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
- [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
- [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
- [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
Michael Ellerman
Last message date:
Wed Nov 30 21:21:31 PST 2022
Archived on: Wed Nov 30 21:21:47 PST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).