Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2016-05-24 09:09:25 to 2016-06-27 07:46:41 UTC [more...]

[Qemu-devel] [PATCH] hw/arm/virt: gicv3: use all target-list bits
 2016-06-27  7:51 UTC  (2+ messages)

Android guest on KVM/ARM
 2016-06-27  6:28 UTC  (2+ messages)

ARM32 guest on ARM64 host
 2016-06-25 13:09 UTC  (2+ messages)

issues with emulated PCI MMIO backed by host memory under KVM
 2016-06-25  7:19 UTC  (5+ messages)

Increase GICV size to 64KB so !4KB page-size kernels are able to initialize KVM
 2016-06-23  7:33 UTC  (6+ messages)

[PATCH v6 00/15] KVM: arm64: GICv3 ITS emulation
 2016-06-22 17:02 UTC  (28+ messages)
` [PATCH v6 01/15] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v6 02/15] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v6 03/15] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v6 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v6 05/15] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v6 06/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v6 07/15] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v6 08/15] KVM: arm64: introduce new KVM ITS device
` [PATCH v6 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v6 10/15] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v6 11/15] KVM: arm64: read initial LPI pending table
` [PATCH v6 12/15] KVM: arm64: allow updates of LPI configuration table
` [PATCH v6 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v6 14/15] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v6 15/15] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH 0/3] arm64: Kill ESR_LNX_EXEC
 2016-06-21 16:09 UTC  (9+ messages)
` [PATCH 1/3] arm64: add macro to extract ESR_ELx.EC
` [PATCH 2/3] arm64/kvm: use ESR_ELx_EC to extract EC
` [PATCH 3/3] arm64: kill ESR_LNX_EXEC

[PATCH 0/5] arm/arm64: KVM: Tighten memory protection flags
 2016-06-15 14:51 UTC  (11+ messages)
` [PATCH 1/5] arm/arm64: KVM: Add a protection parameter to create_hyp_mappings
` [PATCH 2/5] arm64: Add PTE_HYP_XN page table flag
` [PATCH 3/5] arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata section
` [PATCH 4/5] arm/arm64: KVM: Map the HYP text as read-only
` [PATCH 5/5] arm/arm64: KVM: Make default HYP mappings non-excutable

[PATCH] kvmtool: devices.c: Update parent when inserting into rbtree
 2016-06-15 10:59 UTC 

Status of live migration on ARMv7
 2016-06-15  7:57 UTC  (5+ messages)
  `  "

[PATCH] kvmtool/arm: Fix timer trigger
 2016-06-13 14:09 UTC 

[PATCH v5 00/13] KVM: arm64: GICv3 ITS emulation
 2016-06-08 17:03 UTC  (25+ messages)
` [PATCH v5 01/13] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v5 02/13] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v5 03/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v5 04/13] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v5 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v5 06/13] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v5 07/13] KVM: arm64: introduce new KVM ITS device
` [PATCH v5 08/13] KVM: arm64: implement basic ITS register handlers
` [PATCH v5 09/13] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v5 10/13] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v5 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH v5 12/13] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v5 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] KVM: arm/arm64: Stop leaking vcpu pid references
 2016-06-08 16:24 UTC 

[PATCH] arm64: KVM: fix build with CONFIG_ARM_PMU disabled
 2016-06-08 10:48 UTC  (2+ messages)

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

[PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables
 2016-06-07 10:58 UTC  (16+ messages)
` [PATCH 01/15] arm64: KVM: Merged page tables documentation
` [PATCH 02/15] arm64: KVM: Kill HYP_PAGE_OFFSET
` [PATCH 03/15] arm64: Add ARM64_HYP_OFFSET_LOW capability
` [PATCH 04/15] arm64: KVM: Define HYP offset masks
` [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets
` [PATCH 06/15] arm/arm64: KVM: Export __hyp_text_start/end symbols
` [PATCH 07/15] arm64: KVM: Runtime detection of lower HYP offset
` [PATCH 08/15] arm/arm64: KVM: Always have merged page tables
` [PATCH 09/15] arm64: KVM: Simplify HYP init/teardown
` [PATCH 10/15] arm/arm64: KVM: Drop boot_pgd
` [PATCH 11/15] arm/arm64: KVM: Kill free_boot_hyp_pgd
` [PATCH 12/15] arm: KVM: Simplify HYP init
` [PATCH 13/15] arm: KVM: Allow hyp teardown
` [PATCH 14/15] arm/arm64: KVM: Prune unused #defines
` [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-06-07  8:02 UTC  (24+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers

[PULL 0/8] KVM/ARM Fixes for v4.7-rc2
 2016-06-02 13:52 UTC  (10+ messages)
` [PULL 1/8] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PULL 2/8] KVM: arm/arm64: vgic-v3: "
` [PULL 3/8] KVM: arm/arm64: vgic-v2: Always resample level interrupts
` [PULL 4/8] KVM: arm/arm64: vgic-v3: "
` [PULL 5/8] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PULL 6/8] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PULL 7/8] arm64: KVM: vgic-v3: Relax synchronization when SRE==1
` [PULL 8/8] KVM: arm/arm64: vgic-new: Removel harmful BUG_ON

[PATCH] KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
 2016-06-02  9:52 UTC  (2+ messages)

[PATCH v2 0/7] vgic fixes for 4.7-rc1
 2016-05-31 14:14 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: arm/arm64: vgic-v2: Clear all dirty LRs
` [PATCH v2 2/7] KVM: arm/arm64: vgic-v3: "
` [PATCH v2 3/7] KVM: arm/arm64: vgic-v2: Always resample level interrupts
` [PATCH v2 4/7] KVM: arm/arm64: vgic-v3: "
` [PATCH v2 5/7] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PATCH v2 6/7] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PATCH v2 7/7] arm64: KVM: vgic-v3: Relax synchronization when SRE==1

The VM can not start
 2016-05-25 12:49 UTC  (2+ messages)

[PATCH 0/7] vgic fixes for 4.7-rc1
 2016-05-24 13:18 UTC  (9+ messages)
` [PATCH 5/7] arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
` [PATCH 6/7] arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
` [PATCH 7/7] arm64: KVM: vgic-v3: Relax synchronization when SRE==1

[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
 2016-05-24 12:39 UTC  (6+ messages)
  ` [Qemu-devel] "

[PULL 00/59] KVM/ARM Changes for v4.7 take 2
 2016-05-24  9:09 UTC  (14+ messages)
` [PULL 31/59] KVM: arm/arm64: vgic-new: Add CONFIG registers handlers
` [PULL 36/59] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PULL 38/59] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PULL 41/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PULL 42/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PULL 46/59] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PULL 47/59] KVM: arm/arm64: vgic-new: Export register access interface
` [PULL 54/59] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PULL 55/59] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PULL 56/59] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PULL 57/59] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PULL 58/59] KVM: arm/arm64: vgic-new: enable build
` [PULL 59/59] KVM: arm/arm64: vgic-new: Synchronize changes to active state


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