kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 16:18:51 to 2018-12-12 15:03:07 UTC [more...]

[RFC PATCH v2 00/12] arm64: Paravirtualized time support
 2018-12-12 15:02 UTC  (4+ messages)
` [RFC PATCH v2 01/12] KVM: arm64: Document PV-time interface
` [RFC PATCH v2 03/12] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [RFC PATCH v2 04/12] arm/arm64: Make use of the SMCCC 1.1 wrapper

[PATCH v5 0/7] Add virtio-iommu driver
 2018-12-12 14:56 UTC  (15+ messages)
` [PATCH v5 5/7] iommu: "
        `  "
            ` [virtio-dev] "

[PATCH v8 0/5] arm64: Support perf event modifiers :G and :H
 2018-12-12 14:46 UTC  (16+ messages)
` [PATCH v8 1/5] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v8 2/5] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v8 3/5] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v8 4/5] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v8 5/5] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH v6 0/7] Add virtio-iommu driver
 2018-12-12 14:35 UTC  (13+ messages)
` [PATCH v6 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v6 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v6 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v6 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v6 5/7] iommu: Add virtio-iommu driver
` [PATCH v6 6/7] iommu/virtio: Add probe request
` [PATCH v6 7/7] iommu/virtio: Add event queue

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-12-12  8:21 UTC  (4+ messages)
` [RFC v2 14/20] iommu: introduce device fault data

[Resend PATCH V5 0/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-12-12  5:03 UTC  (3+ messages)
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int

[RFC PATCH v3 00/24] KVM: arm64: SVE guest support
 2018-12-11 23:29 UTC  (25+ messages)
` [RFC PATCH v3 01/24] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [RFC PATCH v3 02/24] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [RFC PATCH v3 03/24] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [RFC PATCH v3 04/24] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [RFC PATCH v3 05/24] arm64/sve: Check SVE virtualisability
` [RFC PATCH v3 06/24] arm64/sve: Clarify role of the VQ map maintenance functions
` [RFC PATCH v3 07/24] arm64/sve: Enable SVE state tracking for non-task contexts
` [RFC PATCH v3 08/24] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH v3 09/24] KVM: arm64: Propagate vcpu into read_id_reg()
` [RFC PATCH v3 10/24] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers
` [RFC PATCH v3 11/24] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST
` [RFC PATCH v3 12/24] KVM: arm64/sve: System register context switch and access support
` [RFC PATCH v3 13/24] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH v3 14/24] KVM: Allow 2048-bit register access via ioctl interface
` [RFC PATCH v3 15/24] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [RFC PATCH v3 16/24] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [RFC PATCH v3 17/24] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH v3 18/24] arm64/sve: In-kernel vector length availability query interface
` [RFC PATCH v3 19/24] KVM: arm: Move detection of invalid VM type bits to generic code
` [RFC PATCH v3 20/24] KVM: arm: Add support for early vcpu configuration ioctls
` [RFC PATCH v3 21/24] KVM: arm64/sve: Report and enable SVE API extensions for userspace
` [RFC PATCH v3 22/24] KVM: arm64/sve: allow KVM_ARM_SVE_CONFIG_QUERY on vm fd
` [RFC PATCH v3 23/24] KVM: Documentation: Document arm64 core registers in detail
` [RFC PATCH v3 24/24] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH v6 00/13] ARMv8.3 pointer authentication userspace support
 2018-12-11 20:08 UTC  (34+ messages)
` [PATCH v6 01/13] arm64: add comments about EC exception levels
` [PATCH v6 02/13] arm64: add pointer authentication register bits
` [PATCH v6 03/13] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCH v6 04/13] arm64/kvm: hide ptrauth from guests
` [PATCH v6 05/13] arm64: Don't trap host pointer auth use to EL2
` [PATCH v6 06/13] arm64/cpufeature: detect pointer authentication
` [PATCH v6 07/13] arm64: add basic pointer authentication support
` [PATCH v6 08/13] arm64: expose user PAC bit positions via ptrace
` [PATCH v6 09/13] arm64: perf: strip PAC when unwinding userspace
` [PATCH v6 10/13] arm64: add prctl control for resetting ptrauth keys
` [PATCH v6 11/13] arm64: add ptrace regsets for ptrauth key management
` [PATCH v6 12/13] arm64: enable pointer authentication
` [PATCH v6 13/13] arm64: docs: document "

[PATCH REPOST] KVM: arm64: Treat FPEXC32_EL2 as a regular guest system register
 2018-12-11 18:48 UTC 

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2018-12-11 18:36 UTC  (18+ messages)
` [PATCH v7 04/25] ACPI / APEI: Make hest.c manage the estatus memory pool
` [PATCH v7 05/25] ACPI / APEI: Make estatus pool allocation a static size
` [PATCH v7 06/25] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v7 07/25] ACPI / APEI: Remove spurious GHES_TO_CLEAR check
` [PATCH v7 09/25] ACPI / APEI: Generalise the estatus queue's notify code
` [PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records
` [PATCH v7 22/25] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
` [PATCH v7 24/25] firmware: arm_sdei: Add ACPI GHES registration helper

[PATCH v10 0/8] kvm: arm64: Support PUD hugepage at stage 2
 2018-12-11 17:10 UTC  (9+ messages)
` [PATCH v10 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v10 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v10 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v10 4/8] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v10 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v10 6/8] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v10 7/8] KVM: arm64: Update age handlers to support "
` [PATCH v10 8/8] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH 0/3] Fix KVM_GET_REG_LIST invalid register ID regression
 2018-12-11 15:41 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Factor out core register size determination and validation
