kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-10 17:12:28 to 2018-12-13 04:30:47 UTC [more...]

[PATCH AUTOSEL 4.14 34/41] vhost/vsock: fix reset orphans race with close timeout
 2018-12-13  4:30 UTC 

[PATCH AUTOSEL 4.19 64/73] vhost/vsock: fix reset orphans race with close timeout
 2018-12-13  4:28 UTC 

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-13  3:11 UTC  (5+ messages)

[PATCH net V3 0/3] Fix various issue of vhost
 2018-12-13  2:53 UTC  (4+ messages)
` [PATCH net V3 1/3] vhost: make sure used idx is seen before log in vhost_add_used_n()
` [PATCH net V3 2/3] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V3 3/3] Revert "net: vhost: lock the vqs one by one"

[PATCH v2 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-12-13  2:47 UTC  (3+ messages)

[PATCH net V2 0/4] Fix various issue of vhost
 2018-12-13  2:42 UTC  (13+ messages)
` [PATCH net V2 1/4] vhost: make sure used idx is seen before log in vhost_add_used_n()
` [PATCH net V2 2/4] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V2 3/4] Revert "net: vhost: lock the vqs one by one"
` [PATCH net V2 4/4] vhost: log dirty page correctly

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-13  2:38 UTC  (3+ messages)

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-13  2:14 UTC  (3+ messages)

[PATCH] vhost: correct the related warning message
 2018-12-13  2:03 UTC  (2+ messages)

[PATCH v6 00/13] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-12-12 23:19 UTC  (3+ messages)
` [PATCH v6 05/13] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR

[PATCH] vfio/mdev: add static modifier to add_mdev_supported_type
 2018-12-12 22:45 UTC  (2+ messages)

