kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-12 13:34:58 to 2015-08-31 08:42:43 UTC [more...]

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-08-31  8:42 UTC  (43+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 05/15] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v2 06/15] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v2 07/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v2 08/15] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v2 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v2 10/15] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v2 12/15] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation

[PATCH 0/3] KVM: arm64: Implement API for vGICv3 live migration
 2015-08-31  7:43 UTC  (10+ messages)
` [PATCH 1/3] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH 2/3] KVM: arm64: Allow to use accessors in KVM_SET_ONE_REG and KVM_GET_ONE_REG
` [PATCH 3/3] KVM: arm64: Implement accessors for vGIC CPU interface registers

[PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-31  6:33 UTC  (3+ messages)

[PATCH] arm64/kvm: set {v,}TCR_EL2 RES1 bits
 2015-08-30 16:53 UTC  (2+ messages)

[RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device
 2015-08-30 14:06 UTC  (8+ messages)

[PATCH 0/2] Improve and add tracepoints for KVM on arm/arm64
 2015-08-30 13:55 UTC  (3+ messages)
` [PATCH 1/2] arm/arm64: KVM: Add tracepoints for vgic and timer
` [PATCH 2/2] arm/arm64: KVM: Improve kvm_exit tracepoint

[PATCH 0/9] Rework architected timer and fix UEFI reset
 2015-08-30 13:54 UTC  (10+ messages)
` [PATCH 1/9] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PATCH 2/9] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH 3/9] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH 4/9] arm/arm64: Implement GICD_ICFGR as RO for PPIs
` [PATCH 5/9] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH 6/9] arm/arm64: KVM: Add mapped interrupts documentation
` [PATCH 7/9] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 8/9] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PATCH 9/9] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0

[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-08-28  9:11 UTC  (3+ messages)

[PATCH 00/13] arm64: Virtualization Host Extension support
 2015-08-28  7:04 UTC  (8+ messages)

virtio-serial: Add multiple times opening support to virtserialport(port)
 2015-08-28  1:54 UTC  (3+ messages)

add multiple times opening support to a virtserialport
 2015-08-28  1:41 UTC  (4+ messages)

[GIT PULL] Late arm64 KVM fix for 4.2
 2015-08-27 18:02 UTC 

[PATCH v2] arm64: KVM: Do not inject a 64bit fault for a 32bit guest
 2015-08-27 15:10 UTC 

[PATCH] arm64: KVM: Do not inject a 64bit fault for a 32bit guest
 2015-08-27 14:45 UTC  (2+ messages)

[PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-27 14:18 UTC  (7+ messages)
` [PATCH v4 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v4 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v4 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest

[PATCH] KVM: arm/arm64: BUG: Fix losing level-sensitive interrupts
 2015-08-26 14:26 UTC  (9+ messages)

KVM Live migration with GICv3
 2015-08-26 14:24 UTC  (9+ messages)

[PATCH v3 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-26 10:09 UTC  (9+ messages)
` [PATCH v3 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v3 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v3 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v3 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest

KVM/ARM:Read SP_usr and SP_svc in HYP mode
 2015-08-25  4:40 UTC 

[GIT PULL] KVM/ARM pull request for 4.3
 2015-08-22  7:00 UTC  (27+ messages)
` [PATCH 01/25] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH 02/25] KVM: arm64: guest debug, define API headers
` [PATCH 03/25] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 04/25] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH 05/25] KVM: arm64: guest debug, add SW break point support
` [PATCH 06/25] KVM: arm64: guest debug, add support for single-step
` [PATCH 07/25] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 08/25] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH 09/25] KVM: arm64: guest debug, HW assisted debug support
` [PATCH 10/25] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH 11/25] KVM: arm64: add trace points for guest_debug debug
` [PATCH 12/25] arm64/kvm: Add generic v8 KVM target
` [PATCH 13/25] arm64: KVM: remove remaining reference to vgic_sr_vectors
` [PATCH 14/25] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 15/25] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 16/25] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 17/25] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 18/25] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 19/25] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 20/25] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 21/25] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 22/25] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH 23/25] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 24/25] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits
` [PATCH 25/25] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

PING: [PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-20  6:58 UTC  (3+ messages)

[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-08-19 23:21 UTC  (7+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "

KVM/ARM: How to read the value of some physical address in HYP mode
 2015-08-19 22:35 UTC  (2+ messages)

[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-08-18 17:44 UTC  (17+ messages)
` [PATCH v3 01/10] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v3 03/10] VFIO: platform: single handler using function pointer
` [PATCH v3 04/10] VFIO: platform: add vfio_platform_set_automasked
` [PATCH v3 05/10] VFIO: platform: add vfio_platform_is_active
` [PATCH v3 06/10] VFIO: platform: add irq bypass producer management

[PATCH v2 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-18  8:26 UTC  (9+ messages)
` [PATCH v2 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v2 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v2 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v2 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest

[PATCH v4 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-17  9:43 UTC  (4+ messages)
` [PATCH v4 1/3] Fix NULL pointer dereference if KVM is used "
` [PATCH v4 2/3] Detect vGIC presence at runtime
` [PATCH v4 3/3] Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP

[PATCH v3 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-14 13:41 UTC  (6+ messages)
` [PATCH v3 2/3] Detect vGIC presence at runtime

PING: [PATCH v3 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-14  9:46 UTC 

[PATCH 00/14] arm64: 16K translation granule support
 2015-08-13 17:29 UTC  (18+ messages)
` [PATCH 01/14] arm64: Move swapper pagetable definitions
` [PATCH 02/14] arm64: Handle section maps for swapper/idmap
` [PATCH 03/14] arm64: Introduce helpers for page table levels
` [PATCH 04/14] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCH 05/14] arm64: Handle 4 level page table for swapper
` [PATCH 06/14] arm64: Clean config usages for page size
` [PATCH 07/14] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCH 08/14] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [PATCH 09/14] arm64: Cleanup VTCR_EL2 computation
` [PATCH 10/14] arm: kvm: Move fake PGD handling to arch specific files
` [PATCH 11/14] arm64: kvm: Rewrite fake pgd handling
` [PATCH 12/14] arm64: Check for selected granule support
` [PATCH 13/14] arm64: Add 16K page size support
` [PATCH 14/14] arm64: 36 bit VA

[PATCH v5 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-13  9:19 UTC  (4+ messages)
` [PATCH v5 5/5] KVM: eventfd: add irq bypass consumer management

[PATCH 0/6] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-12 17:40 UTC  (17+ messages)
` [PATCH 2/6] irqchip: GIC: Convert to EOImode == 1
` [PATCH 3/6] irqchip: GICv3: Skip LPI deactivation
` [PATCH 5/6] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest


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).