kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-15 10:53:53 to 2019-07-17 10:54:56 UTC [more...]

[PATCH V3 00/15] Packed virtqueue support for vhost
 2019-07-17 10:52 UTC  (16+ messages)
` [PATCH V3 01/15] vhost: simplify meta data pointer accessing
` [PATCH V3 02/15] vhost: remove the unnecessary parameter of vhost_vq_avail_empty()
` [PATCH V3 03/15] vhost: remove unnecessary parameter of vhost_enable_notify()/vhost_disable_notify
` [PATCH V3 04/15] vhost-net: don't use vhost_add_used_n() for zerocopy
` [PATCH V3 05/15] vhost: introduce helpers to manipulate shadow used ring
` [PATCH V3 06/15] vhost_net: switch TX to use shadow used ring API
` [PATCH V3 07/15] vhost_net: calculate last used length once for mergeable buffer
` [PATCH V3 08/15] vhost_net: switch to use shadow used ring API for RX
` [PATCH V3 09/15] vhost: do not export vhost_add_used_n() and vhost_add_used_and_signal_n()
` [PATCH V3 10/15] vhost: hide used ring layout from device
` [PATCH V3 11/15] vhost: do not use vring_used_elem
` [PATCH V3 12/15] vhost: vhost_put_user() can accept metadata type
` [PATCH V3 13/15] vhost: packed ring support
` [PATCH V3 14/15] vhost: event suppression for packed ring
` [PATCH V3 15/15] vhost: enable packed virtqueues

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-07-17 10:28 UTC  (23+ messages)
` [PATCH v1 6/6] virtio-balloon: Add support for aerating memory via hinting

[PATCH] KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters
 2019-07-17 10:23 UTC  (2+ messages)

