messages from 2014-06-18 15:21:46 to 2014-06-20 13:00:10 UTC [more...]
[PATCH v3 0/9] arm64: KVM: debug infrastructure support
2014-06-20 12:59 UTC (2+ messages)
` [PATCH v3 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
2014-06-20 12:53 UTC (8+ messages)
[PATCH 0/2] ivshmem: update documentation, add client/server tools
2014-06-20 12:15 UTC (3+ messages)
` [PATCH 1/2] docs: update ivshmem device spec
` [PATCH 2/2] contrib: add ivshmem client and server
[RFC v3] ARM: KVM: add irqfd and irq routing support
2014-06-20 11:41 UTC
[PATCH v5 00/12] KVM Support for MIPS32 Processors
2014-06-20 11:28 UTC (16+ messages)
` [PATCH v5 10/12] hw/mips: malta: Add KVM support
` [Qemu-devel] "
BUG at mm/memory.c
2014-06-20 10:59 UTC (3+ messages)
[patch 0/5] KVM: support for pinning sptes
2014-06-20 10:46 UTC (19+ messages)
` [patch 1/5] KVM: x86: add pinned parameter to page_fault methods
` [patch 2/5] KVM: MMU: allow pinning spte translations (TDP-only)
` [patch 3/5] KVM: MMU: notifiers support for pinned sptes
` [patch 4/5] KVM: MMU: reload request from GET_DIRTY_LOG path
` [patch 5/5] KVM: MMU: pinned sps are not candidates for deletion
[PATCH v5 00/20] arm64: GICv3 support
2014-06-20 10:21 UTC (26+ messages)
` [PATCH v5 01/20] ARM: GIC: move some bits of GICv2 to a library-type file
` [PATCH v5 02/20] arm64: initial support for GICv3
` [PATCH v5 03/20] arm64: GICv3 device tree binding documentation
` [PATCH v5 04/20] arm64: boot protocol documentation update for GICv3
` [PATCH v5 05/20] KVM: arm/arm64: vgic: move GICv2 registers to their own structure
` [PATCH v5 06/20] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
` [PATCH v5 07/20] KVM: ARM: vgic: abstract access to the ELRSR bitmap
` [PATCH v5 08/20] KVM: ARM: vgic: abstract EISR bitmap access
` [PATCH v5 09/20] KVM: ARM: vgic: abstract MISR decoding
` [PATCH v5 10/20] KVM: ARM: vgic: move underflow handling to vgic_ops
` [PATCH v5 11/20] KVM: ARM: vgic: abstract VMCR access
` [PATCH v5 12/20] KVM: ARM: vgic: introduce vgic_enable
` [PATCH v5 13/20] KVM: ARM: introduce vgic_params structure
` [PATCH v5 14/20] KVM: ARM: vgic: split GICv2 backend from the main vgic code
` [PATCH v5 15/20] KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
` [PATCH v5 16/20] arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
` [PATCH v5 17/20] arm64: KVM: split GICv2 world switch from hyp code
` [PATCH v5 18/20] arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code
` [PATCH v5 19/20] KVM: ARM: vgic: add the GICv3 backend
` [PATCH v5 20/20] arm64: KVM: vgic: add GICv3 world switch
[PATCH 00/14] KVM GICv3 emulation
2014-06-20 8:46 UTC (25+ messages)
` [PATCH 01/14] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH 02/14] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH 03/14] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH 04/14] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH 05/14] arm/arm64: KVM: introduce per-VM ops
` [PATCH 06/14] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH 07/14] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
` [PATCH 08/14] arm/arm64: KVM: refactor MMIO accessors
` [PATCH 09/14] arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
` [PATCH 10/14] arm/arm64: KVM: add opaque private pointer to MMIO accessors
` [PATCH 11/14] arm/arm64: KVM: add virtual GICv3 distributor emulation
` [PATCH 12/14] arm/arm64: KVM: add SGI system register trapping
` [PATCH 13/14] arm/arm64: KVM: enable kernel side of GICv3 emulation
` [PATCH 14/14] arm/arm64: KVM: allow userland to request a virtual GICv3
market share??
2014-06-20 7:32 UTC (2+ messages)
[Bug 68051] New: Kernel stack trace when attempt to boot "kernel BUG at mm/page_alloc.c:2788"
2014-06-20 4:47 UTC (3+ messages)
` [Bug 68051] Kernel stack trace when attempt to boot into 3.13.0-0.rc6.git0.1 results in "
[PATCH] vfio: Fix endianness handling for emulated BARs
2014-06-20 3:21 UTC (9+ messages)
Implement PEBS virtualization for Silvermont
2014-06-19 20:33 UTC (11+ messages)
` [PATCH 4/4] kvm: Implement PEBS virtualization
[PATCH 1/2] perf: ignore LBR and offcore_rsp
2014-06-19 17:52 UTC (3+ messages)
[PATCH v2] ARM: KVM: add irqfd and irq routing support
2014-06-19 14:40 UTC (6+ messages)
Coupling between KVM_IRQFD and KVM_SET_GSI_ROUTING?
2014-06-19 14:02 UTC (2+ messages)
[PATCH] Revert "kvm: x86: emulate monitor and mwait instructions as nop"
2014-06-19 13:59 UTC
[PATCH 0/4] kvmtool: Add GICv3 emulation support
2014-06-19 12:44 UTC (5+ messages)
` [PATCH 1/4] kvmtool: public header definitions from GICv3 emulation patch series
` [PATCH 2/4] kvmtool: prepare for instantiating different IRQ chip devices
` [PATCH 3/4] kvmtool: add support for supplying GICv3 redistributor addresses
` [PATCH 4/4] kvmtool: add command line parameter to instantiate a vGICv3
[PATCH 0/3] Correct monitor-mwait emulation as nop
2014-06-19 12:28 UTC (24+ messages)
` [PATCH 2/3] KVM: x86: Emulator support for #UD on CPL>0
` [PATCH 3/3] KVM: x86: correct mwait and monitor emulation
[PATCH kvm-unit-tests v2 0/3] More nvmx unit tests changes
2014-06-19 11:41 UTC (2+ messages)
[PATCH] kvm: fix hyperv tsc page clear wrong address
2014-06-19 11:22 UTC (3+ messages)
[PATCH kvm-unit-tests] vmx: always do vmxoff, even if test init function failed
2014-06-19 11:13 UTC
[PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode
2014-06-19 9:45 UTC (9+ messages)
` [PATCH v2 0/9] KVM: x86: More emulator bugs
` [PATCH v2 9/9] KVM: vmx: vmx instructions handling does not consider cs.l
[Bug 78331] New: Qemu crash in x86
2014-06-19 9:44 UTC (2+ messages)
` [Bug 78331] "
Nested paging in nested SVM setup
2014-06-19 9:32 UTC (5+ messages)
[qom-cpu PATCH 0/3] target-i386: Make most CPU models work with "enforce" out of the box
2014-06-19 9:23 UTC (6+ messages)
` [qom-cpu PATCH 1/3] target-i386: Disable CPUID_ACPI by default on KVM mode
` [qom-cpu PATCH 2/3] target-i386: Remove unsupported bits from all CPU models
` [Qemu-devel] "
` [qom-cpu PATCH 3/3] target-i386: Don't enable nested VMX by default
[PATCH v2 0/9] arm/arm64: KVM: dynamic VGIC sizing
2014-06-19 9:21 UTC (10+ messages)
` [PATCH v2 1/9] KVM: ARM: vgic: plug irq injection race
` [PATCH v2 2/9] arm/arm64: KVM: vgic: switch to dynamic allocation
` [PATCH v2 3/9] arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
` [PATCH v2 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
` [PATCH v2 5/9] arm/arm64: KVM: vgic: handle out-of-range MMIO accesses
` [PATCH v2 6/9] arm/arm64: KVM: vgic: kill VGIC_NR_IRQS
` [PATCH v2 7/9] arm/arm64: KVM: vgic: delay vgic allocation until init time
` [PATCH v2 8/9] arm/arm64: KVM: vgic: make number of irqs a configurable attribute
` [PATCH v2 9/9] arm64: KVM: vgic: deal with GIC sub-page alignment
Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
2014-06-19 8:25 UTC (13+ messages)
` Why I advise against using ivshmem
` [Qemu-devel] "
[PATCH v3 -next 0/9] CMA: generalize CMA reserved area management code
2014-06-19 8:18 UTC (7+ messages)
` [PATCH v3 -next 4/9] DMA, CMA: support arbitrary bitmap granularity
[PATCH v8 0/4] arm: dirty page logging support for ARMv7
2014-06-19 1:31 UTC (5+ messages)
` [PATCH v8 1/4] arm: add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v8 2/4] arm: dirty page logging inital mem region write protect (w/no huge PUD support)
` [PATCH v8 3/4] arm: dirty log write protect management support
` [PATCH v8 4/4] arm: dirty page logging 2nd stage page fault handling support
[PATCH v4] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-18 17:21 UTC (2+ messages)
[PATCH 00/11] qspinlock with paravirt support
2014-06-18 16:43 UTC (20+ messages)
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 09/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH 10/11] qspinlock: Paravirt support
[PULL v2 043/106] Add kvm_eventfds_enabled function
2014-06-18 16:18 UTC
[PATCH] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
2014-06-18 16:01 UTC (2+ messages)
[PATCH 0/7] KVM: PPC: Book3S HV: Enable on little endian hosts
2014-06-18 15:23 UTC (4+ messages)
` [PATCH 6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE
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;
as well as URLs for NNTP newsgroup(s).