Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-06-09 13:21:47 to 2018-07-02 10:25:36 UTC [more...]

[PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
 2018-07-02 10:25 UTC  (35+ messages)
` [PATCH v3 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v3 02/20] virtio: pci-legacy: Validate queue pfn
` [PATCH v3 03/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v3 04/20] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v3 05/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v3 06/20] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v3 07/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v3 08/20] kvm: arm/arm64: Abstract stage2 pgd table allocation
` [PATCH v3 09/20] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v3 11/20] kvm: arm64: Helper for computing VTCR_EL2.SL0
` [PATCH v3 12/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v3 13/20] kvm: arm64: Configure VTCR per VM
` [PATCH v3 14/20] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size "
` [PATCH v3 16/20] kvm: arm64: Switch to per VM IPA limit
` [PATCH v3 17/20] vgic: Add support for 52bit guest physical address
` [PATCH v3 18/20] kvm: arm64: Add support for handling 52bit IPA
` [PATCH v3 19/20] kvm: arm64: Allow IPA size supported by the system
` [PATCH v3 20/20] kvm: arm64: Fall back to normal stage2 entry level
` [kvmtool test PATCH 21/24] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool test PATCH 23/24] kvmtool: arm64: Switch memory layout
` [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size

[PATCH] KVM: arm64: vgic-its: Remove VLA usage
 2018-07-02  7:36 UTC  (3+ messages)

[PATCH 0/4] KVM: arm/arm64: vgic: Virtual interrupt grouping support
 2018-06-29 10:45 UTC  (21+ messages)
` [PATCH 1/4] KVM: arm/arm64: GICv2 IGROUPR should read as zero
` [PATCH 2/4] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH 3/4] KVM: arm/arm64: Signal IRQs using their configured group
` [PATCH 4/4] KVM: arm/arm64: vgic: Allow VMs to configure interrupt groups

[PATCH v3 0/6] KVM/arm64: Cache maintenance relaxations
 2018-06-29  9:28 UTC  (18+ messages)
` [PATCH v3 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH v3 2/6] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH v3 3/6] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH v3 4/6] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH v3 5/6] KVM: arm/arm64: Stop using {pmd,pud,pgd}_populate
` [PATCH v3 6/6] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables

[PATCH v2 0/5] Add virtio-iommu driver
 2018-06-28  9:40 UTC  (18+ messages)
` [PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu
` [PATCH v2 2/5] iommu: Add virtio-iommu driver
` [PATCH v2 3/5] iommu/virtio: Add probe request
` [PATCH v2 4/5] iommu/virtio: Add event queue
` [PATCH v2 5/5] vfio: Allow type-1 IOMMU instantiation for ARM

[PATCH v5 00/20] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-06-27  8:40 UTC  (23+ messages)
` [PATCH v5 01/20] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v5 02/20] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v5 03/20] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v5 04/20] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v5 05/20] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v5 06/20] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v5 07/20] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v5 08/20] ACPI / APEI: Move locking to the notification helper
` [PATCH v5 09/20] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v5 10/20] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v5 11/20] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v5 12/20] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v5 13/20] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v5 14/20] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v5 15/20] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v5 16/20] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v5 17/20] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v5 18/20] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v5 19/20] mm/memory-failure: increase queued recovery work's priority
` [PATCH v5 20/20] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[GIT PULL] KVM/arm updates for 4.18-rc2
 2018-06-22 14:33 UTC  (10+ messages)
` [PATCH 1/8] KVM: arm/arm64: Drop resource size check for GICV window
` [PATCH 2/8] arm64: Introduce sysreg_clear_set()
` [PATCH 3/8] KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()
` [PATCH 4/8] KVM: arm64/sve: Fix SVE trap restoration for non-current tasks
` [PATCH 5/8] KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus
` [PATCH 6/8] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
` [PATCH 7/8] KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT
` [PATCH 8/8] KVM: arm64: Prevent KVM_COMPAT from being selected

[RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests
 2018-06-21 14:57 UTC  (17+ messages)
` [RFC PATCH 01/16] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [RFC PATCH 02/16] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [RFC PATCH 03/16] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [RFC PATCH 04/16] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [RFC PATCH 05/16] KVM: arm: Add arch init/uninit hooks
` [RFC PATCH 06/16] arm64/sve: Determine virtualisation-friendly vector lengths
` [RFC PATCH 07/16] arm64/sve: Enable SVE state tracking for non-task contexts
` [RFC PATCH 08/16] KVM: arm64: Support dynamically hideable system registers
` [RFC PATCH 09/16] KVM: arm64: Allow ID registers to by dynamically read-as-zero
` [RFC PATCH 10/16] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH 11/16] KVM: arm64/sve: System register context switch and access support
` [RFC PATCH 12/16] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH 13/16] KVM: Allow 2048-bit register access via KVM_{GET, SET}_ONE_REG
` [RFC PATCH 14/16] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [RFC PATCH 15/16] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH 16/16] KVM: arm64/sve: Report and enable SVE API extensions for userspace

[PATCH 0/2] KVM: Fix !KVM_COMPAT ioctl behaviour
 2018-06-21 15:03 UTC  (9+ messages)
` [PATCH 1/2] KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT
` [PATCH 2/2] KVM: arm64: Prevent KVM_COMPAT from being selected

[PATCH v6 kvmtool 00/13] Add vfio-pci support
 2018-06-19 12:19 UTC  (15+ messages)
` [PATCH v6 kvmtool 01/13] pci: add config operations callbacks on the PCI header
` [PATCH v6 kvmtool 02/13] pci: allow to specify IRQ type for PCI devices
` [PATCH v6 kvmtool 03/13] irq: add irqfd helpers
` [PATCH v6 kvmtool 04/13] Extend memory bank API with memory types
` [PATCH v6 kvmtool 05/13] pci: add capability helpers
` [PATCH v6 kvmtool 06/13] Import VFIO headers
` [PATCH v6 kvmtool 07/13] Add fls_long and roundup_pow_of_two helpers
` [PATCH v6 kvmtool 08/13] Add PCI device passthrough using VFIO
` [PATCH v6 kvmtool 09/13] vfio-pci: add MSI-X support
` [PATCH v6 kvmtool 10/13] vfio-pci: add MSI support
` [PATCH v6 kvmtool 11/13] vfio: Support non-mmappable regions
` [PATCH v6 kvmtool 12/13] Introduce reserved memory regions
` [PATCH v6 kvmtool 13/13] vfio: check reserved regions before mapping DMA

