messages from 2015-03-11 16:50:54 to 2015-03-25 21:59:40 UTC [more...]
[PATCH v2 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
2015-03-25 21:59 UTC (32+ messages)
` [PATCH v2 01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH v2 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH v2 03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH v2 04/12] KVM: x86: "
` [PATCH v2 05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH v2 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH v2 07/12] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH v2 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH v2 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH v2 10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH v2 11/12] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH] KVM: arm/arm64: fix MMIO handling on userland induced accesses
` [PATCH v2 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code
UEFI on KVM fails to start on juno on cortex-a57 cluster
2015-03-25 19:32 UTC (4+ messages)
` [Linaro-uefi] "
ARM: KVM/XEN: how should we support virt-what?
2015-03-25 17:19 UTC (5+ messages)
` [Xen-devel] "
[PATCH v5 0/6] QEMU ARM64 Migration Fixes
2015-03-24 14:37 UTC (9+ messages)
` [PATCH v5 1/6] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
` [Qemu-devel] "
` [PATCH v5 2/6] target-arm: kvm: save/restore mp state
` [PATCH v5 3/6] hw/intc: arm_gic_kvm.c restore config first
` [PATCH v5 4/6] target-arm: kvm64 sync FP register state
` [PATCH v5 5/6] target-arm: kvm64 fix save/restore of SPSR regs
` [PATCH v5 6/6] target-arm: cpu.h document why env->spsr exists
[PATCH v2 1/1] iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition
2015-03-23 14:23 UTC (3+ messages)
[PATCH 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
2015-03-20 14:25 UTC (30+ messages)
` [PATCH 01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH 03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH 04/12] KVM: x86: "
` [PATCH 05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH 07/12] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH 10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH 11/12] KVM: ARM: on IO mem abort - route the call to KVM MMIO bus
` [PATCH 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code
[PATCH] arm64: dts: Fix GIC reg sizes for APM X-Gene
2015-03-19 18:54 UTC (14+ messages)
the arm cache coherency cluster "v2"
2015-03-19 17:24 UTC (13+ messages)
` [RFC PATCH 0/3] KVM: Introduce KVM_MEM_UNCACHED
` [RFC PATCH 1/3] KVM: promote KVM_MEMSLOT_INCOHERENT to uapi
` [RFC PATCH 2/3] arm/arm64: KVM: decouple READONLY and UNCACHED
` [RFC PATCH 3/3] arm/arm64: KVM: implement KVM_MEM_UNCACHED
` [RFC PATCH 0/4] support KVM_MEM_UNCACHED
` [RFC PATCH 1/4] kvm-all: put kvm_mem_flags to more work
` [RFC PATCH 2/4] HACK: linux header update
` [RFC PATCH 3/4] memory: add uncached flag
` [RFC PATCH 4/4] vga: flag vram as uncached
[PATCH v12 0/9] KVM platform device passthrough
2015-03-19 17:16 UTC (10+ messages)
` [PATCH v12 1/9] linux-headers: update VFIO header for VFIO platform/amba drivers
` [PATCH v12 2/9] hw/vfio/platform: vfio-platform skeleton
` [PATCH v12 3/9] hw/vfio/platform: add irq assignment
` [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation
` [PATCH v12 5/9] hw/arm/virt: start VFIO "
` [PATCH v12 6/9] hw/vfio/platform: calxeda xgmac device
` [PATCH v12 7/9] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v12 8/9] linux-headers: update arm/arm64 KVM headers for irqfd
` [PATCH v12 9/9] hw/vfio/platform: add irqfd support
[PATCH 0/5] arm64: Patching branches for fun and profit
2015-03-19 13:59 UTC (6+ messages)
` [PATCH 1/5] arm64: insn: Add aarch64_insn_decode_immediate
` [PATCH 2/5] arm64: alternative: Allow immediate branch as alternative instruction
` [PATCH 3/5] arm64: Extract feature parsing code from cpu_errata.c
` [PATCH 4/5] arm64: alternative: Introduce feature for GICv3 CPU interface
` [PATCH 5/5] arm64: KVM: Switch vgic save/restore to alternative_insn
[PATCH v10 2/7] hw/vfio/platform: vfio-platform skeleton
2015-03-19 10:18 UTC (6+ messages)
` [PATCH v10 6/7] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v10 3/7] hw/vfio/platform: add irq assignment
[PATCH v11 0/9] KVM platform device passthrough
2015-03-19 10:05 UTC (10+ messages)
` [PATCH v11 1/9] linux-headers: update VFIO header for VFIO platform/amba drivers
` [PATCH v11 2/9] hw/vfio/platform: vfio-platform skeleton
` [PATCH v11 3/9] hw/vfio/platform: add irq assignment
` [PATCH v11 4/9] hw/vfio/platform: add capability to start IRQ propagation
` [PATCH v11 5/9] hw/arm/virt: start VFIO "
` [PATCH v11 6/9] hw/vfio/platform: calxeda xgmac device
` [PATCH v11 7/9] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v11 8/9] linux-headers: update arm/arm64 KVM headers for irqfd
` [PATCH v11 9/9] hw/vfio/platform: add irqfd support
the arm cache coherency cluster
2015-03-18 19:00 UTC (5+ messages)
` [RFC PATCH 0/6] support KVM_MEM_INCOHERENT
` [RFC/WIP PATCH 6/6] memory: add clear_cache_to_poc
[PATCH v2] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
2015-03-18 13:58 UTC (4+ messages)
[PATCH v14 00/20] VFIO support for platform devices
2015-03-18 13:39 UTC (13+ messages)
` [PATCH v14 19/20] vfio: initialize the virqfd workqueue in VFIO generic code
linux-next: manual merge of the kvm-arm tree with Linus' tree
2015-03-18 7:55 UTC
[PATCH] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
2015-03-17 19:24 UTC (3+ messages)
[PATCH v4 0/5] QEMU ARM64 Migration Fixes
2015-03-17 19:08 UTC (14+ messages)
` [PATCH v4 1/5] target-arm: kvm: save/restore mp state
` [PATCH v4 2/5] hw/intc: arm_gic_kvm.c restore config first
` [PATCH v4 3/5] target-arm: kvm64 sync FP register state
` [PATCH v4 4/5] target-arm: kvm64 fix save/restore of SPSR regs
` [PATCH v4 5/5] target-arm: cpu.h document why env->spsr exists
"info cpus" issue
2015-03-16 18:05 UTC (3+ messages)
[PATCH roundup 0/4] extend VA range of ID map for core kernel and KVM
2015-03-16 14:39 UTC (4+ messages)
` [PATCH roundup 1/4] arm64: mm: increase VA range of identity map
[GIT PULL 0/5] arm/arm64: KVM: Fixes for KVM for 4.0-rc5
2015-03-16 12:55 UTC (6+ messages)
` [GIT PULL 1/5] arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting
` [GIT PULL 2/5] arm64: KVM: Do not use pgd_index to index stage-2 pgd
` [GIT PULL 3/5] arm64: KVM: Fix outdated comment about VTCR_EL2.PS
` [GIT PULL 4/5] arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()
` [GIT PULL 5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model
[PATCH] arm: KVM: force execution of HCPTR access on VM exit
2015-03-16 10:59 UTC
[PATCH v3 0/5] KVM ARM64 Migration Fixes
2015-03-14 12:44 UTC (7+ messages)
` [PATCH v3 1/5] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
` [PATCH v3 2/5] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
` [PATCH v3 3/5] arm/arm64: KVM: support for un-queuing active IRQs
` [PATCH v3 4/5] arm/arm64: KVM: Fix migration race in the arch timer
` [PATCH v3 5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model
[PATCH] arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()
2015-03-13 10:41 UTC (4+ messages)
[PATCH v2 0/6] QEMU ARM64 Migration Fixes
2015-03-13 10:40 UTC (11+ messages)
` [PATCH v2 1/6] target-arm: kvm: save/restore mp state
` [PATCH v2 3/6] hw/char: pl011 don't keep setting the IRQ if nothing changed
` [PATCH v2 5/6] target-arm: kvm64 fix save/restore of SPSR regs
` [Qemu-devel] "
[PATCH v2 0/3] arm/arm64: KVM: Add support for page aging
2015-03-12 21:40 UTC (5+ messages)
` [PATCH v2 1/3] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
` [PATCH v2 2/3] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH v2 3/3] arm/arm64: KVM: Optimize handling of Access Flag faults
[PATCH 1/3] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
2015-03-12 15:07 UTC (6+ messages)
` [PATCH 2/3] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH 3/3] arm/arm64: KVM: Optimize handling of Access Flag faults
[PATCH v5] hw/intc/arm_gic: Initialize the vgic in the realize function
2015-03-12 14:04 UTC (2+ messages)
[PATCH v9 0/5] irqfd support for arm/arm64
2015-03-11 16:54 UTC (6+ messages)
` [PATCH v9 5/5] KVM: arm/arm64: add irqfd support
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