kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-02 13:30:59 to 2015-07-07 16:29:55 UTC [more...]

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

[PATCH 0/3] arm: KVM: VFP lazy switch in KVM Host Mode may save upto 98%
 2015-07-07 15:27 UTC  (13+ messages)
` [PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state
` [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode
` [PATCH 3/3] arm: KVM: Add VFP lazy switch hooks in Host KVM

[PATCH 0/2] KVM: arm/arm64: Guest synchronous halt/resume
 2015-07-07 14:10 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm: rename pause into power_off
` [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt,resume]_guest
  ` [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-07 13:22 UTC  (27+ messages)
` [RFC v2 1/6] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [RFC v2 2/6] VFIO: platform: "
` [RFC v2 3/6] irq: bypass: Extend skeleton for ARM forwarding control
` [RFC v2 4/6] KVM: create kvm_irqfd.h
` [RFC v2 5/6] KVM: introduce kvm_arch functions for IRQ bypass
` [RFC v2 6/6] KVM: eventfd: add irq bypass consumer management

[PATCH 0/7] KVM: arm/arm64: gsi routing support
 2015-07-07 10:57 UTC  (46+ messages)
` [PATCH 1/7] KVM: api: add kvm_irq_routing_extended_msi
` [PATCH 2/7] KVM: kvm_host: add kvm_extended_msi
` [PATCH 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH 0/2] Allow to use KVM without in-kernel irqchip
 2015-07-07 10:38 UTC  (3+ messages)
` [PATCH 1/2] Fix NULL pointer dereferences if KVM is used "
` [PATCH 2/2] Detect vGIC presence at runtime

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-07-07 10:24 UTC  (11+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers
` [PATCH v3 09/11] KVM: arm: implement lazy world switch "

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-07-07  8:13 UTC  (9+ messages)
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH 12/13] KVM: arm64: implement MSI injection in ITS emulation

[RFC v2 0/9] ARM IRQ forward control based on IRQ bypass manager
 2015-07-06 13:24 UTC  (10+ messages)
` [RFC v2 1/9] VFIO: platform: registration of a dummy IRQ bypass producer
` [RFC v2 2/9] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v2 3/9] VFIO: platform: single handler using function pointer
` [RFC v2 4/9] VFIO: platform: add vfio_platform_set_automasked
` [RFC v2 5/9] VFIO: platform: add vfio_platform_is_active
` [RFC v2 6/9] irq: bypass: add active field on producer side
` [RFC v2 7/9] VFIO: platform: add irq bypass producer management
` [RFC v2 8/9] KVM: arm/arm64: vgic: forwarding control
` [RFC v2 9/9] KVM: arm/arm64: implement IRQ bypass consumer functions

[PATCH 0/3] arm/arm64: rework mmu_enabled, for spinlock speedup
 2015-07-06 12:41 UTC  (8+ messages)
` [PATCH 1/3] arm/arm64: Introduce mmu_disable
` [PATCH 2/3] arm/arm64: drop mmu_set_enabled
` [PATCH 3/3] arm/arm64: speed up spinlocks and atomic ops

[RFC 00/17] ARM IRQ forward control based on IRQ bypass manager
 2015-07-06 12:17 UTC  (30+ messages)
` [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 12/17] irq: bypass: Extend skeleton for ARM forwarding control
` [RFC 13/17] KVM: introduce kvm_arch functions for IRQ bypass
` [RFC 16/17] KVM: eventfd: add irq bypass consumer management

[PATCH v7 00/11] KVM Guest Debug support for arm64
 2015-07-06  9:31 UTC  (14+ messages)
` [PATCH v7 08/11] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v7 09/11] KVM: arm64: guest debug, HW assisted debug support

[PATCH 00/18] KVM: ARM64: Add guest PMU support
 2015-07-06  2:17 UTC  (19+ messages)
` [PATCH 01/18] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH 02/18] KVM: ARM64: Add initial support for PMU
` [PATCH 03/18] KVM: ARM64: Add offset defines for PMU registers
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH 05/18] KVM: ARM64: Add reset and access handlers for PMSELR_EL0 register
` [PATCH 06/18] KVM: ARM64: Add reset and access handlers for PMCEID0_EL0 and PMCEID1_EL0 register
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH 08/18] KVM: ARM64: Add reset and access handlers for PMXEVTYPER_EL0 register
` [PATCH 09/18] KVM: ARM64: Add reset and access handlers for PMXEVCNTR_EL0 register
` [PATCH 10/18] KVM: ARM64: Add reset and access handlers for PMCCNTR_EL0 register
` [PATCH 11/18] KVM: ARM64: Add reset and access handlers for PMCNTENSET_EL0 and PMCNTENCLR_EL0 register
` [PATCH 12/18] KVM: ARM64: Add reset and access handlers for PMINTENSET_EL1 and PMINTENCLR_EL1 register
` [PATCH 13/18] KVM: ARM64: Add reset and access handlers for PMOVSSET_EL0 and PMOVSCLR_EL0 register
` [PATCH 14/18] KVM: ARM64: Add reset and access handlers for PMUSERENR_EL0 register
` [PATCH 15/18] KVM: ARM64: Add reset and access handlers for PMSWINC_EL0 register
` [PATCH 16/18] KVM: ARM64: Add access handlers for PMEVCNTRn_EL0 and PMEVTYPERn_EL0 register
` [PATCH 17/18] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH 18/18] KVM: ARM64: Add KVM_CAP_ARM_PMU and KVM_ARM_PMU_SET_IRQ

[PATCH v3 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-07-03 18:56 UTC  (9+ messages)
` [PATCH v3 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "

[PATCH 0/3] arm/arm64: tcg_baremetal_tests inspired patches
 2015-07-03 17:42 UTC  (3+ messages)
` [PATCH 1/3] arm/arm64: spinlocks: fix memory barriers

[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  (9+ messages)
` [PATCH 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs

which phone cpu support the arm virtualization
 2015-07-02 14:09 UTC  (2+ 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).