public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-09-14 09:35:28 to 2017-10-06 13:10:09 UTC [more...]

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-06 13:10 UTC  (67+ messages)
` [PATCH v2 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v2 10/28] arm64/sve: Low-level CPU setup
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [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 v2 26/28] arm64/sve: Add documentation

[PATCH v1 0/2] KVM: arm64: single step emulation instructions
 2017-10-06 12:46 UTC  (8+ 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 v3 00/20] SError rework + RAS&IESB for firmware first support
 2017-10-05 19:18 UTC  (21+ messages)
` [PATCH v3 01/20] arm64: explicitly mask all exceptions
` [PATCH v3 02/20] arm64: introduce an order for exceptions
` [PATCH v3 03/20] arm64: Move the async/fiq helpers to explicitly set process context flags
` [PATCH v3 04/20] arm64: Mask all exceptions during kernel_exit
` [PATCH v3 05/20] arm64: entry.S: Remove disable_dbg
` [PATCH v3 06/20] arm64: entry.S: convert el1_sync
` [PATCH v3 07/20] arm64: entry.S convert el0_sync
` [PATCH v3 08/20] arm64: entry.S: convert elX_irq
` [PATCH v3 09/20] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v3 10/20] arm64: entry.S: move SError handling into a C function for future expansion
` [PATCH v3 11/20] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v3 12/20] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v3 13/20] arm64: cpufeature: Enable IESB on exception entry/return for firmware-first
` [PATCH v3 14/20] arm64: kernel: Prepare for a DISR user
` [PATCH v3 15/20] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
` [PATCH v3 16/20] KVM: arm64: Save/Restore guest DISR_EL1
` [PATCH v3 17/20] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v3 18/20] KVM: arm64: Handle RAS SErrors from EL1 on guest exit
` [PATCH v3 19/20] KVM: arm64: Handle RAS SErrors from EL2 "
` [PATCH v3 20/20] KVM: arm64: Take any host SError before entering the guest

[PATCH 0/5] kvm_arch_vcpu_runnable related improvements
 2017-10-05  9:37 UTC  (13+ messages)
` [PATCH 1/5] KVM: arm/arm64: tidy 'should sleep' conditions
` [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 6/5] KVM: arm/arm64: make kvm_vgic_vcpu_pending_irq static

[RFC PATCH v2 03/31] KVM: arm/arm64: Remove unused params in mmu functions
 2017-10-04  9:13 UTC  (32+ messages)
` [RFC PATCH v2 04/31] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC PATCH v2 05/31] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC PATCH v2 06/31] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC PATCH v2 07/31] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC PATCH v2 08/31] KVM: arm/arm64: Make mmu functions non-static
` [RFC PATCH v2 09/31] KVM: arm/arm64: Manage mmus for nested VMs
` [RFC PATCH v2 10/31] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC PATCH v2 11/31] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC PATCH v2 12/31] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC PATCH v2 13/31] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC PATCH v2 14/31] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC PATCH v2 15/31] KVM: arm64: Move system register helper functions around
` [RFC PATCH v2 16/31] KVM: arm64: Introduce sys_reg_desc.forward_trap
` [RFC PATCH v2 17/31] KVM: arm64: Rework the system instruction emulation framework
` [RFC PATCH v2 18/31] KVM: arm64: Enumerate AT and TLBI instructions to emulate
` [RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design
` [RFC PATCH v2 20/31] KVM: arm64: Implement AT instruction handling
` [RFC PATCH v2 21/31] KVM: arm64: Emulate AT S1E[01] instructions
` [RFC PATCH v2 22/31] KVM: arm64: Emulate AT S1E2 instructions
` [RFC PATCH v2 23/31] KVM: arm64: Emulate AT S12E[01] instructions
` [RFC PATCH v2 24/31] KVM: arm64: Emulate TLBI ALLE2(IS) instruction
` [RFC PATCH v2 25/31] KVM: arm64: Emulate TLBI VAE2* instrutions
` [RFC PATCH v2 26/31] KVM: arm64: Emulate TLBI ALLE1(IS)
` [RFC PATCH v2 27/31] KVM: arm64: Emulate TLBI VMALLS12E1(IS) instruction
` [RFC PATCH v2 28/31] KVM: arm64: Emulate TLBI IPAS2E1* instructions
` [RFC PATCH v2 29/31] KVM: arm64: Respect the virtual HCR_EL2.AT and NV setting
` [RFC PATCH v2 30/31] KVM: arm64: Emulate TLBI instructions accesible from EL1
` [RFC PATCH v2 31/31] KVM: arm64: Fixes to toggle_cache for nesting

[RFC PATCH v2 02/31] KVM: arm64: Expose limited memory management support to the virtual EL2
 2017-10-03  3:09 UTC 

[RFC PATCH v2 01/31] arm64: KVM: Hide unsupported AArch64 CPU features from guests
 2017-10-03  3:09 UTC 

[RFC PATCH v2 00/31] Nested Virtualization on KVM/ARM - memory virtualization
 2017-10-03  3:08 UTC 

An ode to kvm_arch_vcpu_runnable()
 2017-09-29 11:39 UTC  (2+ messages)

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-09-27 15:37 UTC  (32+ 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
            ` 答复: "

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

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-09-23  0:42 UTC  (21+ messages)
` [PATCH v3 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v3 02/20] arm64: Use physical counter for in-kernel reads
` [PATCH v3 03/20] arm64: Use the physical counter when available for read_cycles
` [PATCH v3 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v3 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v3 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v3 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v3 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v3 09/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v3 10/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v3 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v3 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v3 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v3 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v3 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v3 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v3 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v3 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v3 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v3 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire

[PATCH v3 00/13] arm64/firmware: Software Delegated Exception Interface
 2017-09-22 18:26 UTC  (14+ messages)
  ` [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 v3 09/13] arm64: kernel: Add arch-specific SDEI entry code and CPU masking

[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  (11+ messages)
` [RFC PATCH 1/3] kvm: arm/arm64: vgic-vits: separate vgic_its_free_list() function
` [RFC PATCH 3/3] kvm: arm/arm64: vgic-its: fix return value for restore

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

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

[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


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