public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-09-05 17:50:36 to 2017-09-23 00:41:48 UTC [more...]

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-09-23  0:41 UTC  (2+ messages)
` [PATCH v3 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-09-22 21:44 UTC  (2+ messages)

[PATCH v3 00/13] arm64/firmware: Software Delegated Exception Interface
 2017-09-22 18:26 UTC  (14+ messages)
` [PATCH v3 09/13] arm64: kernel: Add arch-specific SDEI entry code and CPU masking
  ` [PATCH v3 01/13] KVM: arm64: Store vcpu on the stack during __guest_enter()
  ` [PATCH v3 02/13] KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
  ` [PATCH v3 03/13] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
  ` [PATCH v3 04/13] arm64: alternatives: use tpidr_el2 on VHE hosts
  ` [PATCH v3 05/13] KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
  ` [PATCH v3 06/13] Docs: dt: add devicetree binding for describing arm64 SDEI firmware
  ` [PATCH v3 07/13] firmware: arm_sdei: Add driver for Software Delegated Exceptions
  ` [PATCH v3 08/13] arm64: Add vmap_stack header file
  ` [PATCH v3 10/13] firmware: arm_sdei: Add support for CPU and system power states
  ` [PATCH v3 11/13] firmware: arm_sdei: add support for CPU private events
  ` [PATCH v3 12/13] arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
  ` [PATCH v3 13/13] firmware: arm_sdei: Discover SDEI support via ACPI

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-09-22 16:51 UTC  (35+ messages)
` [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 v2 00/11] arm64/firmware: Software Delegated Exception Interface
 2017-09-22 10:53 UTC  (10+ messages)
` [PATCH v2 03/11] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
` [PATCH v2 04/11] arm64: alternatives: use tpidr_el2 on VHE hosts
` [PATCH v2 11/11] KVM: arm64: Allow user-space to claim guest SMC-CC ranges for SDEI

[RFC PATCH 0/3] fix migrate failed when vm is in booting
 2017-09-21 12:17 UTC  (29+ messages)
` [RFC PATCH 1/3] kvm: arm/arm64: vgic-vits: separate vgic_its_free_list() function
` [RFC PATCH 2/3] kvm: arm/arm64: vgic-vits: free its resource when vm reboot/reset
` [RFC PATCH 3/3] kvm: arm/arm64: vgic-its: fix return value for restore

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-09-21 11:57 UTC  (63+ messages)
` [PATCH v2 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [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 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
` [PATCH v2 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v2 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v2 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v2 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v2 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v2 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests

[PATCH] KVM: arm64: vgic-its: Fix wrong return value check in vgic_its_restore_device_tables
 2017-09-19  8:17 UTC  (5+ messages)

consult a question about 'inject_abt64()'
 2017-09-19  7:50 UTC  (4+ messages)

An ode to kvm_arch_vcpu_runnable()
 2017-09-17 16:32 UTC 

[PATCH v4 0/7] Handle forwarded level-triggered interrupts
 2017-09-15 22:19 UTC  (8+ messages)
` [PATCH v4 1/7] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v4 2/7] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v4 3/7] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v4 4/7] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 5/7] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v4 6/7] KVM: arm/arm64: Provide a vgic interrupt line level sample function
` [PATCH v4 7/7] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs

[PATCH v2 00/16] SError rework + v8.2 RAS and IESB cpufeature support
 2017-09-14 12:58 UTC  (4+ messages)
` [PATCH v2 10/16] arm64: kernel: Survive corrected RAS errors notified by SError

[PATCH v11 6/6] target-arm: kvm64: Handle SError interrupt for the guest OS
 2017-09-13 11:51 UTC  (5+ messages)

[PATCH 0/2] Fix preemption issues with kvm_arm_get_running_vcpu
 2017-09-11 11:29 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH 2/2] KVM: arm/arm64: Fix vgic_mmio_change_active with PREEMPT_RT

[PATCH v11 5/6] target-arm: kvm64: handle SIGBUS signal for synchronous External Abort
 2017-09-08 16:40 UTC  (3+ messages)
  ` 答复: "

[PATCH v3 0/5] Handle forwarded level-triggered interrupts
 2017-09-08 16:30 UTC  (11+ messages)
` [PATCH v3 1/5] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v3 2/5] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v3 3/5] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v3 4/5] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v3 5/5] KVM: arm/arm64: Provide a vgic interrupt line level sample function

[PATCH v11 4/6] target-arm: kvm64: detect guest RAS EXTENSION feature
 2017-09-08 14:55 UTC  (2+ messages)

[PATCH] arm64: KVM: VHE: reset PSTATE.UAO when switch to host
 2017-09-08 13:33 UTC 

[PATCH] arm64: KVM: VHE: reset PSTATE.UAO when switch to host
 2017-09-08 12:10 UTC  (6+ messages)

[PATCH] arm64: KVM: VHE: reset PSTATE.UAO when switch to host
 2017-09-07 12:00 UTC  (6+ messages)

[PATCH] arm64: KVM: VHE: save and restore some PSTATE bits
 2017-09-06 22:09 UTC 

[PATCH] arm64: KVM: VHE: save and restore some PSTATE bits
 2017-09-06 20:49 UTC  (14+ messages)

[PATCH] arm64: KVM: VHE: save and restore some PSTATE bits
 2017-09-06 15:19 UTC  (4+ messages)

答复:re: [PATCH] arm64: KVM: VHE: save and restore some PSTATE bits
 2017-09-06 15:15 UTC 

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-09-06  9:35 UTC  (6+ messages)
` [PATCH v11 4/6] target-arm: kvm64: detect guest RAS EXTENSION feature
` [PATCH v11 6/6] target-arm: kvm64: Handle SError interrupt for the guest OS

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-09-06  9:06 UTC  (3+ messages)
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling


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