kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-01 16:20:14 to 2019-05-23 10:35:52 UTC [more...]

[PATCH 00/15] arm64: KVM: add SPE profiling support for guest
 2019-05-23 10:34 UTC  (10+ messages)
` [PATCH v2 01/15] KVM: arm64: add {read, write}_sysreg_elx_s versions for new registers
` [PATCH v2 02/15] dt-bindings: ARM SPE: highlight the need for PPI partitions on heterogeneous systems
` [PATCH v2 03/15] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 04/15] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 05/15] arm64: KVM: add access handler for SPE system registers
` [PATCH v2 06/15] arm64: KVM/VHE: enable the use PMSCR_EL12 on VHE systems
` [PATCH v2 07/15] arm64: KVM: split debug save restore across vm/traps activation
` [PATCH v2 08/15] arm64: KVM/debug: drop pmscr_el1 and use sys_regs[PMSCR_EL1] in kvm_cpu_context
` [PATCH v2 09/15] arm64: KVM: add support to save/restore SPE profiling buffer controls

[PATCH v2 0/2] Move __hyp_text code under no-asan Makefiles
 2019-05-22 17:47 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
` [PATCH v2 2/2] KVM: arm/arm64: Move cc/it checks "

[PATCH v8 0/6] KVM: arm/arm64: add support for chained counters
 2019-05-22 16:26 UTC  (9+ messages)
` [PATCH v8 1/6] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v8 2/6] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v8 3/6] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v8 4/6] arm64: perf: extract chain helper into header
` [PATCH v8 5/6] KVM: arm/arm64: remove pmc->bitmask
` [PATCH v8 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH v7 0/5] KVM: arm/arm64: add support for chained counters
 2019-05-22 13:48 UTC  (13+ messages)
` [PATCH v7 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v7 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v7 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v7 4/5] arm64: perf: extract chain helper into header
` [PATCH v7 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH 0/2] Move __hyp_text code under no-asan Makefiles
 2019-05-21 17:36 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
` [PATCH 2/2] KVM: arm/arm64: Move cc/it checks "

[PATCH v5 0/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-05-21 17:21 UTC  (4+ messages)
` [PATCH v5 1/3] arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()
` [PATCH v5 2/3] arch/arm64: fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it
` [PATCH v5 3/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state

[PATCH] KVM: ARM64: Update perf event when setting PMU count value
 2019-05-21 16:44 UTC  (2+ messages)

[PATCH v6 0/5] KVM: arm/arm64: add support for chained counters
 2019-05-21 15:47 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v6 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v6 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v6 4/5] arm64: perf: extract chain helper into header
` [PATCH v6 5/5] KVM: arm/arm64: support chained PMU counters

[PATCH] MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer
 2019-05-21 13:25 UTC 

[RFC PATCH] KVM: arm/arm64: Enable direct irqfd MSI injection
 2019-05-20 18:00 UTC  (7+ messages)

[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
 2019-05-20 13:43 UTC  (2+ messages)

ARM64 kvm cache coherency problem
 2019-05-20  7:31 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 5/8] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.9 6/9] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.14 10/16] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:41 UTC 

[PATCH AUTOSEL 4.19 16/25] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:40 UTC 

[PATCH AUTOSEL 5.0 20/34] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
 2019-05-16 11:39 UTC 

[GIT PULL] KVM/arm updates for 5.2
 2019-05-15 21:42 UTC  (58+ messages)
