public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-08-18 13:47:56 to 2017-08-31 17:00:49 UTC [more...]

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-08-31 17:00 UTC  (20+ messages)
` [PATCH v2 01/28] regset: Add support for dynamically sized regsets
` [PATCH v2 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v2 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v2 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v2 05/28] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
` [PATCH v2 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v2 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v2 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v2 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v2 10/28] arm64/sve: Low-level CPU setup
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [PATCH v2 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v2 13/28] arm64/sve: Signal handling support
` [PATCH v2 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v2 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v2 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v2 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v2 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [RFC PATCH v2 27/28] arm64: signal: Report signal frame size to userspace via auxv

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-08-31 12:41 UTC  (80+ messages)
` [PATCH v3 36/59] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v3 37/59] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v3 38/59] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v3 39/59] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v3 40/59] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v3 41/59] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v3 42/59] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v3 43/59] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v3 44/59] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI
` [PATCH v3 45/59] KVM: arm/arm64: GICv4: Handle CLEAR "
` [PATCH v3 46/59] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v3 47/59] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v3 48/59] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v3 49/59] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v3 50/59] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v3 52/59] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v3 53/59] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v3 54/59] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v3 55/59] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v3 56/59] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v3 57/59] KVM: arm/arm64: GICv4: Theory of operations

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-08-31  9:26 UTC  (15+ messages)
` [RFC 01/11] arm64: Add an SMCCC function IDs header
` [RFC 02/11] KVM: arm64: Return an Unknown ID on unhandled HVC
` [RFC 03/11] KVM: Allow VM lifecycle management without userspace
` [RFC 04/11] KVM, arm, arm64: Offer PAs to IPAs idmapping to internal VMs
` [RFC 05/11] KVM: Expose VM/VCPU creation functions
` [RFC 06/11] KVM, arm64: Expose a VCPU initialization function
` [RFC 07/11] KVM: Allow initialization before the module target
` [RFC 08/11] KVM, arm, arm64: Initialize KVM's core earlier
` [RFC 09/11] EFI, arm, arm64: Enable EFI Runtime Services later
` [RFC 10/11] efi, arm64: Sandbox Runtime Services in a VM
` [RFC 11/11] KVM, arm64: Don't trap internal VMs SMC calls

[PATCH] [stable] kvm: arm/arm64: Fix race in resetting stage2 PGD
 2017-08-31  4:59 UTC  (2+ messages)
` [PATCH] "

[PATCH] KVM: arm64: stop propagating DAIF flags between kernel and VHE's world switch
 2017-08-30 19:04 UTC  (6+ messages)

[RFC PATCH 0/4] Handle forwarded level-triggered interrupts
 2017-08-30 12:57 UTC  (10+ messages)
` [RFC PATCH 1/4] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [RFC PATCH 2/4] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [RFC PATCH 3/4] KVM: arm/arm64: Rearrange kvm_vgic_[un]map_phys code in vgic.c
` [RFC PATCH 4/4] KVM: arm/arm64: Provide a vgic interrupt line level sample function

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-29 11:15 UTC  (23+ messages)
` [Qemu-devel] "
` [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros
  ` 答复: "
` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
  ` 答复: "
  ` [Qemu-devel] "
` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
` [PATCH v11 4/6] target-arm: kvm64: detect guest RAS EXTENSION feature
` [PATCH v11 5/6] target-arm: kvm64: handle SIGBUS signal for synchronous External Abort
` [PATCH v11 6/6] target-arm: kvm64: Handle SError interrupt for the guest OS
` 答复: [PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-08-29  7:08 UTC  (22+ messages)
` [PATCH v2 4/8] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-08-28 10:38 UTC  (8+ messages)
` [PATCH v6 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v6 2/7] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v6 3/7] acpi: apei: remove the unused code
` [PATCH v6 4/7] arm64: kvm: support user space to query RAS extension feature
` [PATCH v6 5/7] arm64: kvm: route synchronous external abort exceptions to el2
` [PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
` [PATCH v6 7/7] arm64: kvm: handle SEI notification and pass the virtual syndrome

[PATCH] KVM: arm/arm64: vgic: constify seq_operations and file_operations
 2017-08-24 16:20 UTC  (2+ messages)

[PATCH 00/27] ARM Scalable Vector Extension (SVE)
 2017-08-23 17:29 UTC  (40+ messages)
` [PATCH 05/27] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
  ` [PATCH 05/27] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
` [PATCH 06/27] arm64/sve: System register and exception syndrome definitions
` [PATCH 07/27] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH 08/27] arm64/sve: Kconfig update and conditional compilation support
` [PATCH 09/27] arm64/sve: Signal frame and context structure definition
` [PATCH 10/27] arm64/sve: Low-level CPU setup
` [PATCH 11/27] arm64/sve: Core task context handling
` [PATCH 12/27] arm64/sve: Support vector length resetting for new processes
` [PATCH 13/27] arm64/sve: Signal handling support
` [PATCH 14/27] arm64/sve: Backend logic for setting the vector length

[PATCH v5 0/7] Add RAS virtualization support to SEA/SEI notification type
 2017-08-23  2:01 UTC  (17+ messages)
` [PATCH v5 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v5 2/7] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v5 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v5 4/7] support user space to query RAS extension feature
` [PATCH v5 5/7] arm64: kvm: route synchronous external abort exceptions to el2
` [PATCH v5 6/7] KVM: arm64: Allow get exception information from userspace
` [PATCH v5 7/7] arm64: kvm: handle SEI notification and inject virtual SError

[PATCH v3 0/4] kvm: arm/arm64: vgic: APRn uaccess support
 2017-08-23  1:05 UTC  (5+ messages)
` [PATCH v3 1/4] kvm: arm/arm64: vgic: Implement the vGICv2 GICC_APRn uaccess interface
` [PATCH v3 2/4] kvm: arm/arm64: vgic-v2: Add GICH_APRn accessors for GICv2
` [PATCH v3 3/4] kvm: arm/arm64: vgic-v3: add ICH_AP[01]Rn accessors for GICv3
` [PATCH v3 4/4] kvm: arm/arm64: vgic: clean up vGICv3 ICC_APRn sysreg uaccess


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