kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-25 13:49:21 to 2019-05-13 14:40:57 UTC [more...]

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-13 14:40 UTC  (41+ messages)
` [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 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/5] KVM: arm/arm64: add support for chained counters
 2019-05-09 15:32 UTC  (6+ 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 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

[GIT PULL] KVM/arm updates for 5.2
 2019-05-03 12:44 UTC  (57+ 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 v5 0/3] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-05-03 11:46 UTC  (13+ 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 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  (10+ messages)

[RFC PATCH 0/5] KVM: arm64: Add support for contiguous PTE/PMD hugepages at stage2
 2019-05-01  9:44 UTC  (12+ messages)
` [PATCH 1/5] KVM: arm/arm64: Introduce helpers for page table enties with contiguous bit
` [PATCH 2/5] KVM: arm/arm64: Re-factor building the stage2 page table entries
` [PATCH 3/5] KVM: arm/arm64: Support dirty page tracking for contiguous hugepages
` [PATCH 4/5] KVM: arm/arm64: Add support for creating PTE contiguous hugepages at stage2
` [PATCH 5/5] KVM: arm/arm64: Add support for creating PMD "

[PATCH 0/5] KVM/ARM updates for 5.1-rc7
 2019-04-30 19:06 UTC  (11+ messages)
` [PATCH 2/5] KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs
` [PATCH 3/5] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH 4/5] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
` [PATCH 5/5] KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls

[PATCH v4 0/6] KVM: arm/arm64: add support for chained counters
 2019-04-30 11:01 UTC  (5+ messages)
` [PATCH v4 6/6] KVM: arm/arm64: support chained PMU counters

[PATCH] arm64: KVM: fix perf cycle counter support for VHE
 2019-04-30  9:58 UTC  (6+ messages)

[PATCH v13 0/8] arm64: Support perf event modifiers :G and :H
 2019-04-30  9:54 UTC  (9+ messages)
` [PATCH v13 6/8] arm64: KVM: Enable VHE support for :G/:H perf event modifiers
` [PATCH v13 7/8] arm64: KVM: avoid isb's by using direct pmxevtyper sysreg

[PATCH kvmtool 00/16] Support PCI BAR configuration
 2019-04-30  9:50 UTC  (7+ messages)
` [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices

[RFC] Question about enable doorbell irq and halt_poll process
 2019-04-29  2:29 UTC  (8+ messages)

[PATCH v4 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-04-26 15:07 UTC  (11+ 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 00/14] KVM: arm64: SVE cleanups
 2019-04-25 15:27 UTC  (8+ messages)
` [PATCH v2 07/14] KVM: arm64/sve: Make register ioctl access errors more consistent

[PATCH v4 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-25 14:03 UTC  (4+ 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).