kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-29 13:01:51 to 2019-04-08 12:18:50 UTC [more...]

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-04-08 12:18 UTC  (3+ messages)
` [PATCH v7 01/23] driver core: add per device iommu param
` [PATCH v7 02/23] iommu: introduce device fault data

[PATCH] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
 2019-04-08 10:35 UTC  (6+ messages)

[PATCH V2] KVM: ARM: Remove pgtable page standard functions from stage-2 page tables
 2019-04-08  9:09 UTC  (5+ messages)

[PATCH v8 0/9] Add ARMv8.3 pointer authentication for kvm guest
 2019-04-08  8:51 UTC  (31+ messages)
` [PATCH v8 1/9] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v8 2/9] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH v8 3/9] KVM: arm64: Move hyp_symbol_addr to fix dependency
` [PATCH v8 4/9] KVM: arm/arm64: preserve host HCR_EL2 value
` [PATCH v8 5/9] KVM: arm/arm64: preserve host MDCR_EL2 value
` [PATCH v8 6/9] KVM: arm64: Add vcpu feature flags to control ptrauth accessibility
` [PATCH v8 7/9] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v8 8/9] KVM: arm64: Add capability to advertise ptrauth for guest
` [kvmtool PATCH v8 9/9] KVM: arm/arm64: Add a vcpu feature for pointer authentication

[PATCH] vfio-pci: Fix MSI IRQ forwarding for without per-vector masking
 2019-04-08  1:34 UTC  (4+ messages)

[PATCH v4 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-08  1:27 UTC  (8+ messages)
` [PATCH v4 1/3] vfio-pci: Release INTx's unmask eventfd properly
` [PATCH v4 2/3] vfio-pci: Add new function for INTx one-time initialisation
` [PATCH v4 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

Welcome to the "kvmarm" mailing list
 2019-04-07  7:46 UTC 

[PATCH v7 00/27] KVM: arm64: SVE guest support
 2019-04-05 16:41 UTC  (95+ messages)
` [PATCH v7 03/27] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [PATCH v7 04/27] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [PATCH v7 05/27] KVM: arm64: Add missing #includes to kvm_host.h
` [PATCH v7 06/27] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH v7 07/27] arm64/sve: Check SVE virtualisability
` [PATCH v7 08/27] arm64/sve: Enable SVE state tracking for non-task contexts
` [PATCH v7 09/27] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH v7 10/27] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH v7 11/27] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH v7 12/27] KVM: arm64/sve: System register context switch and access support
` [PATCH v7 13/27] KVM: arm64/sve: Context switch the SVE registers
` [PATCH v7 14/27] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH v7 15/27] KVM: arm64: Add missing #include of <linux/string.h> in guest.c
` [PATCH v7 16/27] KVM: arm64: Factor out core register ID enumeration
` [PATCH v7 17/27] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [PATCH v7 19/27] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH v7 20/27] arm64/sve: In-kernel vector length availability query interface
` [PATCH v7 21/27] KVM: arm/arm64: Add hook for arch-specific KVM initialisation
` [PATCH v7 22/27] KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl
` [PATCH v7 23/27] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH v7 24/27] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH v7 25/27] KVM: arm64: Add a capability to advertise SVE support
` [PATCH v7 26/27] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG
` [PATCH v7 27/27] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH kvmtool 00/16] Support PCI BAR configuration
 2019-04-05 15:31 UTC  (15+ messages)
` [PATCH kvmtool 01/16] Makefile: Only compile vesa for archs that need it
` [PATCH kvmtool 02/16] brlock: Always pass argument to br_read_lock/unlock
` [PATCH kvmtool 03/16] brlock: fix build with KVM_BRLOCK_DEBUG
` [PATCH kvmtool 04/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 06/16] pci: Fix ioport allocation size
` [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices

[PATCH v12 0/8] arm64: Support perf event modifiers :G and :H
 2019-04-05 12:43 UTC  (12+ messages)
` [PATCH v12 2/8] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v12 4/8] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH v12 8/8] arm64: docs: document perf event attributes

[PATCH] KVM: arm/arm64: ensure vcpu target is unset on reset failure
 2019-04-05  7:27 UTC  (3+ messages)

[PATCH kvmtool v3 0/3] vfio-pci: Support INTx mode re-enabling
 2019-04-05  3:46 UTC  (10+ messages)
` [PATCH kvmtool v3 2/3] vfio-pci: Add new function for INTx one-time initialisation
` [PATCH kvmtool v3 3/3] vfio-pci: Re-enable INTx mode when disable MSI/MSIX

confirm 91da23f25b659018846f7bb68764472d792d93a0
 2019-04-04 22:12 UTC 

[PATCH] KVM: arm/arm64: vgic: Restrict setting irq->targets only in GICv2
 2019-04-04 16:43 UTC  (3+ messages)

[RFC] Question about enable doorbell irq and halt_poll process
 2019-04-04 10:59 UTC  (4+ messages)

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-04-04  6:55 UTC  (8+ messages)
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI

[PATCH] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
 2019-04-03 16:20 UTC 

[PATCH] KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs
 2019-04-03  1:46 UTC  (7+ messages)

[GIT PULL] KVM/ARM fixes for 5.1-rc3
 2019-04-02 10:19 UTC  (6+ messages)
` [PATCH 5/8] KVM: arm/arm64: Enforce PTE mappings at stage2 when needed

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-04-02  2:49 UTC  (3+ messages)
` [PATCH v6 11/27] KVM: arm64: Support runtime sysreg visibility filtering

[PATCH 1/1] KVM: arm/arm64: arch_timer: Fix TimerValue TVAL calculation in KVM
 2019-03-30  9:56 UTC  (2+ messages)

Unexpected interrupt received in Guest OS when booting after "system_reset"
 2019-03-30  0:55 UTC  (6+ 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).