kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 03:21:07 to 2019-04-23 08:57:39 UTC [more...]

[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
 2019-04-23  8:57 UTC  (4+ messages)

[RFC] Question about enable doorbell irq and halt_poll process
 2019-04-23  7:44 UTC  (6+ messages)

[PATCH v10 0/5] Add ARMv8.3 pointer authentication for kvm guest
 2019-04-23  4:42 UTC  (12+ messages)
` [PATCH v10 1/5] KVM: arm64: Add a vcpu flag to control ptrauth for guest
` [PATCH v10 2/5] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v10 3/5] KVM: arm64: Add userspace flag to enable pointer authentication
` [PATCH v10 4/5] KVM: arm64: Add capability to advertise ptrauth for guest
` [kvmtool PATCH v10 5/5] KVM: arm/arm64: Add a vcpu feature for pointer authentication

[PATCH AUTOSEL 4.14 09/43] KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
 2019-04-22 19:46 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 18/68] KVM: arm64: Reset the PMU in preemptible context
 2019-04-22 19:44 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 19/68] KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
` [PATCH AUTOSEL 4.19 20/68] KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots

[PATCH AUTOSEL 5.0 25/98] KVM: arm64: Reset the PMU in preemptible context
 2019-04-22 19:41 UTC  (12+ messages)
` [PATCH AUTOSEL 5.0 26/98] arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled
` [PATCH AUTOSEL 5.0 27/98] KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
` [PATCH AUTOSEL 5.0 28/98] KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
` [PATCH AUTOSEL 5.0 29/98] KVM: arm/arm64: Enforce PTE mappings at stage2 when needed
` [PATCH AUTOSEL 5.0 36/98] KVM: arm/arm64: Fix handling of stage2 huge mappings

[PATCH v2 00/14] KVM: arm64: SVE cleanups
 2019-04-18 16:07 UTC  (29+ messages)
` [PATCH v2 01/14] arm64/sve: Clarify vq map semantics
` [PATCH v2 02/14] KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
` [PATCH v2 03/14] KVM: arm: Make vcpu finalization stubs into inline functions
` [PATCH v2 04/14] KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
` [PATCH v2 05/14] KVM: arm64/sve: Clean up UAPI register ID definitions
` [PATCH v2 06/14] KVM: arm64/sve: Miscellaneous tidyups in guest.c
` [PATCH v2 07/14] KVM: arm64/sve: Make register ioctl access errors more consistent
` [PATCH v2 08/14] KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
` [PATCH v2 09/14] KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
` [PATCH v2 10/14] KVM: arm64/sve: Explain validity checks in set_sve_vls()
` [PATCH v2 11/14] KVM: arm/arm64: Clean up vcpu finalization function parameter naming
` [PATCH v2 12/14] KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZE
` [PATCH v2 13/14] KVM: Clarify KVM_{SET, GET}_ONE_REG error code documentation
` [PATCH v2 14/14] KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDs

[PATCH v9 0/5] Add ARMv8.3 pointer authentication for kvm guest
 2019-04-18  8:48 UTC  (50+ messages)
` [PATCH v9 1/5] KVM: arm64: Add a vcpu flag to control ptrauth for guest
` [PATCH v9 2/5] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v9 3/5] KVM: arm64: Add userspace flag to enable pointer authentication
` [PATCH v9 4/5] KVM: arm64: Add capability to advertise ptrauth for guest
` [kvmtool PATCH v9 5/5] KVM: arm/arm64: Add a vcpu feature for pointer authentication

[PATCH 00/14] KVM: arm64: SVE cleanups
 2019-04-17 14:01 UTC  (59+ messages)
` [PATCH 01/14] arm64/sve: Clarify vq map semantics
` [PATCH 02/14] KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
` [PATCH 03/14] KVM: arm: Make vcpu finalization stubs into inline functions
` [PATCH 04/14] KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
` [PATCH 05/14] KVM: arm64/sve: Clean up UAPI register ID definitions
` [PATCH 06/14] KVM: arm64/sve: Miscellaneous tidyups in guest.c
` [PATCH 07/14] KVM: arm64/sve: Make register ioctl access errors more consistent
` [PATCH 08/14] KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
` [PATCH 09/14] KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
` [PATCH 10/14] KVM: arm64/sve: Explain validity checks in set_sve_vls()
` [PATCH 11/14] KVM: arm/arm64: Clean up vcpu finalization function parameter naming
` [PATCH 12/14] KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZE
` [PATCH 13/14] KVM: Clarify KVM_{SET, GET}_ONE_REG error code documentation
  ` [PATCH 13/14] KVM: Clarify KVM_{SET,GET}_ONE_REG "
` [PATCH 14/14] KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDs

[PATCH v4 0/6] KVM: arm/arm64: add support for chained counters
 2019-04-15 15:08 UTC  (4+ messages)
` [PATCH v4 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH v5 0/3] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-04-15 14:06 UTC  (14+ messages)
` [PATCH v5 1/3] arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
` [PATCH v5 2/3] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v5 3/3] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH v13 0/8] arm64: Support perf event modifiers :G and :H
 2019-04-15 14:05 UTC  (13+ messages)
` [PATCH v13 5/8] arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
` [PATCH v13 6/8] arm64: KVM: Enable VHE "
` [PATCH v13 7/8] arm64: KVM: avoid isb's by using direct pmxevtyper sysreg
` [PATCH v13 8/8] arm64: docs: document perf event attributes

[PATCH v4 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-04-15 12:34 UTC  (9+ messages)
` [PATCH v4 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v4 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH v2] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
 2019-04-12  9:34 UTC  (7+ messages)
` [PATCH 0/2] kvm: arm: Unify stage2 mapping for THP backed memory
  ` [PATCH 2/2] kvm: arm: Unify handling THP backed host memory


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).