Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-11-28 19:38:59 to 2016-12-08 17:50:28 UTC [more...]

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-08 17:50 UTC  (11+ messages)
` [PATCH kvm-unit-tests v8 01/10] arm/arm64: yield on cpu_relax
` [PATCH kvm-unit-tests v8 02/10] arm/arm64: smp: support more than 8 cpus
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
` [PATCH kvm-unit-tests v8 04/10] arm/arm64: irq enable/disable
` [PATCH kvm-unit-tests v8 05/10] arm/arm64: add initial gicv2 support
` [PATCH kvm-unit-tests v8 06/10] arm/arm64: gicv2: add an IPI test
` [PATCH kvm-unit-tests v8 07/10] libcflat: add IS_ALIGNED() macro, and page sizes
` [PATCH kvm-unit-tests v8 08/10] arm/arm64: add initial gicv3 support
` [PATCH kvm-unit-tests v8 09/10] arm/arm64: gicv3: add an IPI test
` [PATCH kvm-unit-tests v8 10/10] arm/arm64: gic: don't just use zero

[PATCH kvm-unit-tests v2 0/2] arm/pmu: fixups for AArch64
 2016-12-08 17:05 UTC  (3+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/pmu: fix probe on AArch64
` [PATCH kvm-unit-tests v2 2/2] arm/pmu: don't run tcg tests

[kvm-unit-tests PATCH] arm/pmu: fix probe on AArch64-only machines
 2016-12-08 16:00 UTC  (2+ messages)

[kvm-unit-tests PATCH v14 0/5] ARM PMU tests
 2016-12-08 14:51 UTC  (9+ messages)
` [kvm-unit-tests PATCH v14 1/5] arm: rename cp15.h to sysreg.h
` [kvm-unit-tests PATCH v14 2/5] arm: Add support for read_sysreg() and write_sysreg()
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v14 3/5] arm: Add PMU test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v14 4/5] arm: pmu: Check cycle count increases
` [kvm-unit-tests PATCH v14 5/5] arm: pmu: Add CPI checking
` [Qemu-devel] [kvm-unit-tests PATCH v14 0/5] ARM PMU tests

[PATCH] arm64: Work around Falkor erratum 1009
 2016-12-08 13:27 UTC  (5+ messages)

[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-08 12:50 UTC  (31+ messages)
` [PATCH v9 01/11] arm/arm64: vgic: Implement support for userspace access
` [PATCH v9 02/11] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v9 03/11] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v9 04/11] irqchip/gic-v3: Add missing system register definitions
` [PATCH v9 05/11] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v9 06/11] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v9 07/11] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[PATCH 0/2] Add the missing resetting LRs at boot time for new-vgic
 2016-12-08 12:32 UTC  (10+ messages)
` [PATCH 1/2] arm64: KVM: vgic-v3: Add the missing resetting LRs at boot time
` [PATCH 2/2] KVM: arm/arm64: vgic-v2: "

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-12-07 21:48 UTC  (11+ messages)
` [PATCH V6 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V6 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [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 V6 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V6 07/10] efi: print unrecognized CPER section
` [PATCH V6 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V6 09/10] trace, ras: add ARM processor error trace event
` [PATCH V6 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] arm/arm64: KVM: Check for properly initialized timer on init
 2016-12-07 11:06 UTC  (4+ messages)

[PATCH v2] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest
 2016-12-06 17:17 UTC  (6+ messages)

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

[PATCH 0/2] arm64: PMU: Sanitize usage of PMSELR_EL0.SEL
 2016-12-06 14:32 UTC  (6+ messages)
` [PATCH 1/2] arm64: PMU: Do not use PMSELR_EL0 to access PMCCFILTR_EL0
` [PATCH 2/2] arm64: PMU: Reset PMSELR_EL0 to a sane value at boot time

[PATCH v3] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
 2016-12-06 14:27 UTC  (9+ messages)

[kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework
 2016-12-06 11:21 UTC  (23+ messages)
` [kvm-unit-tests RFC 01/15] libcflat: Add other size defines
` [kvm-unit-tests RFC 02/15] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests RFC 03/15] arm/arm64: ITS skeleton
  ` [Qemu-devel] "
` [kvm-unit-tests RFC 04/15] arm/arm64: ITS: BASER parsing and setup
` [kvm-unit-tests RFC 05/15] arm/arm64: GICv3: add cpu count
  ` [Qemu-devel] "
` [kvm-unit-tests RFC 06/15] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests RFC 07/15] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests RFC 08/15] arm/arm64: ITS: enable LPIs at re-distributor level
` [kvm-unit-tests RFC 09/15] arm/arm64: ITS: Parse the typer register
` [kvm-unit-tests RFC 10/15] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests RFC 11/15] arm/arm64: ITS: create device
` [kvm-unit-tests RFC 12/15] arm/arm64: ITS: create collection
` [kvm-unit-tests RFC 13/15] arm/arm64: ITS: commands
` [kvm-unit-tests RFC 14/15] arm/arm64: gic: Generalize ipi_enable()
` [kvm-unit-tests RFC 15/15] arm/arm64: ITS test
` [Qemu-devel] [kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework

[PATCH v2] arm/arm64: KVM: VGIC: limit ITARGETSR bits to number of VCPUs
 2016-12-06 11:21 UTC  (2+ messages)

[PATCH 1/1] arm64: Correcting format specifier for printing 64 bit addresses
 2016-12-05  8:06 UTC 

[kvm-unit-tests PATCH v13 0/4] ARM PMU tests
 2016-12-02  9:58 UTC  (29+ messages)
` [kvm-unit-tests PATCH v13 1/4] arm: Define macros for accessing system registers
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 2/4] arm: Add PMU test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 3/4] arm: pmu: Check cycle count increases
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 4/4] arm: pmu: Add CPI checking
  ` [Qemu-devel] "

[PATCH v2] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
 2016-12-01 19:28 UTC  (3+ messages)

[PULL] KVM/ARM updates for 4.9-rc7
 2016-12-01 15:15 UTC  (7+ messages)
` [PATCH] KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs

Unable to use perf in VM
 2016-12-01  9:16 UTC  (5+ messages)

[PATCH v10 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-12-01  7:09 UTC  (9+ messages)
` [PATCH v10 1/8] arm/arm64: vgic: Implement support for userspace access
` [PATCH v10 2/8] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v10 3/8] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v10 4/8] irqchip/gic-v3: Add missing system register definitions
` [PATCH v10 5/8] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [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

[Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test
 2016-12-01  5:35 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
 2016-11-30 13:41 UTC  (14+ messages)

[PATCH V5 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-11-29 17:30 UTC  (8+ messages)
` [PATCH V5 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V5 03/10] efi: parse ARMv8 processor error

[PATCH v2] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
 2016-11-29 11:37 UTC  (2+ messages)

[PATCH] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
 2016-11-29  2:12 UTC  (3+ messages)


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