virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-12 13:39:17 to 2020-11-23 14:31:39 UTC [more...]

netconsole deadlock with virtnet
 2020-11-23 14:31 UTC  (11+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 14:19 UTC  (13+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-11-23 13:43 UTC  (23+ messages)
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 04/12] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v2 06/12] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v2 08/12] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v2 09/12] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v2 10/12] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v2 11/12] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v2 12/12] x86/paravirt: have only one paravirt patch function

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-11-20 14:41 UTC  (51+ messages)
` [PATCH RFC 01/12] vhost-vdpa: add support for vDPA blk devices
` [PATCH RFC 02/12] vdpa: split vdpasim to core and net modules
` [PATCH RFC 03/12] vdpa_sim: remove hard-coded virtq count
` [PATCH RFC 04/12] vdpa: add vdpa simulator for block device
` [PATCH RFC 05/12] vdpa_sim: remove the limit of IOTLB entries
` [PATCH RFC 06/12] vdpa_sim: add struct vdpasim_device to store device properties
` [PATCH RFC 07/12] vdpa_sim: move config management outside of the core
` [PATCH RFC 08/12] vdpa_sim: use kvmalloc to allocate vdpasim->buffer
` [PATCH RFC 09/12] vdpa_sim: make vdpasim->buffer size configurable
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov
` [PATCH RFC 11/12] vringh: allow vringh_iov_xfer() to skip bytes when ptr is NULL
` [PATCH RFC 12/12] vdpa_sim_blk: implement ramdisk behaviour

[PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support
 2020-11-20 12:31 UTC  (21+ messages)
  ` [PATCH 01/10] vhost: remove work arg from vhost_work_flush
  ` [PATCH 02/10] vhost scsi: remove extra flushes
  ` [PATCH 03/10] vhost poll: fix coding style
  ` [PATCH 05/10] vhost: poll support support multiple workers
  ` [PATCH 06/10] vhost scsi: make SCSI cmd completion per vq
  ` [PATCH 07/10] vhost, vhost-scsi: flush IO vqs then send TMF rsp
  ` [PATCH 08/10] vhost: move msg_handler to new ops struct
  ` [PATCH 09/10] vhost: add VHOST_SET_VRING_ENABLE support
` [PATCH 00/10] vhost/qemu: thread per IO SCSI vq

[PATCH net] vsock/virtio: discard packets only when socket is really closed
 2020-11-20 10:47 UTC 

[PATCH v2 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
 2020-11-20 10:25 UTC 

[PATCH v3] vhost-vdpa: fix page pinning leakage in error path (rework)
 2020-11-19 23:26 UTC  (3+ messages)

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-11-18 10:16 UTC  (12+ messages)

[PATCH net] vhost_vdpa: Return -EFUALT if copy_from_user() fails
 2020-11-18  9:39 UTC  (6+ messages)

[PATCH v2 00/29] virtio-mem: Big Block Mode (BBM)
 2020-11-18  9:00 UTC  (19+ messages)
` [PATCH v2 14/29] virtio-mem: drop last_mb_id
` [PATCH v2 16/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v2 17/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v2 18/29] virtio-mem: memory block states are specific to "
` [PATCH v2 19/29] virito-mem: subblock "
` [PATCH v2 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v2 21/29] virtio-mem: memory block ids "
` [PATCH v2 22/29] virito-mem: existing (un)plug functions "
` [PATCH v2 23/29] virtio-mem: memory notifier callbacks "
` [PATCH v2 24/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v2 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v2 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v2 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v2 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v2 29/29] virtio-mem: Big Block Mode (BBM) - safe "

[PATCH 1/1] vhost scsi: fix lun reset completion handling
 2020-11-18  8:56 UTC  (2+ messages)

[PATCH 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
 2020-11-18  7:56 UTC  (3+ messages)

[PATCH 0/7] Introduce vdpa management tool
 2020-11-17 19:51 UTC  (4+ messages)

[PATCH v3 0/2] Default to cachable mappings for GEM SHMEM
 2020-11-17 13:31 UTC  (3+ messages)
` [PATCH v3 1/2] drm/shmem-helper: Use cached mappings by default
` [PATCH v3 2/2] drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()

[PATCH 3/3] drm/qxl: Remove fbcon acceleration leftovers
 2020-11-17 10:01 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/4] x86/xen: do some paravirt cleanup
 2020-11-17 10:00 UTC  (8+ messages)
` [PATCH 3/4] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH 4/4] x86/xen: drop USERGS_SYSRET64 paravirt call

[PATCH] vringh: fix vringh_iov_push_*() documentation
 2020-11-17  2:29 UTC  (2+ messages)

[GIT PULL] vhost,vdpa: fixes
 2020-11-16 23:10 UTC  (2+ messages)

[PATCH -next] drm/virtio: Make virtgpu_dmabuf_ops with static keyword
 2020-11-16  7:56 UTC 

WorldCIST'21, Terceira Island, Azores | Deadline: November 22
 2020-11-15 12:18 UTC 

[PATCH] vdpasim: fix "mac_pton" undefined error
 2020-11-13 19:31 UTC  (3+ messages)

Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
 2020-11-13 17:26 UTC 

[PATCH v2 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
 2020-11-13 16:16 UTC  (13+ messages)
  ` [PATCH v2 02/17] x86/hyperv: detect if Linux is the root partition
  ` [PATCH v2 03/17] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
  ` [PATCH v2 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
  ` [PATCH v2 05/17] clocksource/hyperv: use MSR-based access if "
  ` [PATCH v2 06/17] x86/hyperv: allocate output arg pages if required
  ` [PATCH v2 07/17] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
  ` [PATCH v2 08/17] x86/hyperv: handling hypercall page setup for root
  ` [PATCH v2 09/17] x86/hyperv: provide a bunch of helper functions
  ` [PATCH v2 10/17] x86/hyperv: implement and use hv_smp_prepare_cpus
  ` [PATCH v2 17/17] x86/hyperv: handle IO-APIC when running as root

[PATCH] drm/nouveau: Fix out-of-bounds access when deferencing MMU type
 2020-11-13  8:01 UTC  (3+ messages)

[PATCH 0/5 V5] vhost-scsi: IO error fixups
 2020-11-12 17:00 UTC 


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