Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-02-13 09:38:54 to 2017-02-22 13:37:20 UTC [more...]

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-02-22 13:38 UTC  (40+ messages)
` [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 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 14/55] KVM: arm64: Take account of system instruction traps
` [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 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [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 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 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting

[PATCH] KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
 2017-02-22 12:13 UTC 

[PATCH 0/8] arm64: KVM: Fix PMU exception generation
 2017-02-22 11:47 UTC  (9+ messages)
` [PATCH 1/8] arm64: KVM: Don't skip an instruction if an exception is pending
` [PATCH 2/8] arm64: KVM: Let the vcpu carry a pointer to the sys_reg being emulated
` [PATCH 3/8] arm64: KVM: Refactor pmu_*_el0_disabled
` [PATCH 4/8] arm64: KVM: pmu: Inject UNDEF exception on illegal register access
` [PATCH 5/8] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PATCH 6/8] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PATCH 7/8] arm64: KVM: pmu: Make illegal accesses seen as successfully emulated
` [PATCH 8/8] arm64: KVM: Do not corrupt registers on failed 64bit CP read

[PATCH V10 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-22 10:13 UTC  (22+ messages)
` [PATCH V10 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V10 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V10 03/10] efi: parse ARM processor error
` [PATCH V10 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V10 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V10 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V10 07/10] efi: print unrecognized CPER section
` [PATCH V10 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V10 09/10] trace, ras: add ARM processor error trace event
` [PATCH V10 10/10] arm/arm64: KVM: add guest SEA support

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-21 21:22 UTC  (11+ messages)
` [PATCH V11 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V11 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V11 03/10] efi: parse ARM processor error
` [PATCH V11 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V11 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V11 07/10] efi: print unrecognized CPER section
  ` [PATCH V11 05/10] acpi: apei: handle SEA notification type for ARMv8
  ` [PATCH V11 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section
` [PATCH V11 09/10] trace, ras: add ARM processor error trace event
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-02-21 11:41 UTC  (4+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI

[PATCH 00/20] arm/arm64: KVM: Rework the hyp-stub API
 2017-02-20 16:54 UTC  (27+ messages)
` [PATCH 01/20] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH 02/20] arm64: KVM: "
` [PATCH 03/20] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH 04/20] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH 05/20] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH 06/20] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH 07/20] ARM: hyp-stub: improve ABI
` [PATCH 08/20] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH 09/20] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH 10/20] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH 11/20] ARM: Expose the VA/IDMAP offset
` [PATCH 12/20] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH 13/20] ARM: KVM: "
` [PATCH 14/20] ARM: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH 15/20] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH 16/20] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH 17/20] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH 18/20] arm/arm64: KVM: Simplify __cpu_reset_hyp_mode
` [PATCH 19/20] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH 20/20] arm/arm64: Add hyp-stub API documentation

[PATCH 0/2] arm{,64}/kvm: survive unknown traps from guests
 2017-02-20 14:01 UTC  (5+ messages)
` [PATCH 1/2] arm/kvm: "
` [PATCH 2/2] arm64/kvm: "

[RFC PATCH 00/33] irqchip: Core support for GICv4
 2017-02-17 20:40 UTC  (89+ messages)
` [RFC PATCH 01/33] irqchip/gic-v3: Add redistributor iterator
` [RFC PATCH 02/33] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [RFC PATCH 03/33] irqchip/gic-v3-its: Refactor command encoding
` [RFC PATCH 04/33] irqchip/gic-v3-its: Move LPI definitions around
` [RFC PATCH 05/33] irqchip/gic-v3-its: Zero command on allocation
` [RFC PATCH 06/33] irqchip/gic-v3-its: Add probing for VLPI properties
` [RFC PATCH 07/33] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [RFC PATCH 08/33] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 11/33] irqchip/gic-v3-its: Split out pending table allocation
` [RFC PATCH 12/33] irqchip/gic-v3-its: Rework LPI freeing
` [RFC PATCH 13/33] irqchip/gic-v3-its: Generalize device table allocation
` [RFC PATCH 14/33] irqchip/gic-v3-its: Generalize LPI configuration
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 16/33] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 19/33] irqchip/gic-v3-its: Add VLPI configuration handling
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 21/33] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [RFC PATCH 22/33] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 25/33] irqchip/gic-v3-its: Add VPE invalidation hook
` [RFC PATCH 26/33] irqchip/gic-v3-its: Add VPE affinity changes
` [RFC PATCH 27/33] irqchip/gic-v3-its: Add VPE interrupt masking
` [RFC PATCH 28/33] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [RFC PATCH 29/33] irqchip/gic-v4: Add per-VM VPE domain creation
` [RFC PATCH 30/33] irqchip/gic-v4: Add VPE command interface
` [RFC PATCH 31/33] irqchip/gic-v4: Add VLPI configuration interface
` [RFC PATCH 32/33] irqchip/gic-v4: Add some basic documentation
` [RFC PATCH 33/33] irqchip/gic-v4: Enable low-level GICv4 operations

[PATCH] KVM: race-free exit from KVM_RUN without POSIX signals
 2017-02-17  9:40 UTC  (6+ messages)

[PATCH] KVM: arm64: VGIC: fix command handling while ITS being disabled
 2017-02-16 12:22 UTC  (2+ messages)

[PATCH V9 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-15 20:52 UTC  (14+ messages)
` [PATCH V9 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V9 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V9 03/10] efi: parse ARM processor error
` [PATCH V9 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V9 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V9 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V9 07/10] efi: print unrecognized CPER section
` [PATCH V9 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V9 09/10] trace, ras: add ARM processor error trace event
` [PATCH V9 10/10] arm/arm64: KVM: add guest SEA support

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-15 17:07 UTC  (14+ messages)
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V8 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V8 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

Booting a kernel to EL1 in Armv8.1
 2017-02-14 22:08 UTC  (3+ messages)

[PATCH v3 0/5] arm64: mmu: avoid writeable-executable mappings
 2017-02-14 20:52 UTC  (6+ messages)
` [PATCH v3 1/5] arm: kvm: move kvm_vgic_global_state out of .text section
` [PATCH v3 2/5] arm64: mmu: move TLB maintenance from callers to create_mapping_late()
` [PATCH v3 3/5] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH v3 4/5] arm64: mmu: map .text as read-only from the outset
` [PATCH v3 5/5] arm64: mmu: apply strict permissions to .init.text and .init.data

[PATCH v2 0/5] arm64: mmu: avoid writeable-executable mappings
 2017-02-14 17:54 UTC  (15+ messages)
` [PATCH v2 1/5] arm: kvm: move kvm_vgic_global_state out of .text section
` [PATCH v2 2/5] arm64: mmu: move TLB maintenance from callers to create_mapping_late()
` [PATCH v2 3/5] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH v2 4/5] arm64: mmu: map .text as read-only from the outset
` [PATCH v2 5/5] arm64: mmu: apply strict permissions to .init.text and .init.data

[RFC v2 00/19] vITS save/restore
 2017-02-13 10:09 UTC  (6+ messages)
` [RFC v2 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access


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