messages from 2015-02-04 10:57:58 to 2015-02-09 17:02:12 UTC [more...]
[PATCH V2] x86 spinlock: Fix memory corruption on completing completions
2015-02-09 17:03 UTC (3+ messages)
Reason for extra struct kvm_run parameter in MMIO handling?
2015-02-09 16:26 UTC (3+ messages)
KVM Guest Detection
2015-02-09 16:12 UTC (4+ messages)
[PATCH] kvm: add halt_poll_ns module parameter
2015-02-09 16:10 UTC (6+ messages)
[PATCH -v3 0/6] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
2015-02-09 16:04 UTC (7+ messages)
` [PATCH 1/6] rcu,nohz: add state parameter to context_tracking_user_enter/exit
` [PATCH 2/6] rcu,nohz: rename context_tracking_enter & _exit
` [PATCH 3/6] rcu,nohz: run vtime_user_enter/exit only when state == IN_USER
` [PATCH 4/6] nohz,kvm: export context_tracking_user_enter/exit
` [PATCH 5/6] kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest
` [PATCH 6/6] nohz: add stub context_tracking_is_enabled
[PATCH v2 0/5] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
2015-02-09 15:42 UTC (34+ messages)
` [PATCH 1/5] rcu,nohz: add state parameter to context_tracking_user_enter/exit
` [PATCH 2/5] rcu,nohz: run vtime_user_enter/exit only when state == IN_USER
` [PATCH 3/5] nohz,kvm: export context_tracking_user_enter/exit
` [PATCH 4/5] kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest
` [PATCH 5/5] nohz: add stub context_tracking_is_enabled
[PATCH kvm-kmod 0/4] Update to 3.19-rc1
2015-02-09 13:45 UTC (8+ messages)
` [PATCH 1/4] stubs for xsavec support
[PATCH] x86 spinlock: Fix memory corruption on completing completions
2015-02-09 12:52 UTC (16+ messages)
[GIT PULL 0/7] KVM: s390: fixes and features for kvm/next (3.20)
2015-02-09 12:33 UTC (8+ messages)
` [GIT PULL 1/7] KVM: s390: floating irqs: fix user triggerable endless loop
` [GIT PULL 2/7] KVM: s390: reenable LPP facility
` [GIT PULL 3/7] s390/kernel: Update /proc/sysinfo file with Extended Name and UUID
` [GIT PULL 4/7] KVM: s390/CPACF: Choose crypto control block format
` [GIT PULL 5/7] KVM: s390: use facilities and cpu_id per KVM
` [GIT PULL 6/7] KVM: s390: add cpu model support
` [GIT PULL 7/7] KVM: Disable compat ioctl for s390
[PATCH] KVM: x86: emulate: correct page fault error code for NoWrite instructions
2015-02-09 9:03 UTC
arm: warning at virt/kvm/arm/vgic.c:1468
2015-02-08 7:48 UTC
[PATCH] kvmtool: don't use PCI config space IRQ line field
2015-02-07 21:24 UTC (5+ messages)
KVM crash on Jetson TK1
2015-02-07 21:21 UTC (4+ messages)
` [PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page
[PATCH 0/2] KVM: APIC timer latency improvement
2015-02-07 20:33 UTC (5+ messages)
` [PATCH 1/2] KVM: x86: extract guest running logic from __vcpu_run
` [PATCH 2/2] KVM: x86: optimize delivery of TSC deadline timer interrupt
[PATCH v3 0/2] x86/arm64: add xenconfig
2015-02-07 0:08 UTC (11+ messages)
[Bug 92871] New: nested kvm - Warning in L0 kernel when trying to launch L2 guest in L1 guest
2015-02-06 19:46 UTC
[PATCH v2 2/3] x86_64,entry: Use sysret to return to userspace when possible
2015-02-06 18:56 UTC (2+ messages)
` Fwd: [tip:x86/asm] x86_64, entry: "
[patch] vhost/scsi: potential memory corruption
2015-02-06 18:48 UTC (2+ messages)
[PATCH 0/6] KVM: VMX: Page Modification Logging (PML) support
2015-02-06 16:00 UTC (16+ messages)
` [PATCH 2/6] KVM: MMU: Add mmu help functions to support PML
` [PATCH 5/6] KVM: x86: Add new dirty logging kvm_x86_ops for PML
` [PATCH 6/6] KVM: VMX: Add PML support in VMX
maybe a virtio-balloon-device issue ?
2015-02-06 15:57 UTC (2+ messages)
[Bug 92291] New: kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well
2015-02-06 14:43 UTC (3+ messages)
` [Bug 92291] "
[PATCH] KVM: x86: optimize delivery of TSC deadline timer interrupt
2015-02-06 12:13 UTC
[PATCH RFC] kvm: x86: add halt_poll module parameter
2015-02-06 7:50 UTC (13+ messages)
Windows XP guest latch up on KVM with recent kernels
2015-02-06 6:37 UTC
[PATCH-v4 0/8] vhost/scsi: Add ANY_LAYOUT + VERSION_1 support
2015-02-06 5:06 UTC (9+ messages)
` [PATCH-v4 1/8] vhost/scsi: Convert completion path to use copy_to_iter
` [PATCH-v4 2/8] vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failures
` [PATCH-v4 3/8] vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + len
` [PATCH-v4 4/8] vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisites
` [PATCH-v4 5/8] vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vq
` [PATCH-v4 6/8] vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bits
` [PATCH-v4 7/8] vhost/scsi: Drop left-over scsi_tcq.h include
` [PATCH-v4 8/8] vhost/scsi: Global tcm_vhost -> vhost_scsi rename
Injecting a page fault into the guest OS?
2015-02-05 23:02 UTC
[PATCH 0/4] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
2015-02-05 20:19 UTC (14+ messages)
` [PATCH 1/4] rcu,nohz: add state parameter to context_tracking_user_enter/exit
` [PATCH 2/4] rcu,nohz: run vtime_user_enter/exit only when state == IN_USER
` [PATCH 3/4] nohz,kvm: export context_tracking_user_enter/exit
` [PATCH 4/4] kvm,rcu: use RCU extended quiescent state when running KVM guest
[PATCH v5 0/2] x86/xen: add xen hypercall preemption
2015-02-05 18:15 UTC (3+ messages)
` [Xen-devel] "
[PATCH RFC 0/1] KVM: ioctl for reading/writing guest memory
2015-02-05 13:00 UTC (12+ messages)
` [PATCH RFC 1/1] KVM: s390: Add MEMOP "
[PATCH 0/7] KVM: s390: fixes and features for kvm/next (3.20)
2015-02-05 11:13 UTC (16+ messages)
` [PATCH 2/7] KVM: s390: reenable LPP facility
` [PATCH 3/7] s390/kernel: Update /proc/sysinfo file with Extended Name and UUID
` [PATCH 4/7] KVM: s390/CPACF: Choose crypto control block format
[PATCH] kvm: remove KVM_MMIO_SIZE
2015-02-05 11:09 UTC (2+ messages)
[PATCHv3] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
2015-02-05 0:57 UTC (2+ messages)
[PATCHv2] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
2015-02-05 0:48 UTC (3+ messages)
[PATCH for-3.19] vhost/net: fix up num_buffers endian-ness
2015-02-04 23:45 UTC (3+ messages)
[PATCH] KVM: MIPS: Don't leak FPU/DSP to guest
2015-02-04 17:06 UTC
copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
2015-02-04 16:42 UTC (2+ messages)
[RFC PATCH] vfio-pci: Enable device request notification support
2015-02-04 16:22 UTC
[PATCH 0/5] vfio/pci: Device request support
2015-02-04 16:13 UTC (6+ messages)
` [PATCH 1/5] vfio: Add device tracking during unbind
` [PATCH 2/5] vfio: Tie IOMMU group reference to vfio group
` [PATCH 3/5] vfio: Add and use device request op for vfio bus drivers
` [PATCH 4/5] vfio-pci: Generalize setup of simple eventfds
` [PATCH 5/5] vfio-pci: Add device request interface
[PATCH-v3 0/9] vhost/scsi: Add ANY_LAYOUT + VERSION_1 support
2015-02-04 13:16 UTC (10+ messages)
` [PATCH-v3 5/9] vhost/scsi: Add ANY_LAYOUT vhost_virtqueue callback
[PATCH/RFC] KVM: Disable compat ioctl for s390
2015-02-04 12:53 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;
as well as URLs for NNTP newsgroup(s).