messages from 2016-07-05 21:40:26 to 2016-07-08 13:34:45 UTC [more...]
[PATCH v8 00/17] KVM: arm64: GICv3 ITS emulation
2016-07-08 13:34 UTC (19+ messages)
` [PATCH v8 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v8 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v8 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v8 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
[PATCH 0/2] Small fixes for IA32_FEATURE_CONTROL
2016-07-08 13:24 UTC (7+ messages)
` [PATCH 1/2] KVM: x86: move MSR_IA32_FEATURE_CONTROL handling to x86.c
` [PATCH 2/2] KVM: x86: zero MSR_IA32_FEATURE_CONTROL on reset
[PATCH] KVM: SVM: fix trashing of MSR_TSC_AUX
2016-07-08 12:55 UTC (18+ messages)
[RFT PATCH v5 0/3] Fix preemption timer optimization while nested guests run
2016-07-08 12:02 UTC (4+ messages)
` [RFT PATCH v5 1/3] KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest
` [RFT PATCH v5 2/3] KVM: VMX: reflect broken preemption timer in vmcs_config
` [RFT PATCH v5 3/3] KVM: nVMX: keep preemption timer enabled during L2 execution
[PATCH 00/12] MIPS: KVM: 64-bit host support
2016-07-08 10:53 UTC (12+ messages)
` [PATCH 02/12] MIPS: KVM: Use virt_to_phys() to get commpage PFN
` [PATCH 03/12] MIPS: KVM: Use kmap instead of CKSEG0ADDR()
` [PATCH 04/12] MIPS: KVM: Make entry code MIPS64 friendly
` [PATCH 05/12] MIPS: KVM: Set CP0_Status.KX on MIPS64
` [PATCH 06/12] MIPS: KVM: Use 64-bit CP0_EBase when appropriate
` [PATCH 07/12] MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase
` [PATCH 08/12] MIPS: KVM: Fix 64-bit big endian dynamic translation
` [PATCH 09/12] MIPS: KVM: Sign extend MFC0/RDHWR results
` [PATCH 10/12] MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()
` [PATCH 11/12] MIPS: KVM: Reset CP0_PageMask during host TLB flush
` [PATCH 12/12] MIPS: Select HAVE_KVM for MIPS64_R{2,6}
[PATCH 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
2016-07-08 10:49 UTC (4+ messages)
` [1/1] "
[PATCH v4 1/2] KVM: nVMX: Fix incorrect preemption timer vmexit in nested guest
2016-07-08 10:18 UTC (9+ messages)
` [PATCH v4 2/2] KVM: nVMX: Fix preemption timer bit set in vmcs02 even if L1 doesn't enable it
[PATCH v2 00/13] KVM: x86: break the xAPIC barrier
2016-07-08 10:00 UTC (15+ messages)
` [PATCH v2 01/13] KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
` [PATCH v2 02/13] KVM: x86: add kvm_apic_map_get_dest_lapic
` [PATCH v2 03/13] KVM: x86: use physical LAPIC array for logical x2APIC
` [PATCH v2 04/13] KVM: x86: dynamic kvm_apic_map
` [PATCH v2 05/13] KVM: x86: use generic function for MSI parsing
` [PATCH v2 06/13] KVM: x86: use hardware-compatible format for APIC ID register
` [PATCH v2 07/13] KVM: x86: reset APIC ID when enabling LAPIC
` [PATCH v2 08/13] KVM: VMX: optimize APIC ID read with APICv
` [PATCH v2 09/13] KVM: x86: reset lapic base in kvm_lapic_reset
` [PATCH v2 10/13] KVM: pass struct kvm to kvm_set_routing_entry
` [PATCH v2 11/13] KVM: x86: add KVM_CAP_X2APIC_API
` [PATCH v2 12/13] KVM: x86: bump MAX_VCPUS to 288
` [PATCH v2 13/13] KVM: x86: bump KVM_MAX_VCPU_ID to 1023
proposal
2016-07-08 9:13 UTC
[PATCH net-next V4 0/6] switch to use tx skb array in tun
2016-07-08 9:14 UTC (4+ messages)
[RFC v6 0/6] KVM: arm/arm64: gsi routing support
2016-07-08 8:52 UTC (10+ messages)
` [RFC v6 1/6] KVM: api: pass the devid in the msi routing entry
` [RFC v6 2/6] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v6 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC v6 5/6] KVM: arm/arm64: enable MSI routing
` [RFC v6 6/6] KVM: arm: enable KVM_SIGNAL_MSI and "
[PATCH] kvm: ensure VMCS is current while enabling PML
2016-07-08 8:03 UTC (5+ messages)
` [PATCH v2] "
[kvm-unit-tests PATCH] Use -Wno-frame-address alongside using -Wall and -Werror
2016-07-08 7:11 UTC (2+ messages)
[PATCH v5 0/4] Add QEMU support for Intel local MCE
2016-07-08 2:41 UTC (11+ messages)
` [PATCH v5 1/4] target-i386: KVM: add basic Intel LMCE support
` [Qemu-devel] "
` [PATCH v5 3/4] target-i386: enable LMCE for '-cpu host' if supported by host
` [Qemu-devel] "
` [PATCH v5 4/4] target-i386: abort migration if LMCE config mismatch
` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 0/4] Add QEMU support for Intel local MCE
[Bug 121651] New: KVM throws internal error
2016-07-07 19:28 UTC
[PATCH 3.19.y-ckt 55/99] MIPS: KVM: Fix timer IRQ race when freezing timer
2016-07-07 18:37 UTC (2+ messages)
` [PATCH 3.19.y-ckt 56/99] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
[kvm-unit-tests PATCH] x86: apic: APIC ID tests
2016-07-07 17:24 UTC
[PATCH v5 2/4] i386: publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg
2016-07-07 17:06 UTC (3+ messages)
` [RESEND PATCH "
` [Qemu-devel] "
[PATCH 0/2] virtio/s390 patches for 4.8
2016-07-07 16:42 UTC (4+ messages)
` [PATCH 1/2] virtio/s390: keep early_put_chars
` [PATCH 2/2] virtio/s390: deprecate old transport
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
2016-07-07 11:21 UTC (15+ messages)
` [PATCH v2 0/4] implement "
[PATCH v3 1/2] KVM: nVMX: Fix incorrect preemption timer vmexit in nested guest
2016-07-07 10:54 UTC (11+ messages)
` [PATCH v3 2/2] KVM: nVMX: Fix preemption timer bit set in vmcs02 even if L1 doesn't enable it
[PATCH v3] KVM: nVMX: Fix incorrect preemption timer vmexit in nested guest
2016-07-07 3:55 UTC (8+ messages)
[PATCH 0/2] KVM: MMU: support VMAs that got remap_pfn_range-ed
2016-07-07 2:36 UTC (12+ messages)
[RFC v2 02/11] cpus: pass CPUState to run_on_cpu helpers
2016-07-07 0:30 UTC (2+ messages)
kvm: RDTSCP on AMD
2016-07-06 21:27 UTC (4+ messages)
[3.19.y-ckt stable] Patch "MIPS: KVM: Fix timer IRQ race when writing CP0_Compare" has been added to the 3.19.y-ckt tree
2016-07-06 21:00 UTC
[3.19.y-ckt stable] Patch "MIPS: KVM: Fix timer IRQ race when freezing timer" has been added to the 3.19.y-ckt tree
2016-07-06 21:00 UTC
[RFC PATCH] x86, kvm: use kvmclock to compute TSC deadline value
2016-07-06 17:17 UTC (4+ messages)
[PATCH v2 0/2] x86/entry: speed up context-tracking system calls by 150 clock cycles
2016-07-06 13:47 UTC (2+ messages)
[PATCH v3 0/2] pvclock: more code cleanup
2016-07-06 13:36 UTC (5+ messages)
` [PATCH 1/2] pvclock: introduce seqcount-like API
` [PATCH 2/2] x86: vdso: use __pvclock_read_cycles
[RESEND PATCH v4] KVM: arm/arm64: Add VGICv3 save/restore API documentation
2016-07-06 12:03 UTC (2+ messages)
[PATCH v2] KVM: nVMX: Fix preemption timer kernel NULL pointer dereference
2016-07-06 11:55 UTC (4+ messages)
[PATCH] KVM: nVMX: Fix preemption timer kernel NULL pointer dereference
2016-07-06 9:49 UTC
[PATCH] KVM: VMX: switch to hrtimer for TSC deadline timer when L2 guest is running
2016-07-06 8:21 UTC (9+ messages)
TSC deadline timer in guests vs. migration?
2016-07-06 6:01 UTC (12+ messages)
[PATCH 0/2] KVM: MMU: support VMAs that got remap_pfn_range-ed
2016-07-06 4:01 UTC (13+ messages)
[PATCH v2 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-07-06 0:43 UTC (2+ messages)
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