Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-11-04 17:32:02 to 2016-11-21 13:25:34 UTC [more...]

[PATCH v8 0/7] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-11-21 13:26 UTC  (26+ messages)
` [PATCH v8 1/7] arm/arm64: vgic: Implement support for userspace access
` [PATCH v8 2/7] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v8 5/7] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v8 6/7] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v8 7/7] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl

[kvm-unit-tests PATCH v9 0/3] ARM PMU tests
 2016-11-21  9:41 UTC  (6+ messages)
` [kvm-unit-tests PATCH v9 1/3] arm: Add PMU test
` [kvm-unit-tests PATCH v9 2/3] arm: pmu: Check cycle count increases
` [kvm-unit-tests PATCH v9 3/3] arm: pmu: Add CPI checking

[PULL] KVM/ARM updates for 4.9-rc6
 2016-11-19 19:28 UTC  (4+ messages)
` [PATCH 1/2] arm64: KVM: pmu: Fix AArch32 cycle counter access
` [PATCH 2/2] KVM: arm64: Fix the issues when guest PMCCFILTR is configured

[kvm-unit-tests PATCH] arm/arm64: introduce is_aarch32
 2016-11-18 15:06 UTC  (12+ messages)

[kvm-unit-tests PATCH 0/4] kvm-unit-tests: add first GIC MMIO tests
 2016-11-18 14:41 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/4] arm/arm64: GIC: basic GICv2 "
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH 2/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH 3/4] arm/arm64: GICv2: add GICD_ITARGETSR testing
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH 4/4] arm/arm64: GICv3: add TYPER test
  ` [Qemu-devel] "

[kvm-unit-tests PATCH 0/4] kvm-unit-tests: add first GIC MMIO tests
 2016-11-18 12:18 UTC 

[PATCH v3 1/1] KVM: ARM64: Fix the issues when guest PMCCFILTR is configured
 2016-11-17 13:38 UTC  (3+ messages)

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

[PATCH v3 0/2] arm64: Support systems without FP/ASIMD
 2016-11-16 18:11 UTC  (9+ messages)
` [PATCH v3 1/2] arm64: Add hypervisor safe helper for checking constant capabilities
` [PATCH v3 2/2] arm64: Support systems without FP/ASIMD

[kvm-unit-tests PATCH v8 0/3] ARM PMU tests
 2016-11-16 16:41 UTC  (18+ messages)
` [kvm-unit-tests PATCH v8 1/3] arm: Add PMU test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v8 2/3] arm: pmu: Check cycle count increases
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v8 3/3] arm: pmu: Add CPI checking
  ` [Qemu-devel] "

[PATCH] arm: Add simple arch timer test
 2016-11-16 15:56 UTC  (4+ messages)

[PATCH] arm/arm64: KVM: VGIC: limit ITARGETSR bits to number of VCPUs
 2016-11-15 15:34 UTC  (3+ messages)

[PATCH] arm/arm64: KVM: clean up useless code in kvm_timer_enable
 2016-11-15 11:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v6 00/11] arm/arm64: add gic framework
 2016-11-14 21:08 UTC  (12+ messages)
` [kvm-unit-tests PATCH v6 01/11] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH v6 02/11] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH v6 03/11] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH v6 04/11] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH v6 05/11] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH v6 06/11] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH v6 07/11] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH v6 08/11] libcflat: add IS_ALIGNED() macro, and page sizes
` [kvm-unit-tests PATCH v6 09/11] arm/arm64: add initial gicv3 support
` [kvm-unit-tests PATCH v6 10/11] arm/arm64: gicv3: add an IPI test
` [kvm-unit-tests PATCH v6 11/11] arm/arm64: gic: don't just use zero

[kvm-unit-tests PATCH v5 00/11] arm/arm64: add gic framework
 2016-11-14 15:17 UTC  (34+ messages)
` [kvm-unit-tests PATCH v5 01/11] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH v5 02/11] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH v5 03/11] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH v5 04/11] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH v5 05/11] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH v5 06/11] arm/arm64: add initial gicv2 support
      ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 07/11] arm/arm64: gicv2: add an IPI test
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 08/11] libcflat: add IS_ALIGNED() macro, and page sizes
` [kvm-unit-tests PATCH v5 09/11] arm/arm64: add initial gicv3 support
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 10/11] arm/arm64: gicv3: add an IPI test
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 11/11] arm/arm64: gic: don't just use zero

[PATCH v1 0/2] KVM: Support GICv3 vITS in 32-bit mode
 2016-11-14 10:17 UTC  (5+ messages)
` [PATCH v1 1/2] KVM: arm64: vgic-its: Fix compatability with 32-bit
` [PATCH v1 2/2] ARM: KVM: Support vGICv3 ITS

[PULL 0/3] KVM/ARM updates for v4.9-rc4
 2016-11-11 10:23 UTC  (6+ messages)
` [PATCH 1/3] arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU
` [PATCH 2/3] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
` [PATCH 3/3] KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQs

[PATCH 1/2] arm64: perf: Move ARMv8 PMU perf event definitions to asm/perf_event.h
 2016-11-10 18:09 UTC  (9+ messages)
` [PATCH 2/2] KVM: ARM64: Fix the issues when guest PMCCFILTR is configured

[kvm-unit-tests PATCH v4 00/11] arm/arm64: add gic framework
 2016-11-10 17:18 UTC  (14+ messages)
` [kvm-unit-tests PATCH v4 01/11] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH v4 02/11] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH v4 03/11] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH v4 04/11] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH v4 05/11] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH v4 06/11] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH v4 07/11] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH v4 08/11] libcflat: add IS_ALIGNED() macro, and page sizes
` [kvm-unit-tests PATCH v4 09/11] arm/arm64: add initial gicv3 support
` [kvm-unit-tests PATCH v4 10/11] arm/arm64: gicv3: add an IPI test
` [kvm-unit-tests PATCH v4 11/11] arm/arm64: gic: don't just use zero

[kvm-unit-tests PATCH v4 00/11] arm/arm64: add gic framework
 2016-11-09 16:59 UTC  (26+ messages)
` [kvm-unit-tests PATCH v4 01/11] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH v4 02/11] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH v4 03/11] arm/arm64: smp: support more than 8 cpus
        ` [Qemu-devel] "
` [kvm-unit-tests PATCH v4 04/11] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH v4 05/11] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH v4 06/11] arm/arm64: add initial gicv2 support
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v4 07/11] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH v4 08/11] libcflat: add IS_ALIGNED() macro, and page sizes
` [kvm-unit-tests PATCH v4 09/11] arm/arm64: add initial gicv3 support
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v4 10/11] arm/arm64: gicv3: add an IPI test
` [kvm-unit-tests PATCH v4 11/11] arm/arm64: gic: don't just use zero

[PATCH v2 0/8] Add support for monitoring guest TLB operations
 2016-11-08 17:19 UTC  (2+ messages)

[RFC PATCH] kvm-unit-tests: arm/arm64: strip GIC headers
 2016-11-08 10:52 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v7 00/15] kvmtool: arm: ITS emulation and GSI routing support
 2016-11-04 17:35 UTC  (4+ messages)
` [PATCH v7 03/15] irq: move IRQ routing into irq.c

[PATCH v8 00/16] kvmtool: arm: ITS emulation and GSI routing support
 2016-11-04 17:32 UTC  (2+ messages)
` [PATCH v8 15/16] arm64: enable GICv3-ITS emulation


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