public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-10-12 10:41:34 to 2017-10-17 22:37:41 UTC [more...]

[PATCH v4 00/11] vITS Migration fixes and reset
 2017-10-17 22:38 UTC  (22+ messages)
` [PATCH v4 01/11] KVM: arm/arm64: vgic-its: fix return value for device table restore
` [PATCH v4 02/11] KVM: arm/arm64: vgic-its: fix vgic_its_restore_collection_table returned value
` [PATCH v4 03/11] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v4 04/11] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v4 05/11] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v4 06/11] KVM: arm/arm64: vgic-its: Check GITS_CBASER validity before processing commands
` [PATCH v4 07/11] KVM: arm/arm64: vgic-its: Always attempt to save/restore device and collection tables
` [PATCH v4 08/11] KVM: arm/arm64: vgic-its: new helper functions to free the caches
` [PATCH v4 09/11] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared
` [PATCH v4 10/11] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v4 11/11] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

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

[PATCH v3 00/13] arm64/firmware: Software Delegated Exception Interface
 2017-10-17 16:36 UTC  (18+ messages)
` [PATCH v3 04/13] arm64: alternatives: use tpidr_el2 on VHE hosts
` [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 09/13] arm64: kernel: Add arch-specific SDEI entry code and CPU masking
` [PATCH v3 10/13] firmware: arm_sdei: Add support for CPU and system power states

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-17 15:47 UTC  (56+ messages)
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 11/28] arm64/sve: Core task context handling
` [PATCH v3 13/28] arm64/sve: Signal handling support
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v3 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v3 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 25/28] arm64/sve: Detect SVE and activate runtime support
` [PATCH v3 26/28] arm64/sve: Add documentation

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-17 15:33 UTC  (3+ messages)
` [PATCH v3 02/20] arm64: Use physical counter for in-kernel reads

[PATCH v6 5/7] arm64: kvm: route synchronous external abort exceptions to el2
 2017-10-17 15:22 UTC 

[PATCH 00/10] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2017-10-17 15:04 UTC  (37+ messages)
` [PATCH 01/10] KVM: arm/arm64: Split dcache/icache flushing
` [PATCH 02/10] arm64: KVM: Add invalidate_icache_range helper
` [PATCH 03/10] arm: KVM: Add optimized PIPT icache flushing
` [PATCH 04/10] arm64: KVM: PTE/PMD S2 XN bit definition
` [PATCH 05/10] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PATCH 06/10] KVM: arm/arm64: Only clean the dcache on translation fault
` [PATCH 07/10] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PATCH 08/10] KVM: arm/arm64: Drop vcpu parameter from coherent_{d,i}cache_guest_page
` [PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PATCH 10/10] arm: KVM: Use common implementation for all flushes to PoC

[PATCH RESEND v2] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-17 14:23 UTC 

[PATCH v7 0/4] Add RAS virtualization support
 2017-10-17 14:14 UTC  (5+ messages)
` [PATCH v7 1/4] arm64: kvm: route synchronous external abort exceptions to EL2
` [PATCH v7 2/4] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v7 3/4] arm64: kvm: Set Virtual SError Exception Syndrome for guest
` [PATCH v7 4/4] arm64: kvm: handle SEI notification "

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-17 14:00 UTC  (3+ messages)

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-10-16 20:47 UTC  (8+ messages)
` [RFC 04/11] KVM, arm, arm64: Offer PAs to IPAs idmapping to internal VMs

[PATCH v3 15/20] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
 2017-10-16 17:09 UTC  (4+ messages)

[PATCH v2] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-16 15:58 UTC 

[PATCH v3 00/11] vITS Migration fixes and reset
 2017-10-16 15:03 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: arm/arm64: vgic-its: fix return value for device table restore
` [PATCH v3 02/11] KVM: arm/arm64: vgic-its: fix vgic_its_restore_collection_table returned value
` [PATCH v3 03/11] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v3 04/11] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v3 05/11] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v3 06/11] KVM: arm/arm64: vgic-its: Check GITS_CBASER validity before processing commands
` [PATCH v3 07/11] KVM: arm/arm64: vgic-its: Always attempt to save/restore device and collection tables
` [PATCH v3 08/11] KVM: arm/arm64: vgic-its: new helper functions to free the caches
` [PATCH v3 09/11] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared
` [PATCH v3 10/11] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v3 11/11] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-10-16 13:44 UTC  (6+ messages)
` [PATCH v6 5/7] arm64: kvm: route synchronous external abort exceptions to el2

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-15  3:11 UTC  (3+ messages)

[PATCH 0/5] kvm_arch_vcpu_runnable related improvements
 2017-10-14 19:13 UTC  (9+ messages)
` [PATCH 2/5] KVM: arm/arm64: replace power_off with mp_state=STOPPED
` [PATCH 3/5] KVM: arm/arm64: factor out common wfe/wfi emulation code
` [PATCH 4/5] KVM: arm/arm64: improve kvm_arch_vcpu_runnable
` [PATCH 5/5] KVM: arm/arm64: kvm_arch_vcpu_runnable: don't miss injected irqs

[PATCH v1 0/2] KVM: arm64: single step emulation instructions
 2017-10-14 14:20 UTC  (14+ messages)
` [PATCH v1 1/2] KVM: arm64: handle single-stepping trapped instructions
` [PATCH v1 2/2] kvm: arm64: handle single-step of userspace mmio instructions

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-10-13 18:51 UTC  (29+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 02/37] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 03/37] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 27/37] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 29/37] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH 30/37] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH 31/37] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 33/37] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH 34/37] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH 35/37] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 36/37] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH v2] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
 2017-10-13 17:49 UTC  (4+ messages)

[PATCH v3 00/20] SError rework + RAS&IESB for firmware first support
 2017-10-13 16:53 UTC  (13+ messages)
` [PATCH v3 01/20] arm64: explicitly mask all exceptions
` [PATCH v3 08/20] arm64: entry.S: convert elX_irq
` [PATCH v3 15/20] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
` [PATCH v3 19/20] KVM: arm64: Handle RAS SErrors from EL2 on guest exit

[PATCH] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
 2017-10-13 12:21 UTC  (4+ messages)

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-13  9:28 UTC  (2+ messages)

[PATCH] KVM: remove printing of vcpu address
 2017-10-13  8:16 UTC  (2+ messages)


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