` [PATCH 2/3] KVM: arm64: Factor out KVM_GET_REG_LIST core register enumeration
` [PATCH 3/3] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST

[PATCH v7 0/5] arm64: Support perf event modifiers :G and :H
 2018-12-11 14:00 UTC  (12+ messages)
` [PATCH v7 1/5] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v7 2/5] arm64: KVM: encapsulate kvm_cpu_context in kvm_host_data
` [PATCH v7 3/5] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v7 4/5] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v7 5/5] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
 2018-12-11 12:23 UTC 

[PATCH] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
 2018-12-11 11:51 UTC 

KVM arm realtime performance optimization
 2018-12-11 10:55 UTC  (5+ messages)

[PATCH v2 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-12-11 10:32 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH v2 4/4] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock

[PATCH 0/2] kvm/arm: make singlestep behaviour consistent
 2018-12-11  8:30 UTC  (5+ messages)
` [PATCH 1/2] kvm/arm: skip MMIO insn after emulation
` [PATCH 2/2] kvm/arm: consistently advance singlestep when emulating instructions

[PATCH v6 0/4] arm64: Support perf event modifiers :G and :H
 2018-12-11  7:55 UTC  (10+ messages)
` [PATCH v6 1/4] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v6 2/4] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v6 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v6 4/4] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH 00/12] arm64: Paravirtualized time support
 2018-12-10 16:08 UTC  (12+ messages)
` [PATCH 03/12] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 05/12] KVM: arm64: Implement PV_FEATURES call
` [PATCH 06/12] KVM: arm64: Support Live Physical Time reporting

[PATCH] kvm/arm: return 0 when the number of objects is not less than min
 2018-12-10 13:13 UTC  (5+ messages)
  ` [PATCH] kvm/arm: return 0 when the number of objects is not lessthan min

[PATCH v3 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-10 12:40 UTC  (22+ messages)
` [PATCH v3 1/8] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
` [PATCH v3 2/8] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH v3 3/8] arm64: KVM: Install stage-2 translation before enabling traps
` [PATCH v3 4/8] arm64: Add TCR_EPD{0,1} definitions
` [PATCH v3 5/8] arm64: KVM: Force VHE for systems affected by erratum 1165522
` [PATCH v3 6/8] arm64: KVM: Add synchronization on translation regime change for "
` [PATCH v3 7/8] arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation
` [PATCH v3 8/8] arm64: Add configuration/documentation for Cortex-A76 erratum 1165522

[PATCH v9 0/8] KVM: Support PUD hugepage at stage 2
 2018-12-10 11:01 UTC  (20+ messages)
` [PATCH v9 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v9 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v9 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v9 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()

[PATCH v5 0/4] arm64: Support perf event modifiers :G and :H
 2018-12-07 14:24 UTC  (10+ messages)
` [PATCH v5 2/4] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v5 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v5 4/4] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH v2 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-06 17:21 UTC  (4+ messages)
` [PATCH v2 7/8] arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation


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