` [PATCH 01/56] KVM: Documentation: Document arm64 core registers in detail
` [PATCH 02/56] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [PATCH 03/56] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [PATCH 04/56] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [PATCH 05/56] KVM: arm64: Add missing #includes to kvm_host.h
` [PATCH 06/56] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH 07/56] arm64/sve: Check SVE virtualisability
` [PATCH 08/56] arm64/sve: Enable SVE state tracking for non-task contexts
` [PATCH 09/56] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH 10/56] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH 11/56] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH 12/56] KVM: arm64/sve: System register context switch and access support
` [PATCH 13/56] KVM: arm64/sve: Context switch the SVE registers
` [PATCH 14/56] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH 15/56] KVM: arm64: Add missing #include of <linux/string.h> in guest.c
` [PATCH 16/56] KVM: arm64: Factor out core register ID enumeration
` [PATCH 17/56] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [PATCH 18/56] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [PATCH 19/56] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH 20/56] arm64/sve: In-kernel vector length availability query interface
` [PATCH 21/56] KVM: arm/arm64: Add hook for arch-specific KVM initialisation
` [PATCH 22/56] KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl
` [PATCH 23/56] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH 24/56] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH 25/56] KVM: arm64: Add a capability to advertise SVE support
` [PATCH 26/56] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG
` [PATCH 27/56] KVM: arm64/sve: Document KVM API extensions for SVE
` [PATCH 28/56] arm64: KVM: Fix system register enumeration
` [PATCH 29/56] arm64/sve: Clarify vq map semantics
` [PATCH 30/56] KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
` [PATCH 31/56] KVM: arm: Make vcpu finalization stubs into inline functions
` [PATCH 32/56] KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
` [PATCH 33/56] KVM: arm64/sve: Clean up UAPI register ID definitions
` [PATCH 34/56] KVM: arm64/sve: Miscellaneous tidyups in guest.c
` [PATCH 35/56] KVM: arm64/sve: Make register ioctl access errors more consistent
` [PATCH 36/56] KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
` [PATCH 37/56] KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
` [PATCH 38/56] KVM: arm64/sve: Explain validity checks in set_sve_vls()
` [PATCH 39/56] KVM: arm/arm64: Clean up vcpu finalization function parameter naming
` [PATCH 40/56] KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZE
` [PATCH 41/56] KVM: Clarify KVM_{SET, GET}_ONE_REG error code documentation
` [PATCH 42/56] KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDs
` [PATCH 43/56] KVM: arm64: Add a vcpu flag to control ptrauth for guest
` [PATCH 44/56] KVM: arm/arm64: Context-switch ptrauth registers
` [PATCH 45/56] KVM: arm64: Add userspace flag to enable pointer authentication
` [PATCH 46/56] KVM: arm64: Add capability to advertise ptrauth for guest
` [PATCH 47/56] arm64: arm_pmu: Remove unnecessary isb instruction
` [PATCH 48/56] arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data
` [PATCH 49/56] arm64: KVM: Add accessors to track guest/host only counters
` [PATCH 50/56] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH 51/56] arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
` [PATCH 52/56] arm64: KVM: Enable VHE "
` [PATCH 53/56] arm64: KVM: Avoid isb's by using direct pmxevtyper sysreg
` [PATCH 54/56] arm64: docs: Document perf event attributes
` [PATCH 55/56] arm64: KVM: Fix perf cycle counter support for VHE
` [PATCH 56/56] KVM: arm64: Fix ptrauth ID register masking logic

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-15 15:57 UTC  (42+ messages)
` [PATCH v7 04/23] iommu: Introduce attach/detach_pasid_table API
` [PATCH v7 05/23] iommu: Introduce cache_invalidate API
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 15/23] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults

[RFC] Question about enable doorbell irq and halt_poll process
 2019-05-14  9:02 UTC  (8+ messages)

[RFC PATCH V2] kvm: arm64: export memory error recovery capability to user space
 2019-05-13 10:20 UTC  (3+ messages)

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-12 17:15 UTC  (3+ messages)

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

[PATCH v5 0/5] KVM: arm/arm64: add support for chained counters
 2019-05-09 12:23 UTC  (15+ messages)
` [PATCH v5 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v5 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v5 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v5 4/5] arm64: perf: extract chain helper into header
` [PATCH v5 5/5] KVM: arm/arm64: support chained PMU counters

ARM/gic-v4: deadlock occurred
 2019-05-09 11:37 UTC  (8+ messages)

[PATCH AUTOSEL 4.14 42/95] KVM: arm/arm64: Ensure only THP is candidate for adjustment
 2019-05-07  5:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 63/95] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible

[PATCH v5 0/3] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-05-03 11:46 UTC  (6+ messages)
` [PATCH v5 1/3] arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests

[PATCH AUTOSEL 5.0 29/98] KVM: arm/arm64: Enforce PTE mappings at stage2 when needed
 2019-05-02 12:50 UTC  (4+ messages)

[PATCH] KVM: arm64: fix ptrauth ID register masking logic
 2019-05-02  8:53 UTC  (8+ messages)


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).