kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-04 13:04:57 to 2015-08-19 17:35:30 UTC [more...]

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

PING: [PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-19  7:26 UTC 

[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-08-18 17:44 UTC  (22+ messages)
` [PATCH v3 01/10] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v3 02/10] VFIO: platform: test forwarded state when selecting the IRQ handler
` [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 v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
` [PATCH v3 08/10] KVM: arm/arm64: vgic: support irqfd injection of a forwarded IRQ
` [PATCH v3 09/10] KVM: arm/arm64: vgic: forwarding control
` [PATCH v3 10/10] KVM: arm/arm64: implement IRQ bypass consumer functions

[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 v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-08-17 13:44 UTC  (26+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [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 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

KVM/ARM: How to read the value of some physical address in HYP mode
 2015-08-17  1:59 UTC 

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

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  (8+ messages)
` [PATCH v5 1/5] KVM: x86: select IRQ_BYPASS_MANAGER
` [PATCH v5 2/5] KVM: arm/arm64: "
` [PATCH v5 3/5] KVM: create kvm_irqfd.h
` [PATCH v5 4/5] KVM: introduce kvm_arch functions for IRQ bypass
` [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  (23+ messages)
` [PATCH 1/6] irqchip: GICv3: Convert to EOImode == 1
` [PATCH 2/6] irqchip: GIC: "
` [PATCH 3/6] irqchip: GICv3: Skip LPI deactivation
` [PATCH 4/6] irqchip: GIC: Use chip_data instead of handler_data for cascaded interrupts
` [PATCH 5/6] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest

KVM Live migration with GICv3
 2015-08-12 16:34 UTC  (7+ messages)

[PATCH v4 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-12 11:45 UTC  (16+ messages)
` [PATCH v4 01/11] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH v4 02/11] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH v4 03/11] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH v4 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v4 05/11] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH v4 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v4 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v4 08/11] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH v4 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v4 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v4 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[PATCH] KVM: arm64: Decode basic HYP fault information
 2015-08-11  7:34 UTC 

[PATCH v3 0/7] KVM: arm/arm64: gsi routing support
 2015-08-10 13:39 UTC  (3+ messages)

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

[PATCH v4 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-10  8:44 UTC  (7+ messages)
` [PATCH v4 4/5] KVM: introduce kvm_arch functions for IRQ bypass
` [PATCH v4 5/5] KVM: eventfd: add irq bypass consumer management

[PATCH 0/2] KVM: arm/arm64: Guest synchronous halt/resume
 2015-08-07 16:17 UTC  (8+ 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

[PATCH v2 0/4] KVM: arm/arm64: guest synchronous halt/resume
 2015-08-07 16:08 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: rename pause into power_off
` [PATCH v2 2/4] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
` [PATCH v2 3/4] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PATCH v2 4/4] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest

[PATCH v3 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-07  8:29 UTC  (32+ messages)
` [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v3 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v3 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v3 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v3 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v3 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[PATCH] kvm:arm:Fix error handling in the function vgic_v3_probe
 2015-08-07  1:40 UTC  (11+ messages)

[PATCH 00/13] arm64: Virtualization Host Extension support
 2015-08-06 17:43 UTC  (6+ messages)
` [PATCH 07/13] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 11/13] arm64: Panic when VHE and non VHE CPUs coexist

KVM/ARM: Problems about intercepting the system call
 2015-08-06  5:45 UTC 


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