public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2016-12-13 10:53:54 to 2017-01-09 15:41:38 UTC [more...]

[PATCH] ARM: soft-reboot into same mode that we entered the kernel
 2017-01-09 15:43 UTC  (35+ messages)
      ` [PATCH 1/2] ARM: hyp-stub: improve ABI
      ` [PATCH 2/2] ARM: soft-reboot into same mode that we entered the kernel

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-01-09 15:05 UTC  (57+ messages)
` [RFC 01/55] arm64: Add missing TCR hw defines
` [RFC 02/55] KVM: arm64: Add nesting config option
` [RFC 03/55] KVM: arm64: Add KVM nesting feature
` [RFC 04/55] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC 05/55] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level
` [RFC 09/55] KVM: arm64: Set shadow EL1 registers for virtual EL2 execution
` [RFC 10/55] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 13/55] KVM: arm64: Handle eret instruction traps
` [RFC 14/55] KVM: arm64: Take account of system "
` [RFC 15/55] KVM: arm64: Trap EL1 VM register accesses in virtual EL2
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 19/55] KVM: arm64: Trap CPACR_EL1 access in virtual EL2
` [RFC 20/55] KVM: arm64: Forward CPACR_EL1 traps to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 22/55] KVM: arm64: Handle PSCI call from the guest
` [RFC 23/55] KVM: arm64: Forward WFX to the guest hypervisor
` [RFC 24/55] KVM: arm64: Forward FP exceptions "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 26/55] KVM: arm/arm64: Add VGIC data structures for the nesting
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 29/55] KVM: arm/arm64: Set up the prepared vgic state
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 33/55] KVM: arm/arm64: Remove unused params in mmu functions
` [RFC 34/55] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 36/55] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC 37/55] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC 38/55] KVM: arm/arm64: Make mmu functions non-static
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 42/55] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC 43/55] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC 44/55] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC 45/55] KVM: arm64: KVM: Inject stage-2 page faults
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization

[RFC 0/8] Provide the EL1 physical timer to the VM
 2017-01-09 12:16 UTC  (14+ messages)
` [RFC 1/8] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 3/8] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 5/8] KVM: arm64: Add the EL1 physical timer access handler
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access

[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
 2017-01-09 11:29 UTC  (14+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
` [RFC PATCH 4/7] KVM: arm/arm64: Check that system supports split eoi/deactivate

[PATCH v2] KVM: arm/arm64: Fix occasional warning from the timer work function
 2017-01-09 11:18 UTC 

[RFC] arm64: KVM: Honor guest device memory type mappings
 2017-01-09 10:26 UTC  (2+ messages)

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-06 16:58 UTC  (13+ messages)
` [PATCH V6 03/10] efi: parse ARM processor error
` [PATCH V6 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8

[PATCH v2 1/5] arm64: Define Falkor v1 CPU
 2017-01-06 16:05 UTC  (18+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v2 3/5] arm64: Create and use __tlbi_dsb() macros
` [PATCH v2 4/5] arm64: Use __tlbi_dsb() macros in KVM code
` [PATCH v2 5/5] arm64: Work around Falkor erratum 1009

Free Cavium-Powered ARM Hardware for Builds / Tests
 2017-01-04 16:16 UTC 

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-01-04 10:39 UTC  (28+ messages)
` [PATCH 01/13] [HACK] gcc-4.5: avoid link errors for unused function pointers
` [PATCH 02/13] KVM: arm: fix gcc-4.5 build
` [PATCH 03/13] ARM: div64: fix building with gcc-4.5 and lower
` [PATCH 04/13] vfio-pci: use 32-bit comparisons for register address for gcc-4.5
` [PATCH 05/13] clk: pxa: fix gcc-4.4 build
` [PATCH 06/13] ARM: atomic: "
` [PATCH 07/13] watchdog: kempld: fix gcc-4.3 build
` [PATCH 08/13] arm/arm64: xen: avoid gcc-4.4 warning
` [PATCH 09/13] ARM: mark cmpxchg and xchg __always_inline for gcc-4.3
` [PATCH 10/13] asm-generic: mark cmpxchg as "
` [PATCH 11/13] fs: fix unsigned enum warning with gcc-4.2
` [PATCH 12/13] KVM: arm: avoid binary number literals for gcc-4.2
` [PATCH 13/13] ARM: avoid 'Q' asm constraint for gcc-4.1 and earlier

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-27 16:27 UTC  (10+ messages)
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework

Aarch64 vm-spec validation tools
 2016-12-21 15:53 UTC  (2+ messages)

[PATCH v8 00/16] kvmtool: arm: ITS emulation and GSI routing support
 2016-12-20  9:43 UTC  (10+ messages)
` [PATCH v8 01/16] FDT: introduce global phandle allocation
` [PATCH v8 04/16] MSI-X: update GSI routing after changed MSI-X configuration

[PATCH v10 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-19 17:05 UTC  (11+ messages)
` [PATCH v10 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v10 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v10 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt

[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-16 12:40 UTC  (6+ messages)
` [PATCH v9 01/11] arm/arm64: vgic: Implement support for userspace access

[PATCH 0/2] Add the missing resetting LRs at boot time for new-vgic
 2016-12-15  9:09 UTC  (4+ messages)
` [PATCH 2/2] KVM: arm/arm64: vgic-v2: Add the missing resetting LRs at boot time

[PATCH 1/1] arm64: Correcting format specifier for printing 64 bit addresses
 2016-12-14 16:35 UTC  (3+ messages)

[PATCH] ARM: dts: vexpress: Support GICC_DIR operations
 2016-12-13 13:00 UTC  (4+ messages)


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