[PATCH 4.14 071/189] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
 2018-06-18  8:12 UTC 

[PATCH 4.16 107/279] KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
 2018-06-18  8:11 UTC 

Patch "KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()" has been added to the 4.14-stable tree
 2018-06-17 11:23 UTC 

[PATCH v2 0/4] KVM: arm64: FPSIMD/SVE fixes for 4.17
 2018-06-15 16:43 UTC  (8+ messages)
` [PATCH v2 1/4] arm64: introduce sysreg_clear_set()
` [PATCH v2 2/4] KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()
` [PATCH v2 3/4] KVM: arm64/sve: Fix SVE trap restoration for non-current tasks
` [PATCH v2 4/4] KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus

[PATCH 0/4] KVM: arm64: FPSIMD/SVE fixes for 4.17
 2018-06-15  9:27 UTC  (10+ messages)
` [PATCH 1/4] arm64: introduce sysreg_clear_set()
  ` [PATCH 2/4] KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()
  ` [PATCH 3/4] KVM: arm64/sve: Fix SVE trap restoration for non-current tasks
  ` [PATCH 4/4] KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus

[PATCH] kvm: Delete the slot only when KVM_MEM_READONLY flag is changed
 2018-06-13 15:58 UTC  (5+ messages)

[PATCH v2 0/6] KVM/arm64: Cache maintenance relaxations
 2018-06-12 12:55 UTC  (5+ messages)
` [PATCH v2 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability

[PATCH] KVM: arm/arm64: drop resource size check for GICV window
 2018-06-09 18:58 UTC  (4+ messages)

[PATCH v2 00/16] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-06-09 14:06 UTC  (3+ messages)

[PATCH v2 00/17] arm64 SSBD (aka Spectre-v4) mitigation
 2018-06-09 13:21 UTC  (4+ messages)
` [PATCH v2 12/17] arm64: KVM: Add ARCH_WORKAROUND_2 support for guests


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox