Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2015-07-23 16:48:44 to 2015-08-12 09:56:38 UTC [more...]

[PATCH v4 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-12  9:56 UTC  (15+ 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 v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-08-12  9:01 UTC  (12+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation

KVM Live migration with GICv3
 2015-08-11 15:24 UTC  (4+ messages)

[PATCH 0/6] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-11 10:06 UTC  (12+ 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

[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  (10+ messages)
` [PATCH v3 1/7] KVM: api: pass the devid in the msi routing entry
` [PATCH v3 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v3 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v3 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v3 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v3 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v3 7/7] KVM: arm: enable KVM_SIGNAL_MSI and "

[PATCH v5 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-10 13:31 UTC  (6+ 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 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 v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-08-10 13:21 UTC  (11+ 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 v4 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-10  8:44 UTC  (10+ messages)
` [PATCH v4 1/5] KVM: x86: select IRQ_BYPASS_MANAGER
` [PATCH v4 2/5] KVM: arm/arm64: "
` [PATCH v4 3/5] KVM: create kvm_irqfd.h
` [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  (37+ messages)
` [PATCH v3 01/11] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH v3 02/11] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH v3 03/11] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v3 05/11] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [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 08/11] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [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

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

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

[PATCH v3 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-08-05 10:53 UTC  (4+ 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

[PATCH v2 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-04 12:26 UTC  (9+ messages)
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

[RFC 0/2] VFIO: Add virtual MSI doorbell support
 2015-08-04  5:52 UTC  (10+ messages)
` [RFC 1/2] drivers: vfio: iommu map and unmap device specific memory from kernel
` [RFC 2/2] drivers: vfio: pci: Add virtual MSI doorbell support

[PATCH 00/18] KVM: ARM64: Add guest PMU support
 2015-08-03 19:55 UTC  (11+ messages)
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function

[PATCH v2 0/7] KVM: arm/arm64: gsi routing support
 2015-08-03  9:11 UTC  (6+ messages)
` [PATCH v2 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH 00/14] kvmtool: Refactor kernel image loading to allow pipes
 2015-07-30 10:52 UTC  (15+ messages)
` [PATCH 01/14] Refactor kernel image loading
` [PATCH 02/14] arm/powerpc: remove unneeded seeks in kernel loading
` [PATCH 03/14] x86: allow pipes for bzImage kernel images
` [PATCH 04/14] x86: support loading flat binary kernel images from a pipe
` [PATCH 05/14] kvmtool: introduce pseek
` [PATCH 06/14] MIPS: use pseek() in ELF kernel image loading
` [PATCH 07/14] MIPS: move ELF headers loading outside of load_elf_binary()
` [PATCH 08/14] MIPS: remove seeks from load_flat_binary()
` [PATCH 09/14] arm: move kernel loading into arm/kvm.c
` [PATCH 10/14] provide generic read_file() implementation
` [PATCH 11/14] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 12/14] powerpc: "
` [PATCH 13/14] MIPS: use read wrappers in kernel loading
` [PATCH 14/14] x86: "

[PATCH] arm64: KVM: remove remaining reference to vgic_sr_vectors
 2015-07-28  9:52 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-07-27  9:02 UTC  (12+ messages)

virtio-serial: Add multiple times opening support to virtserialport(port)
 2015-07-27  7:34 UTC 

add multiple times opening support to a virtserialport
 2015-07-24 12:00 UTC 

add multiple times opening support to a virtserialport
 2015-07-24 11:55 UTC 

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-24  1:27 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