kvmarm
Thread
Date
Earlier messages
Later messages
Messages by Date
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Peter Xu
2022/11/07
Re: [External] Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check
Usama Arif
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/07
Re: [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/07
Re: [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/07
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/07
[PATCH v3 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
Marc Zyngier
2022/11/07
[PATCH v3 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
Marc Zyngier
2022/11/07
[PATCH v3 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace
Marc Zyngier
2022/11/07
[PATCH v3 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Marc Zyngier
2022/11/07
[PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Marc Zyngier
2022/11/07
[PATCH v3 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
Marc Zyngier
2022/11/07
[PATCH v3 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
Marc Zyngier
2022/11/07
[PATCH v3 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
Marc Zyngier
2022/11/07
[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
Marc Zyngier
2022/11/07
[PATCH v3 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Marc Zyngier
2022/11/07
[PATCH v3 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
Marc Zyngier
2022/11/07
[PATCH v3 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
Marc Zyngier
2022/11/07
[PATCH v3 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value
Marc Zyngier
2022/11/07
[PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
Marc Zyngier
2022/11/07
[PATCH v3 05/14] KVM: arm64: PMU: Narrow the overflow checking when required
Marc Zyngier
2022/11/06
Re: [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Anup Patel
2022/11/06
Re: [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Anup Patel
2022/11/06
Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Anup Patel
2022/11/06
Re: [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Anup Patel
2022/11/06
Re: [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Anup Patel
2022/11/06
Re: [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Anup Patel
2022/11/06
Re: [PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022/11/06
Re: [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Peter Xu
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/06
Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check
Marc Zyngier
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Peter Xu
2022/11/06
Re: [PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
2022/11/06
Re: [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
Marc Zyngier
2022/11/06
Re: [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Marc Zyngier
2022/11/06
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Marc Zyngier
2022/11/05
Re: [PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat
Marc Zyngier
2022/11/05
Re: [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Marc Zyngier
2022/11/05
[PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat
Leo Yan
2022/11/05
[PATCH v1 2/3] KVM: arm64: Add trace events with field 'vcpu_id'
Leo Yan
2022/11/05
[PATCH v1 1/3] KVM: arm64: Dynamically register callback for tracepoints
Leo Yan
2022/11/05
[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID
Leo Yan
2022/11/04
Re: [PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
Gavin Shan
2022/11/04
[PATCH v8 7/7] KVM: selftests: Automate choosing dirty ring size in dirty_log_test
Gavin Shan
2022/11/04
[PATCH v8 6/7] KVM: selftests: Clear dirty ring states between two modes in dirty_log_test
Gavin Shan
2022/11/04
[PATCH v8 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
Gavin Shan
2022/11/04
[PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022/11/04
[PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/04
[PATCH v8 1/7] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
Gavin Shan
2022/11/04
[PATCH v8 2/7] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
Gavin Shan
2022/11/04
[PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022/11/04
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Oliver Upton
2022/11/04
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/04
Re: [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Oliver Upton
2022/11/04
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
2022/11/04
Re: [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
2022/11/04
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Oliver Upton
2022/11/04
Re: [PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
Peter Collingbourne
2022/11/04
Re: [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
2022/11/04
Re: [PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
Marc Zyngier
2022/11/04
[PATCH v3 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
Rob Herring
2022/11/04
[PATCH v3 7/8] perf: Add perf_event_attr::config3
Rob Herring
2022/11/04
[PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering
Rob Herring
2022/11/04
[PATCH v3 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
Rob Herring
2022/11/04
[PATCH v3 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
Rob Herring
2022/11/04
[PATCH v3 2/8] arm64: Drop SYS_ from SPE register defines
Rob Herring
2022/11/04
[PATCH v3 0/8] perf: Arm SPEv1.2 support
Rob Herring
2022/11/04
[PATCH v3 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
Rob Herring
2022/11/04
[PATCH v3 3/8] arm64/sysreg: Convert SPE registers to automatic generation
Rob Herring
2022/11/04
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Reiji Watanabe
2022/11/04
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022/11/04
Re: [PATCH v2 0/7] perf: Arm SPEv1.2 support
Rob Herring
2022/11/04
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Marc Zyngier
2022/11/04
Re: [PATCH] kvm/arm: Fix pvtime documentation
Bagas Sanjaya
2022/11/04
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
2022/11/04
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
2022/11/04
Re: [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Yuan Yao
2022/11/04
Re: [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Chao Gao
2022/11/04
Re: [PATCH v2 0/7] perf: Arm SPEv1.2 support
James Clark
2022/11/04
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
2022/11/04
Re: [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Yuan Yao
2022/11/04
Re: [PATCH] kvm/arm: Fix pvtime documentation
Marc Zyngier
2022/11/04
Re: [PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock
Steven Price
2022/11/04
Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check
Marc Zyngier
2022/11/04
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
2022/11/04
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
2022/11/04
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Reiji Watanabe
2022/11/03
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/03
Re: [External] Re: [RFC 5/6] KVM: arm64: Support the VCPU preemption check
Usama Arif
2022/11/03
[v2 6/6] KVM: selftests: add tests for PV time specific hypercall
Usama Arif
2022/11/03
[v2 5/6] KVM: arm64: Support the VCPU preemption check
Usama Arif
2022/11/03
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
Usama Arif
2022/11/03
[v2 4/6] KVM: arm64: Provide VCPU attributes for PV lock
Usama Arif
2022/11/03
[v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
Usama Arif
2022/11/03
[v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
Usama Arif
2022/11/03
[v2 1/6] KVM: arm64: Document PV-lock interface
Usama Arif
2022/11/03
[PATCH] arm64: paravirt: remove conduit check in has_pv_steal_clock
Usama Arif
2022/11/03
Re: [PATCH] kvm/arm: Fix pvtime documentation
Bagas Sanjaya
2022/11/03
[PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
Peter Collingbourne
2022/11/03
[PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
Peter Collingbourne
2022/11/03
[PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE
Peter Collingbourne
2022/11/03
[PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
Peter Collingbourne
2022/11/03
[PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation
Peter Collingbourne
2022/11/03
[PATCH v5 4/8] mm: Add PG_arch_3 page flag
Peter Collingbourne
2022/11/03
[PATCH v5 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics
Peter Collingbourne
2022/11/03
[PATCH v5 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures
Peter Collingbourne
2022/11/03
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
Peter Collingbourne
2022/11/03
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Oliver Upton
2022/11/03
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022/11/03
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Oliver Upton
2022/11/03
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
2022/11/03
Re: [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022/11/03
Re: [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Ricardo Koller
2022/11/03
Re: [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
Peter Xu
2022/11/03
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022/11/03
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
2022/11/03
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022/11/03
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
2022/11/03
Re: [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
2022/11/03
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
2022/11/03
Re: [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
2022/11/03
Re: [External] Re: [RFC 1/6] KVM: arm64: Document PV-lock interface
Bagas Sanjaya
2022/11/03
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Christian Borntraeger
2022/11/03
Re: [PATCH] kvm/arm: Fix pvtime documentation
Bagas Sanjaya
2022/11/03
Re: [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Philippe Mathieu-Daudé
2022/11/03
Re: [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Philippe Mathieu-Daudé
2022/11/03
Re: [RFC 1/6] KVM: arm64: Document PV-lock interface
Bagas Sanjaya
2022/11/03
Re: [PATCH] kvm/arm: Fix pvtime documentation
Marc Zyngier
2022/11/03
Re: [PATCH] kvm/arm: Fix pvtime documentation
Marc Zyngier
2022/11/03
Re: [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
2022/11/03
Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
2022/11/03
Re: [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Paolo Bonzini
2022/11/03
Re: [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
2022/11/03
Re: [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
2022/11/03
[PATCH v1 1/2] KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.
Ryan Roberts
2022/11/03
[PATCH v1 2/2] KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.
Ryan Roberts
2022/11/03
[PATCH v1 0/2] KVM fixes for exotic configurations
Ryan Roberts
2022/11/03
Re: [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Reiji Watanabe
2022/11/03
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
2022/11/03
Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
2022/11/03
Re: [PATCH] kvm/arm: Fix pvtime documentation
Steven Price
2022/11/03
Re: [RFC 5/6] KVM: arm64: Support the VCPU preemption check
Steven Price
2022/11/03
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
2022/11/03
Re: [External] Re: [RFC 1/6] KVM: arm64: Document PV-lock interface
Usama Arif
2022/11/03
[PATCH] kvm/arm: Fix pvtime documentation
Usama Arif
2022/11/03
Re: [PATCH] KVM: arm64: Update comment of create_hyp_mappings
Marc Zyngier
2022/11/03
Re: [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Cornelia Huck
2022/11/03
Re: [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
2022/11/03
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Marc Zyngier
2022/11/03
[PATCH v4 14/14] KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
2022/11/03
[PATCH v4 13/14] KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
2022/11/03
[PATCH v4 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
2022/11/03
[PATCH v4 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
Oliver Upton
2022/11/03
[PATCH v4 10/14] KVM: arm64: Split init and set for table PTE
Oliver Upton
2022/11/03
[PATCH v4 08/14] KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
2022/11/03
[PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022/11/03
[PATCH v4 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
2022/11/03
[PATCH v4 06/14] KVM: arm64: Use an opaque type for pteps
Oliver Upton
2022/11/03
[PATCH v4 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
2022/11/03
[PATCH v4 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
Oliver Upton
2022/11/03
[PATCH v4 03/14] KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
2022/11/03
[PATCH v4 01/14] KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
2022/11/03
[PATCH v4 02/14] KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
2022/11/03
[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling
Oliver Upton
2022/11/03
Re: [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Marc Zyngier
2022/11/02
Re: [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Reiji Watanabe
2022/11/02
Re: [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Reiji Watanabe
2022/11/02
Re: [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
Gavin Shan
2022/11/02
[PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
2022/11/02
[PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
2022/11/02
[PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
2022/11/02
[PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
2022/11/02
[PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
2022/11/02
[PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
2022/11/02
[PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
2022/11/02
[PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
2022/11/02
[PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
2022/11/02
[PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022/11/02
[PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
2022/11/02
[PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
2022/11/02
[PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
2022/11/02
[PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
2022/11/02
[PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
2022/11/02
[PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022/11/02
[PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
2022/11/02
[PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
2022/11/02
[PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022/11/02
[PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
2022/11/02
[PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
Earlier messages
Later messages