public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2018-02-04 18:38:48 to 2018-02-15 21:03:32 UTC [more...]

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-15 21:03 UTC  (41+ messages)
` [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v4 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v4 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v4 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v4 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v4 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v4 15/40] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v4 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v4 17/40] KVM: arm64: Move userspace system registers into separate function
` [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v4 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v4 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v4 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v4 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v4 23/40] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v4 24/40] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v4 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v4 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v4 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v4 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v4 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v4 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH v4 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v4 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH v4 35/40] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v4 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v4 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v4 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v4 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v4 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-15 20:59 UTC  (21+ messages)
` [PATCH v4 01/17] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH v4 02/17] arm: "
` [PATCH v4 03/17] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH v4 04/17] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH v4 05/17] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH v4 06/17] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH v4 07/17] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH v4 08/17] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v4 09/17] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v4 10/17] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4 11/17] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v4 12/17] firmware/psci: Expose PSCI conduit
` [PATCH v4 13/17] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v4 14/17] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v4 15/17] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v4 16/17] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4 17/17] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-02-15 18:56 UTC  (12+ messages)
` [PATCH 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH 06/11] ACPI / APEI: Make the fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH 10/11] mm/memory-failure: increase queued recovery work's priority
` [PATCH 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API
 2018-02-15 17:58 UTC 

[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
 2018-02-15 17:55 UTC  (2+ messages)

[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
 2018-02-15 17:55 UTC  (6+ messages)

[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
 2018-02-15 15:32 UTC  (16+ messages)
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation

[PATCH 0/4] Add virtio-iommu driver
 2018-02-15 13:53 UTC  (8+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request
` [PATCH 3/4] iommu/virtio: Add event queue
` [PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-15  9:51 UTC  (57+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCHv2] arm64/kvm: Prohibit guest LOR accesses
 2018-02-14 10:52 UTC  (2+ messages)

[PATCH] arm64/kvm: Prohibit guest LOR accesses
 2018-02-13 12:39 UTC  (3+ messages)

[PATCH] KVM: arm: Enable emulation of the physical timer
 2018-02-13 10:41 UTC 

[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
 2018-02-12 16:00 UTC  (8+ messages)
` [PATCHv2 05/12] arm64: Don't trap host pointer auth use to EL2
` [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value
` [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers

[PATCH] arm64: Add missing Falkor part number for branch predictor hardening
 2018-02-12 11:29 UTC  (3+ messages)

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-09  9:27 UTC  (34+ messages)
` [PATCH v1 02/16] irqchip: gicv3-its: Add helpers for handling 52bit address
` [PATCH v1 05/16] arm64: Helper for parange to PASize
` [PATCH v1 06/16] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v1 07/16] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v1 08/16] kvm: arm/arm64: Clean up stage2 pgd life time
` [PATCH v1 09/16] kvm: arm/arm64: Delay stage2 page table allocation
` [PATCH v1 13/16] kvm: arm64: Configure VTCR per VM
` [PATCH v1 14/16] kvm: arm64: Switch to per VM IPA
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size

[PATCH] KVM: arm64: Enable the EL1 physical timer for AArch32 guests
 2018-02-08 14:10 UTC  (3+ messages)

[RFC v2 REPOST] arm64: KVM: KVM API extensions for SVE
 2018-02-07 17:24 UTC  (9+ messages)
      ` [libvirt] "

[RFC 0/4] KVM: Support PUD hugepages at stage 2
 2018-02-06 18:13 UTC  (7+ messages)
` [RFC 2/4] KVM: arm64: Support dirty page tracking for PUD hugepages
` [RFC 4/4] KVM: arm64: Add support for PUD hugepages at stage 2

[PATCH v3 00/18] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-05 11:08 UTC  (24+ messages)
` [PATCH v3 08/18] arm/arm64: KVM: Add PSCI version selection API
` [PATCH v3 09/18] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v3 10/18] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v3 11/18] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 12/18] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling

[PATCH 1/2] ARM: kvm: fix building with gcc-8
 2018-02-05  8:33 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