[PATCH v9 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-12 21:56 UTC  (13+ messages)
` [PATCH v9 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
` [PATCH v9 2/7] xen/pvh: Move PVH entry code out of Xen specific tree
` [PATCH v9 3/7] xen/pvh: Create a new file for Xen specific PVH code
` [PATCH v9 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common file
` [PATCH v9 5/7] xen/pvh: Move Xen code for getting mem map via hcall "
` [PATCH v9 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct
` [PATCH v9 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-12 21:25 UTC  (2+ messages)

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-12 21:22 UTC  (63+ messages)
` [PATCH 02/52] fuse: add probe/remove virtio driver
` [PATCH 03/52] fuse: rely on mutex_unlock() barrier instead of fput()
` [PATCH 04/52] fuse: extract fuse_fill_super_common()
` [PATCH 05/52] virtio_fs: get mount working
` [PATCH 06/52] fuse: export fuse_end_request()
` [PATCH 07/52] fuse: export fuse_len_args()
` [PATCH 08/52] fuse: add fuse_iqueue_ops callbacks
` [PATCH 09/52] fuse: process requests queues
` [PATCH 10/52] fuse: export fuse_get_unique()
` [PATCH 11/52] fuse: implement FUSE_FORGET for virtio-fs
` [PATCH 12/52] virtio_fs: Set up dax_device
` [PATCH 13/52] dax: remove block device dependencies
` [PATCH 14/52] fuse: add fuse_conn->dax_dev field
` [PATCH 15/52] fuse: map virtio_fs DAX window BAR
` [PATCH 16/52] virtio-fs: Add VIRTIO_PCI_CAP_SHARED_MEMORY_CFG and utility to find them
  ` [PATCH] virtio-fs: fix semicolon.cocci warnings
` [PATCH 17/52] virtio-fs: Retrieve shm capabilities for cache
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
` [PATCH 19/52] virito-fs: Make dax optional
` [PATCH 20/52] Limit number of pages returned by direct_access()
` [PATCH 21/52] fuse: Introduce fuse_dax_mapping
` [PATCH 22/52] Create a list of free memory ranges
` [PATCH 23/52] fuse: simplify fuse_fill_super_common() calling
` [PATCH 24/52] fuse: Introduce setupmapping/removemapping commands
` [PATCH 25/52] Introduce interval tree basic data structures
` [PATCH 26/52] fuse: Implement basic DAX read/write support commands
` [PATCH 27/52] fuse: Maintain a list of busy elements
` [PATCH 28/52] Do fallocate() to grow file before mapping for file growing writes
` [PATCH 29/52] fuse: add DAX mmap support
` [PATCH 30/52] fuse: delete dentry if timeout is zero
` [PATCH 31/52] dax: Pass dax_dev to dax_writeback_mapping_range()
` [PATCH 32/52] fuse: Define dax address space operations
` [PATCH 33/52] fuse, dax: Take ->i_mmap_sem lock during dax page fault
` [PATCH 34/52] fuse: Add logic to free up a memory range
` [PATCH 35/52] fuse: Add logic to do direct reclaim of memory
` [PATCH 36/52] fuse: Kick worker when free memory drops below 20% of total ranges
` [PATCH 37/52] fuse: multiplex cached/direct_io/dax file operations
` [PATCH 38/52] Dispatch FORGET requests later instead of dropping them
` [PATCH 39/52] Release file in process context
` [PATCH 40/52] fuse: Do not block on inode lock while freeing memory range
` [PATCH 41/52] fuse: Reschedule dax free work if too many EAGAIN attempts
` [PATCH 42/52] fuse: Wait for memory ranges to become free
` [PATCH 43/52] fuse: Take inode lock for dax inode truncation
` [PATCH 44/52] fuse: Clear setuid bit even in direct I/O path
` [PATCH 45/52] virtio: Free fuse devices on umount
` [PATCH 46/52] virtio-fs: Retrieve shm capabilities for version table
` [PATCH 47/52] virtio-fs: Map using the values from the capabilities
` [PATCH 48/52] virtio-fs: pass version table pointer to fuse
` [PATCH 49/52] fuse: don't crash if version table is NULL
` [PATCH 50/52] fuse: add shared version support (virtio-fs only)
` [PATCH 51/52] fuse: shared version cleanups
` [PATCH 52/52] fuse: fix fuse_permission() for the default_permissions case

kvm: RDTSCP on AMD
 2018-12-12 20:08 UTC  (17+ messages)
                  ` [PATCH] target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models
                      ` [PATCH -v2] target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models "

[PATCH v8 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-12 18:17 UTC  (4+ messages)

[PATCH kvmtool 0/6] arm: Add support for firmware booting
 2018-12-12 18:16 UTC  (7+ messages)
` [PATCH kvmtool 1/6] rtc: Initialize the Register D for MC146818 RTC
` [PATCH kvmtool 2/6] arm: Move firmware function
` [PATCH kvmtool 3/6] builtin-run: Do not look for default kernel when firmware is provided

[PATCH v4] x86/hyper-v: Mark TLFS structures packed
 2018-12-12 17:57 UTC 

[PATCH v3] x86/hyper-v: Mark TLFS structures packed
 2018-12-12 17:43 UTC  (2+ messages)

[PULL 0/4] x86 queue, 2018-12-11
 2018-12-12 17:11 UTC  (8+ messages)
` [PULL 1/4] x86/cpu: Enable MOVDIRI cpu feature
` [PULL 2/4] x86/cpu: Enable MOVDIR64B "
` [PULL 3/4] target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKED
` [PULL 4/4] i386: Add "stibp" flag name

[PATCH v5] x86: load FPU registers on return to userland
 2018-12-12 17:11 UTC  (3+ messages)
` [PATCH 11/29] x86/fpu: Always init the `state' in fpu__clear()

[PATCH v2 0/2] x86/kvm/hyper-v: Direct Mode stimers fixes
 2018-12-12 16:50 UTC  (3+ messages)
` [PATCH v2 1/2] x86/hyper-v: Stop caring about EOI for direct stimers
` [PATCH v2 2/2] x86/kvm/hyper-v: disallow setting illegal vectors for direct mode stimers

[PATCH] MAINTAINERS/vfio-ccw: add Farhan and Eric, make Halil Reviewer
 2018-12-12 15:50 UTC  (5+ messages)

[PATCH] x86/hyper-v: Stop caring about EOI for direct stimers
 2018-12-12 13:09 UTC  (3+ messages)

[PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth
 2018-12-12  9:35 UTC 

[PATCH v2 4/5] VSOCK: increase send pkt len in mergeable mode to improve performance
 2018-12-12  9:34 UTC 

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-12-12  8:21 UTC  (4+ messages)
` [RFC v2 14/20] iommu: introduce device fault data

[Resend PATCH V5 0/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-12-12  5:03 UTC  (3+ messages)
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int

[PATCH net 0/4] Fix various issue of vhost
 2018-12-12  3:40 UTC  (9+ messages)
` [PATCH net 2/4] vhost_net: rework on the lock ordering for busy polling

[PATCH] Fix mm->owner point to a task that does not exists
 2018-12-12  1:54 UTC 

[PATCH v11 00/13] Intel SGX1 support
 2018-12-11 18:31 UTC  (11+ messages)

[PATCH v10 0/8] kvm: arm64: Support PUD hugepage at stage 2
 2018-12-11 17:10 UTC  (9+ messages)
` [PATCH v10 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v10 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v10 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v10 4/8] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v10 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v10 6/8] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v10 7/8] KVM: arm64: Update age handlers to support "
` [PATCH v10 8/8] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH v2 0/7] x86/kvm/hyper-v: Implement KVM_GET_SUPPORTED_HV_CPUID
 2018-12-11 15:10 UTC  (15+ messages)
` [PATCH v2 1/7] x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
` [PATCH v2 2/7] x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
` [PATCH v2 3/7] x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
` [PATCH v2 4/7] x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
` [PATCH v2 5/7] x86/kvm/hyper-v: Drop KVM_CAP_HYPERV_STIMER_DIRECT
` [PATCH v2 6/7] KVM: selftests: implement an unchecked version of vcpu_ioctl()
` [PATCH v2 7/7] KVM: selftests: Add hyperv_cpuid test

[PATCH] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
 2018-12-11 12:23 UTC 

[PATCH] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
 2018-12-11 11:51 UTC 

About QEMU BQL and dirty log switch in Migration
 2018-12-11  3:43 UTC 

[PATCH net 4/4] vhost: log dirty page correctly
 2018-12-11  1:30 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).