public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2018-02-15 21:02:57 to 2018-02-25 21:29:43 UTC [more...]

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-25 21:29 UTC  (138+ 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 v5] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-24 12:09 UTC 

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-02-23 18:21 UTC  (18+ 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 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 08/11] firmware: arm_sdei: Add ACPI GHES registration helper

[PULL 0/2] KVM/ARM Fixes for v4.16
 2018-02-23 18:03 UTC  (4+ messages)
` [PULL 1/2] KVM: arm/arm64: Fix arch timers with userspace irqchips
` [PULL 2/2] ARM: kvm: fix building with gcc-8

[PATCH] arm64: rename the function arm64_is_ras_serror() to avoid confusion
 2018-02-23 17:58 UTC  (2+ messages)

[RFC PATCH 0/2] KVM: arm64: Optime FPSIMD context handling
 2018-02-23 17:08 UTC  (6+ messages)
` [RFC PATCH 1/2] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [RFC PATCH 2/2] KVM: arm64: Eliminate most redundant FPSIMD saves and restores
` [RFC PATCH 0.9/2] arm64: fpsimd: Expose CPU / FPSIMD state association helpers

[PATCH v4] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-22 16:53 UTC  (5+ messages)

[PATCH v3] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-22 11:38 UTC  (5+ messages)

[PATCH 0/4] Add virtio-iommu driver
 2018-02-22 11:04 UTC  (7+ messages)
` [PATCH 1/4] iommu: "

[PATCH] KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE
 2018-02-22  8:58 UTC  (3+ messages)

[PATCH 3/4] iommu/virtio: Add event queue
 2018-02-22  1:35 UTC  (2+ messages)

[PATCH v2] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-21 13:12 UTC  (4+ messages)

[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
 2018-02-20 11:40 UTC  (21+ 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 18/19] arm64: KVM: Introduce EL2 VA randomisation

[PATCH] arm64: Add support for new control bits CTR_EL0.IDC and CTR_EL0.IDC
 2018-02-20  2:11 UTC  (8+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-19 16:30 UTC  (5+ messages)
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch

[PATCH] KVM: arm: Enable emulation of the physical timer
 2018-02-16  8:13 UTC  (2+ messages)

[PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-15 21:28 UTC  (3+ messages)


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