messages from 2015-03-27 15:53:11 to 2015-04-16 15:47:19 UTC [more...]
ARM: PCI devices emulation broken with KVM due to cache issue
2015-04-16 15:54 UTC
UEFI on KVM fails to start on juno on cortex-a57 cluster
2015-04-15 17:17 UTC (10+ messages)
` [Linaro-uefi] "
[PATCH] KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
2015-04-14 10:44 UTC (2+ messages)
[PATCH v2 00/10] KVM Guest Debug support for arm64
2015-04-14 10:32 UTC (56+ messages)
` [PATCH v2 01/10] KVM: add commentary for kvm_debug_exit_arch struct
` [PATCH v2 02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
` [PATCH v2 07/10] KVM: arm64: guest debug, add support for single-step
` [PATCH v2 08/10] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v2 09/10] KVM: arm64: trap nested debug register access
` [PATCH v2 10/10] KVM: arm64: add trace points for guest_debug debug
[RFC PATCH] arm64: KVM: remove fpsimd save/restore from the world switch
2015-04-13 14:26 UTC (13+ messages)
Advice on HYP interface for AsyncPF
2015-04-13 12:52 UTC (21+ messages)
[RFC v6 00/16] KVM-VFIO IRQ forward control
2015-04-13 12:29 UTC (17+ messages)
` [RFC v6 01/16] KVM: arm/arm64: Enable the KVM-VFIO device
` [RFC v6 02/16] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v6 03/16] VFIO: platform: single handler using function pointer
` [RFC v6 04/16] KVM: kvm-vfio: User API for IRQ forwarding
` [RFC v6 05/16] VFIO: external user API for interaction with vfio devices
` [RFC v6 06/16] VFIO: Introduce vfio_device_external_ops
` [RFC v6 07/16] VFIO: pci: initialize vfio_device_external_ops
` [RFC v6 08/16] VFIO: platform: implement vfio_device_external_ops callbacks
` [RFC v6 09/16] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC v6 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v6 11/16] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v6 12/16] KVM: arm: rename pause into power_off
` [RFC v6 13/16] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v6 14/16] kvm: arm/arm64: implement "
` [RFC v6 15/16] KVM: kvm-vfio: generic forwarding control
` [RFC v6 16/16] KVM: arm/arm64: vgic: "
[PATCH] KVM: arm/arm64: check IRQ number on userland injection
2015-04-13 10:35 UTC (11+ messages)
[PATCH v2] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
2015-04-13 9:57 UTC (2+ messages)
[PATCH] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
2015-04-10 13:17 UTC (5+ messages)
[PATCH v2 0/2] ARM adaptations for vhost irqfd setup
2015-04-10 10:50 UTC (6+ messages)
` [PATCH v2 1/2] kvm: introduce kvm_arch_msi_data_to_gsi
` [PATCH v2 2/2] arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowed
[PATCH 0/2] ARM adaptations for vhost irqfd setup
2015-04-10 7:06 UTC (5+ messages)
` [PATCH 1/2] kvm: introduce kvm_arch_msi_data_to_gsi
` [PATCH 2/2] arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowed
[PATCH] arm: KVM: force execution of HCPTR access on VM exit
2015-04-09 13:35 UTC (4+ messages)
linux-next: manual merge of the kvm-arm tree with Linus' tree
2015-04-08 10:57 UTC (4+ messages)
[GIT PULL 0/5] arm/arm64: KVM: Fixes for KVM for 4.0-rc5
2015-04-07 16:14 UTC (2+ messages)
[GIT PULL] KVM/ARM updates for v4.1
2015-04-02 18:54 UTC (29+ messages)
` [PATCH 01/27] KVM: vgic: add virt-capable compatible strings
` [PATCH 02/27] KVM: arm/arm64: prefer IS_ENABLED to a static variable
` [PATCH 03/27] arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
` [PATCH 04/27] KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
` [PATCH 05/27] KVM: introduce kvm_arch_intc_initialized and use it in irqfd
` [PATCH 06/27] KVM: arm/arm64: implement kvm_arch_intc_initialized
` [PATCH 07/27] KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
` [PATCH 08/27] KVM: arm/arm64: add irqfd support
` [PATCH 09/27] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
` [PATCH 10/27] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH 11/27] arm/arm64: KVM: Optimize handling of Access Flag faults
` [PATCH 12/27] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
` [PATCH 13/27] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
` [PATCH 14/27] arm/arm64: KVM: support for un-queuing active IRQs
` [PATCH 15/27] arm/arm64: KVM: Fix migration race in the arch timer
` [PATCH 16/27] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH 17/27] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH 18/27] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH 19/27] KVM: x86: "
` [PATCH 20/27] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH 21/27] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH 22/27] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH 23/27] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH 24/27] KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
` [PATCH 25/27] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH 26/27] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH 27/27] KVM: arm/arm64: enable KVM_CAP_IOEVENTFD
[PATCH] KVM: arm64: add gic-400 compatible
2015-04-02 17:31 UTC (2+ messages)
[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
2015-03-31 16:05 UTC (7+ messages)
` [PATCH 01/25] arm: "
[PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
2015-03-31 15:40 UTC (5+ messages)
` [PATCH v2 1/4] linux-headers: partial sync from my kernel tree (DEV)
` [PATCH v2 2/4] target-arm: kvm - implement software breakpoints
` [PATCH v2 3/4] target-arm: kvm - support for single step
` [PATCH v2 4/4] target-arm: kvm - add support for HW assisted debug
[PATCH v3 00/11] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
2015-03-30 10:47 UTC (13+ messages)
` [PATCH v3 07/11] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH v3 08/11] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH v3 09/11] KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
` [PATCH v3 10/11] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH v3 11/11] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH v3a "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox