kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-26 13:16:08 to 2015-07-03 17:31:42 UTC [more...]

[PATCH 0/3] arm/arm64: rework mmu_enabled, for spinlock speedup
 2015-07-03 17:42 UTC  (5+ messages)
` [PATCH 1/3] arm/arm64: Introduce mmu_disable
` [PATCH 2/3] arm/arm64: drop mmu_set_enabled

[RFC 00/17] ARM IRQ forward control based on IRQ bypass manager
 2015-07-03 17:23 UTC  (39+ messages)
` [RFC 01/17] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC 02/17] VFIO: platform: single handler using function pointer
` [RFC 03/17] VFIO: Introduce vfio_device_external_ops
` [RFC 04/17] VFIO: pci: initialize vfio_device_external_ops
` [RFC 05/17] VFIO: platform: implement vfio_device_external_ops callbacks
` [RFC 06/17] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC 07/17] KVM: arm: rename pause into power_off
` [RFC 08/17] kvm: arm/arm64: implement kvm_arm_[halt,resume]_guest
  ` [RFC 08/17] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest
` [RFC 09/17] bypass: IRQ bypass manager proto by Alex
` [RFC 10/17] KVM: arm: select IRQ_BYPASS_MANAGER
` [RFC 11/17] VFIO: platform: "
` [RFC 12/17] irq: bypass: Extend skeleton for ARM forwarding control
` [RFC 13/17] KVM: introduce kvm_arch functions for IRQ bypass
` [RFC 14/17] KVM: arm/arm64: vgic: forwarding control
` [RFC 15/17] KVM: arm/arm64: implement IRQ bypass consumer functions
` [RFC 16/17] KVM: eventfd: add irq bypass consumer management
` [RFC 17/17] VFIO: platform: add irq bypass producer management

[PATCH v7 00/11] KVM Guest Debug support for arm64
 2015-07-03 16:07 UTC  (18+ messages)
` [PATCH v7 01/11] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v7 02/11] KVM: arm64: guest debug, define API headers
` [PATCH v7 03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v7 04/11] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v7 05/11] KVM: arm64: guest debug, add SW break point support
` [PATCH v7 06/11] KVM: arm64: guest debug, add support for single-step
` [PATCH v7 07/11] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v7 08/11] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v7 09/11] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v7 10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v7 11/11] KVM: arm64: add trace points for guest_debug debug

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-07-03 15:57 UTC  (14+ messages)
` [PATCH 02/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH 03/13] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH 07/13] KVM: arm64: implement basic ITS register handlers
` [PATCH 10/13] KVM: arm64: sync LPI properties and status between guest and KVM
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers

[PATCH 0/7] KVM: arm/arm64: gsi routing support
 2015-07-03 15:53 UTC  (28+ messages)
` [PATCH 1/7] KVM: api: add kvm_irq_routing_extended_msi
` [PATCH 2/7] KVM: kvm_host: add kvm_extended_msi
` [PATCH 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH 5/7] KVM: arm/arm64: build a default routing table
` [PATCH 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH v3 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-07-03 11:53 UTC  (10+ messages)
` [PATCH v3 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "
` [PATCH v3 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-07-03 11:56 UTC  (32+ messages)
` [PATCH v3 01/11] KVM: arm: plug guest debug exploit
` [PATCH v3 02/11] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH v3 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH v3 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v3 05/11] KVM: arm: check ordering of all system register tables
` [PATCH v3 06/11] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH v3 07/11] KVM: arm: add trap handlers for 64-bit "
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for "
` [PATCH v3 09/11] KVM: arm: implement lazy world switch "
` [PATCH v3 10/11] KVM: arm: add a trace event for cp14 traps
` [PATCH v3 11/11] KVM: arm: enable trapping of all debug registers

[PATCH v5 00/10] kvmtool: arm64: GICv3 guest support
 2015-07-03 11:26 UTC  (11+ messages)
` [PATCH v5 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v5 02/10] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v5 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v5 04/10] AArch{32, 64}: dynamically configure the number of GIC interrupts
` [PATCH v5 05/10] arm: finish VGIC initialisation explicitly
` [PATCH v5 06/10] arm: simplify MMIO dispatching
` [PATCH v5 07/10] limit number of VCPUs on demand
` [PATCH v5 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v5 09/10] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v5 10/10] arm: use new irqchip parameter to create different vGIC types

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-07-03 10:10 UTC  (21+ messages)

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-07-03  9:57 UTC  (21+ messages)
` [PATCH 01/10] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 02/10] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

which phone cpu support the arm virtualization
 2015-07-02 14:09 UTC  (2+ messages)

[PATCH] arm64: Don't report clear pmds and puds as huge
 2015-07-01 13:56 UTC  (7+ messages)

[PATCH 2/2] arm/arm64: KVM: fix two build failured under STRICT_MM_TYPECHECKS
 2015-07-01 10:56 UTC  (3+ messages)

[PATCH v4 00/10] kvmtool: arm64: GICv3 guest support
 2015-06-30 16:50 UTC  (11+ messages)
` [PATCH v4 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v4 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v4 06/10] arm: simplify MMIO dispatching
` [PATCH v4 07/10] limit number of VCPUs on demand
` [PATCH v4 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v4 10/10] arm: use new irqchip parameter to create different vGIC types

[PATCH 0/3] KVM: arm: Implement software vGICv2 emulation
 2015-06-30  8:16 UTC  (4+ messages)

[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
 2015-06-29 17:37 UTC  (8+ messages)

[PATCH] arm64: KVM: Enable minimalistic support for Thunder
 2015-06-29 17:17 UTC  (5+ messages)

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-29 13:48 UTC  (7+ messages)

[PATCH 0/3] arm/arm64: tcg_baremetal_tests inspired patches
 2015-06-29 12:53 UTC  (7+ messages)
` [PATCH 1/3] arm/arm64: spinlocks: fix memory barriers
` [PATCH 2/3] arm/arm64: speed up spinlocks and atomic ops

[PATCH 0/3] arm: KVM: VFP lazy switch in KVM Host Mode may save upto 98%
 2015-06-28 17:57 UTC  (2+ messages)

[RFC 0/6] KVM: arm/arm64: gsi routing support
 2015-06-26 16:17 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).