[PATCH v2] KVM: x86: PMU Event Filter
 2019-07-17 10:22 UTC  (5+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-17 10:19 UTC  (7+ messages)
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH 53/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers

[PULL v2 0/6] vfio-ccw fixes for 5.3
 2019-07-17  9:43 UTC  (7+ messages)
` [PULL v2 1/6] vfio-ccw: Fix misleading comment when setting orb.cmd.c64
` [PULL v2 2/6] vfio-ccw: Fix memory leak and don't call cp_free in cp_init
` [PULL v2 3/6] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
` [PULL v2 4/6] vfio-ccw: Don't call cp_free if we are processing a channel program
` [PULL v2 5/6] vfio-ccw: Update documentation for csch/hsch
` [PULL v2 6/6] Documentation: fix vfio-ccw doc

[PULL 0/5] vfio-ccw fixes for 5.3
 2019-07-17  9:43 UTC  (7+ messages)
` [PULL 1/5] vfio-ccw: Fix misleading comment when setting orb.cmd.c64
` [PULL 2/5] vfio-ccw: Fix memory leak and don't call cp_free in cp_init
` [PULL 3/5] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
` [PULL 4/5] vfio-ccw: Don't call cp_free if we are processing a channel program
` [PULL 5/5] vfio-ccw: Update documentation for csch/hsch

BUG: KASAN: slab-out-of-bounds in kvm_pmu_get_canonical_pmc+0x48/0x78
 2019-07-17  8:54 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update my email address to @kernel.org
 2019-07-17  6:43 UTC  (2+ messages)

[RFC v1 00/18] intel_iommu: expose Shared Virtual Addressing to VM
 2019-07-17  3:06 UTC  (5+ messages)
` [RFC v1 05/18] vfio/pci: add pasid alloc/free implementation

[PATCH v7 0/3] KVM: x86: Enable user wait instructions
 2019-07-17  2:03 UTC  (8+ messages)
` [PATCH v7 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL

[PATCH v7 0/2] KVM: LAPIC: Implement Exitless Timer
 2019-07-17  0:30 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Fix detection of AMD Errata 1096
 2019-07-16 23:56 UTC 

KVM: SVM: Fix workaround for AMD Errata 1096
 2019-07-16 21:53 UTC  (34+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: x86: Rename need_emulation_on_page_fault() to handle_no_insn_on_page_fault()

[patch QEMU] kvm: i386: halt poll control MSR support
 2019-07-16 21:21 UTC  (6+ messages)
` [Qemu-devel] "

[RFC v1 0/4] vfio: support Shared Virtual Addressing
 2019-07-16 17:05 UTC  (3+ messages)
` [RFC v1 3/4] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)

[Bug 203845] New: Can't run qemu/kvm on 5.0.0 kernel (NULL pointer dereference)
 2019-07-16 16:34 UTC  (2+ messages)
` [Bug 203845] "

[PULL] virtio, vhost: fixes, features, performance
 2019-07-16 15:31 UTC 

[GIT PULL] VFIO updates for v5.3-rc1
 2019-07-16 15:18 UTC 

WAL-MART ASSIGNMENT ($500)
 2019-07-16 15:32 UTC 

[PATCH 01/12] Documentation: move architectures together
 2019-07-16 14:51 UTC  (3+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm

[PATCH 00/14] pending doc patches for 5.3-rc
 2019-07-16 12:15 UTC  (3+ messages)
` [PATCH 14/14] docs: virtual: add it to the documentation body

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-16 12:06 UTC  (13+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr

[PATCH v4 0/2] x86: Enable user wait instructions
 2019-07-16  7:44 UTC  (3+ messages)
` [PATCH v4 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [PATCH v4 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[PATCH v8 0/3] KVM: x86: Enable user wait instructions
 2019-07-16  6:55 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: x86: Add support for "
` [PATCH v8 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v8 3/3] KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit

Any function to access nested guest virtual address space?
 2019-07-15 23:21 UTC 

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-07-15 22:35 UTC  (4+ messages)
` [PATCH 4/6] kvm: lapic: Add apicv activate/deactivate helper function

[PATCH] KVM: CPUID: Add new features to the guest's CPUID
 2019-07-15 21:03 UTC 

[PATCH] mm/gup: Use put_user_page*() instead of put_page*()
 2019-07-15 19:36 UTC  (7+ messages)

[kvm-unit-tests PATCH 0/3] x86: Running tests on bare-metal
 2019-07-15 18:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH 3/3] x86: Support environments without test-devices

[PATCH] KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
 2019-07-15 18:44 UTC  (6+ messages)

[PATCH] kvm: x86: ioapic and apic debug macros cleanup
 2019-07-15 18:39 UTC  (2+ messages)

[PATCH kvm-unit-tests v2] arm: Add PL031 test
 2019-07-15 16:42 UTC  (2+ messages)

[PATCH 1/1] s390/protvirt: restore force_dma_unencrypted()
 2019-07-15 15:25 UTC  (8+ messages)

[PULL 00/19] Migration patches
 2019-07-15 14:17 UTC  (9+ messages)
` [Qemu-devel] "

[PULL 00/21] Migration pull request
 2019-07-15 15:11 UTC  (23+ messages)
` [PULL 01/21] migration: fix multifd_recv event typo
` [PULL 02/21] migration-test: rename parameter to parameter_int
` [PULL 03/21] migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
` [PULL 04/21] migration/xbzrle: update cache and current_data in one place
` [PULL 05/21] cutils: remove one unnecessary pointer operation
` [PULL 06/21] migration/multifd: sync packet_num after all thread are done
` [PULL 07/21] migration/ram.c: reset complete_round when we gets a queued page
` [PULL 08/21] migration: No need to take rcu during sync_dirty_bitmap
` [PULL 09/21] memory: Don't set migration bitmap when without migration
` [PULL 10/21] bitmap: Add bitmap_copy_with_{src|dst}_offset()
` [PULL 11/21] memory: Pass mr into snapshot_and_clear_dirty
` [PULL 12/21] memory: Introduce memory listener hook log_clear()
` [PULL 13/21] kvm: Update comments for sync_dirty_bitmap
` [PULL 14/21] kvm: Persistent per kvmslot dirty bitmap
` [PULL 15/21] kvm: Introduce slots lock for memory listener
` [PULL 16/21] kvm: Support KVM_CLEAR_DIRTY_LOG
` [PULL 17/21] migration: Split log_clear() into smaller chunks
` [PULL 18/21] migration: allow private destination ram with x-ignore-shared
` [PULL 19/21] migration/postcopy: fix document of postcopy_send_discard_bm_ram()
` [PULL 20/21] migration/postcopy: remove redundant cpu_synchronize_all_post_init
` [PULL 21/21] migration: always initial RAMBlock.bmap to 1 for new migration
` [Qemu-devel] [PULL 00/21] Migration pull request

[PATCH AUTOSEL 5.2 119/249] vhost_net: disable zerocopy by default
 2019-07-15 13:44 UTC 

[PATCH] vfio: platform: reset: add support for XHCI reset hook
 2019-07-15 15:03 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 33/53] vhost_net: disable zerocopy by default
 2019-07-15 14:45 UTC 

[PATCH AUTOSEL 4.9 41/73] vhost_net: disable zerocopy by default
 2019-07-15 14:35 UTC 

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-07-15 14:40 UTC  (5+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure

[PATCH AUTOSEL 4.14 056/105] vhost_net: disable zerocopy by default
 2019-07-15 14:27 UTC 

[PATCH AUTOSEL 4.19 079/158] vhost_net: disable zerocopy by default
 2019-07-15 14:16 UTC 

[PATCH AUTOSEL 5.1 105/219] vhost_net: disable zerocopy by default
 2019-07-15 14:01 UTC 

[PATCH v3 0/5] Some vfio-ccw fixes
 2019-07-15 13:07 UTC  (2+ messages)

[PATCH] kvm: x86: some tsc debug cleanup
 2019-07-15 11:56 UTC  (3+ messages)

[PATCH v1] KVM: x86: expose AVX512_BF16 feature to guest
 2019-07-15 11:56 UTC  (5+ messages)

[PATCH] kvm: vmx: fix coccinelle warnings
 2019-07-15 11:55 UTC  (2+ messages)

[PATCH] KVM: Boosting vCPUs that are delivering interrupts
 2019-07-15 11:15 UTC  (3+ messages)


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).