messages from 2017-11-28 00:57:18 to 2017-11-30 10:34:10 UTC [more...]
[PATCH v18 00/10] Virtio-balloon Enhancement
2017-11-30 10:34 UTC (14+ messages)
` [PATCH v18 01/10] idr: add #include <linux/bug.h>
` [PATCH v18 02/10] radix tree test suite: remove ARRAY_SIZE to avoid redefinition
` [PATCH v18 03/10] xbitmap: Introduce xbitmap
` [PATCH v18 04/10] xbitmap: potential improvement
` [PATCH v18 05/10] xbitmap: add more operations
` [PATCH v18 06/10] virtio_ring: add a new API, virtqueue_add_one_desc
` [PATCH v18 07/10] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v18 08/10] mm: support reporting free page blocks
` [PATCH v18 09/10] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v18 10/10] virtio-balloon: don't report free pages when page poisoning is enabled
[Bug 197951] New: QEMU/KVM & VFIO & PCI passthru with Windows 10 x64 guest: memory access intermittently causes CRITICAL_STRUCTURE_CORRUPTION BSOD unless swap is disabled on host, since 4.12.13
2017-11-30 9:41 UTC (2+ messages)
` [Bug 197951] "
[PATCH 00/13] mmu_notifier kill invalidate_page callback
2017-11-30 9:33 UTC (2+ messages)
` BSOD with "
[PATCH] KVM: x86: inject exceptions produced by x86_decode_insn
2017-11-30 9:20 UTC (9+ messages)
[PATCH v7 0/4] KVM: X86: Add Paravirt TLB Shootdown
2017-11-30 7:53 UTC (6+ messages)
` [PATCH v7 1/4] KVM: X86: Add vCPU running/preempted state
` [PATCH v7 2/4] KVM: X86: Add Paravirt TLB Shootdown
` [PATCH v7 3/4] KVM: X86: introduce invalidate_gpa argument to tlb flush
` [PATCH v7 4/4] KVM: X86: Add flush_on_enter before guest enter
[PATCH v6 0/4] KVM: X86: Add Paravirt TLB Shootdown
2017-11-30 6:24 UTC (7+ messages)
` [PATCH v6 1/4] KVM: X86: Add vCPU running/preempted state
` [PATCH v6 2/4] KVM: X86: Add Paravirt TLB Shootdown
` [PATCH v6 3/4] KVM: X86: introduce invalidate_gpa argument to tlb flush
` [PATCH v6 4/4] KVM: X86: Add flush_on_enter before guest enter
[RFC PATCH kernel] vfio-pci: Fix sparse capability when no parts of MSIX BAR can be mapped
2017-11-30 6:00 UTC (3+ messages)
[RFC PATCH kernel] vfio-pci: Allow write combining
2017-11-30 4:20 UTC (16+ messages)
Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover. [1]
2017-11-30 2:42 UTC (14+ messages)
` Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
x86: Add test for TPR threshold and vTPR check on VM-entry
2017-11-30 0:37 UTC (2+ messages)
` [PATCH] "
[RFC PATCH kernel] vfio-pci: Allow mapping MSIX BAR
2017-11-29 22:49 UTC (14+ messages)
[PATCH] KVM: VMX: Cache IA32_DEBUGCTL in memory
2017-11-29 22:45 UTC (10+ messages)
[PATCH v2 0/3] KVM: x86: kvm_mwait_in_guest() cleanup
2017-11-29 21:23 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: prevent MWAIT in guest with buggy MONITOR
` [PATCH v2 2/3] KVM: x86: drop bogus MWAIT check
` [PATCH v2 3/3] KVM: x86: simplify kvm_mwait_in_guest()
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-11-29 18:20 UTC (6+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-29 18:17 UTC (5+ messages)
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-11-29 17:47 UTC (30+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
[PATCH v2] KVM: VMX: Cache IA32_DEBUGCTL in memory
2017-11-29 17:32 UTC (3+ messages)
[RFC PATCH] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-11-29 17:24 UTC (17+ messages)
[PATCH] arm64: KVM: Hide PMU from guests when disabled
2017-11-29 17:24 UTC (2+ messages)
[PATCH 0/3] KVM: Tie MWAIT/HLT/PAUSE interception to initially disabled capabilities
2017-11-29 16:58 UTC (24+ messages)
` [PATCH 1/3] KVM: Don't enable MWAIT in guest by default
` [PATCH 2/3] KVM: Add capability to not exit on HLT
` [PATCH 3/3] KVM: Add capability to not exit on PAUSE
Assist me for a joint business
2017-11-29 16:46 UTC
[PATCH kernel] vfio/spapr: Add trace points for map/unmap
2017-11-29 16:44 UTC (8+ messages)
[PATCH] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
2017-11-29 16:30 UTC
[PATCH v1 0/2] Additional single-step-cases
2017-11-29 16:18 UTC (2+ messages)
[Patch v5 0/7] KVM: Guest page hinting
2017-11-29 15:45 UTC (13+ messages)
` [Patch v5 1/7] KVM: Support for guest "
` [Patch v5 2/7] KVM: Guest page hinting functionality
` [Patch v5 3/7] KVM: Adding tracepoints for guest page hinting
` [Patch v5 4/7] virtio: Exposes added descriptor to the other side synchronously
` [Patch v5 5/7] KVM: Sending hyperlist to the host via hinting_vq
` [Patch v5 6/7] KVM: Enabling guest page hinting via static key
` [Patch v5 7/7] KVM: Disabling page poisoning to avoid memory corruption errors
` [QEMU PATCH] kvm: Support for guest page hinting
[RFC PATCH v2 0/5] Add virtio-iommu driver
2017-11-29 15:17 UTC (5+ messages)
` [RFC PATCH v2 1/5] iommu: "
` [virtio-dev] "
` [RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
` [virtio-dev] "
[PATCH v5 0/8] Handle forwarded level-triggered interrupts
2017-11-29 15:13 UTC (5+ messages)
` [PATCH v5 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v5 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
[PATCH v2] KVM: VMX: Fix vmx->nested freeing when no SMI handler
2017-11-29 14:38 UTC (2+ messages)
[PATCH v17 0/6] Virtio-balloon Enhancement
2017-11-29 14:20 UTC (4+ messages)
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap
[PATCH] kvm: Check for register_shrinker() failure
2017-11-29 14:03 UTC (3+ messages)
[PATCH v1 0/2] tools/kvm_stat: misc fixes
2017-11-29 6:42 UTC (4+ messages)
` [PATCH v1 1/2] tools/kvm_stat: fix command line option '-g'
b345a34006 ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: possible circular locking dependency detected
2017-11-29 6:39 UTC
[PATCH v3] virtio_balloon: include disk/file caches memory statistics
2017-11-29 1:24 UTC (2+ messages)
linux-next: Signed-off-by missing for commit in the kvm-master tree
2017-11-28 23:16 UTC (2+ messages)
new KVM branch for linux-next
2017-11-28 22:44 UTC (3+ messages)
[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
2017-11-28 21:29 UTC (3+ messages)
[PATCH v2 0/8] KVM: Fix multiple issues in handling pending/injected events
2017-11-28 21:04 UTC (15+ messages)
` [PATCH v2 2/8] KVM: x86: Rename interrupt.pending to interrupt.injected
` [PATCH v2 7/8] KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
[PATCH v3] KVM: s390: mark irq_state.flags as non-usable
2017-11-28 21:02 UTC (2+ messages)
[PATCH v2 0/2] KVM: nVMX: misc changes
2017-11-28 20:50 UTC (4+ messages)
` [PATCH v2 2/2] KVM: nVMX: Add a WARN for freeing a loaded VMCS02
[PATCH 0/5] add printk specifier %px, unique identifier
2017-11-28 18:11 UTC (12+ messages)
KVM "fake DAX" flushing interface - discussion
2017-11-28 18:03 UTC (9+ messages)
2f47e7e19f ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: CPU: 0 PID: 1 at mm/early_ioremap.c:114 __early_ioremap
2017-11-28 1:22 UTC (5+ 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).