virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-08 16:46:15 to 2018-11-30 19:55:38 UTC [more...]

[PULL] vhost: cleanups and fixes
 2018-11-30 19:55 UTC  (3+ messages)

[PATCH net-next v3 01/13] virtio: add packed ring types and macros
 2018-11-30 16:46 UTC  (27+ messages)
` [PATCH net-next v3 02/13] virtio_ring: add _split suffix for split ring functions
` [PATCH net-next v3 03/13] virtio_ring: put split ring functions together
` [PATCH net-next v3 04/13] virtio_ring: put split ring fields in a sub struct
` [PATCH net-next v3 05/13] virtio_ring: introduce debug helpers
` [PATCH net-next v3 06/13] virtio_ring: introduce helper for indirect feature
` [PATCH net-next v3 07/13] virtio_ring: allocate desc state for split ring separately
` [PATCH net-next v3 08/13] virtio_ring: extract split ring handling from ring creation
` [PATCH net-next v3 09/13] virtio_ring: cache whether we will use DMA API
` [PATCH net-next v3 10/13] virtio_ring: introduce packed ring support
` [PATCH net-next v3 11/13] virtio_ring: leverage event idx in packed ring
` [PATCH net-next v3 12/13] virtio_ring: disable packed ring on unsupported transports
` [PATCH net-next v3 13/13] virtio_ring: advertize packed ring layout
` [PATCH net-next v3 00/13] virtio: support packed ring

[PATCH v2] vhost: fix IOTLB locking
 2018-11-30 16:05 UTC 

[PATCH] vhost: fix IOTLB locking
 2018-11-30 15:33 UTC  (4+ messages)

[RFC] Discuss about an new idea "Vsock over Virtio-net"
 2018-11-30 13:40 UTC  (24+ messages)

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-11-30 12:52 UTC  (4+ messages)

[REBASE PATCH net-next v9 1/4] net: vhost: lock the vqs one by one
 2018-11-30 10:28 UTC  (3+ messages)

PROPOSAL: Extend inline asm syntax with size spec
 2018-11-30  9:06 UTC  (4+ messages)

[PULL 0/2] virtio-ccw fixes
 2018-11-29 14:56 UTC  (2+ messages)

[PATCH 8/9] drm: remove no longer needed drm-get-put coccinelle script
 2018-11-29 14:55 UTC  (8+ messages)
  ` [PATCH 3/9] drm: replace "drm_dev_unref" function with "drm_dev_put"
  ` [PATCH 0/9] drm: remove deprecated functions

[RFC] VSOCK: About Virtio-vsock support "Multiqueue" feature ?
 2018-11-29 14:06 UTC  (2+ messages)

Bug#912087: reassign to systemd #912087 | openssh-server: Slow startup after the upgrade to 7.9p1
 2018-11-29 13:54 UTC 

[PATCH net] virtio-net: keep vnet header zeroed after processing XDP
 2018-11-29  5:53 UTC 

[PATCH 1/2] drm/virtio: fence: pass plain pointer
 2018-11-28 15:10 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence arg

[PATCH 1/6] drm/qxl: move qxl_primary_apply_cursor to correct place
 2018-11-28 10:34 UTC  (6+ messages)
` [PATCH 2/6] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
` [PATCH 3/6] drm/qxl: track primary bo
` [PATCH 4/6] drm/qxl: use shadow bo directly
` [PATCH 5/6] drm/qxl: cover all crtcs in shadow bo
` [PATCH 6/6] drm/qxl: use qxl_num_crtc directly

[PATCH v5 1/7] dt-bindings: virtio-mmio: Add IOMMU description
 2018-11-27 18:53 UTC  (26+ messages)
` [PATCH v5 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v5 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v5 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v5 5/7] iommu: Add virtio-iommu driver
` [PATCH v5 6/7] iommu/virtio: Add probe request
` [PATCH v5 7/7] iommu/virtio: Add event queue
` [PATCH v5 0/7] Add virtio-iommu driver

[PATCH net 2/2] virtio-net: fail XDP set if guest csum is negotiated
 2018-11-26  4:03 UTC  (4+ messages)
` [PATCH net 1/2] virtio-net: disable guest csum during XDP set

[PATCH net-next 0/3] basic in order support for vhost_net
 2018-11-26  4:01 UTC  (8+ messages)
` [PATCH net-next 1/3] virtio: introduce in order feature bit
` [PATCH net-next 2/3] vhost_net: support in order feature
` [PATCH net-next 3/3] vhost: don't touch avail ring if in_order is negotiated

Call for Papers - WorldCIST'19 - La Toja Island, Spain | Deadline: November 30
 2018-11-24 12:19 UTC 

[PATCH v5 0/7] Add virtio-iommu driver
 2018-11-22 19:37 UTC 

[PATCH] x86: fix -Wmissing-prototypes warning
 2018-11-22 11:14 UTC 

[PATCH] x86: fix -Wmissing-prototypes warning
 2018-11-22  8:48 UTC 

[PATCH net 1/2] virtio-net: disable guest csum during XDP set
 2018-11-22  6:36 UTC 

[PATCH v4 1/7] dt-bindings: virtio-mmio: Add IOMMU description
 2018-11-21 12:21 UTC  (15+ messages)
` [PATCH v4 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v4 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v4 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v4 5/7] iommu: Add virtio-iommu driver
` [PATCH v4 6/7] iommu/virtio: Add probe request
` [PATCH v4 7/7] iommu/virtio: Add event queue
      ` [virtio-dev] Re: [PATCH v4 5/7] iommu: Add virtio-iommu driver
` [PATCH v4 0/7] "

[PATCH net-next v3 00/13] virtio: support packed ring
 2018-11-21 10:03 UTC 

[PATCH v4 2/2] drm/virtio: add edid support
 2018-11-21  9:34 UTC  (2+ messages)

[PATCH -next] drm/cirrus: Remove set but not used variable 'bo'
 2018-11-21  8:14 UTC 

Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.19-stable tree
 2018-11-20 18:47 UTC  (2+ messages)

Call for Papers - MICRADS 2019, Rio de Janeiro, Brazil
 2018-11-20 15:08 UTC 

[PATCH 4.4 136/160] clockevents/drivers/i8253: Add support for PIT shutdown quirk
 2018-11-19 16:29 UTC 

[PATCH 4.9 52/83] clockevents/drivers/i8253: Add support for PIT shutdown quirk
 2018-11-19 16:29 UTC 

[PATCH 4.14 063/124] x86/cpu/vmware: Do not trace vmware_sched_clock()
 2018-11-19 16:28 UTC  (3+ messages)
` [PATCH 4.14 064/124] x86/hyper-v: Enable PIT shutdown quirk
` [PATCH 4.14 072/124] clockevents/drivers/i8253: Add support for "

[PATCH 4.18 096/171] x86/hyper-v: Enable PIT shutdown quirk
 2018-11-19 16:28 UTC  (2+ messages)
` [PATCH 4.18 104/171] clockevents/drivers/i8253: Add support for "

[PATCH 4.19 118/205] x86/cpu/vmware: Do not trace vmware_sched_clock()
 2018-11-19 16:27 UTC  (3+ messages)
` [PATCH 4.19 119/205] x86/hyper-v: Enable PIT shutdown quirk
` [PATCH 4.19 129/205] clockevents/drivers/i8253: Add support for "

Patch "clockevents/drivers/i8253: Add support for PIT shutdown quirk" has been added to the 4.9-stable tree
 2018-11-19 13:00 UTC 

Patch "clockevents/drivers/i8253: Add support for PIT shutdown quirk" has been added to the 4.4-stable tree
 2018-11-19 13:00 UTC 

Patch "x86/cpu/vmware: Do not trace vmware_sched_clock()" has been added to the 4.19-stable tree
 2018-11-19 13:00 UTC 

Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.19-stable tree
 2018-11-19 13:00 UTC 

Patch "clockevents/drivers/i8253: Add support for PIT shutdown quirk" has been added to the 4.19-stable tree
 2018-11-19 13:00 UTC 

Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.18-stable tree
 2018-11-19 12:59 UTC 

Patch "x86/cpu/vmware: Do not trace vmware_sched_clock()" has been added to the 4.18-stable tree
 2018-11-19 12:59 UTC 

Patch "clockevents/drivers/i8253: Add support for PIT shutdown quirk" has been added to the 4.18-stable tree
 2018-11-19 12:59 UTC 

Patch "x86/hyper-v: Enable PIT shutdown quirk" has been added to the 4.14-stable tree
 2018-11-19 12:59 UTC 

Patch "x86/cpu/vmware: Do not trace vmware_sched_clock()" has been added to the 4.14-stable tree
 2018-11-19 12:59 UTC 

Patch "clockevents/drivers/i8253: Add support for PIT shutdown quirk" has been added to the 4.14-stable tree
 2018-11-19 12:59 UTC 

[PATCH net-next 2/2] tuntap: free XDP dropped packets in a batch
 2018-11-17 20:01 UTC  (3+ messages)
` [PATCH net-next 1/2] vhost_net: mitigate page reference counting during page frag refill

[PATCH v4 0/7] Add virtio-iommu driver
 2018-11-15 16:52 UTC 

[PATCH v3 5/7] iommu: Add virtio-iommu driver
 2018-11-15 16:22 UTC  (6+ messages)
  ` [PATCH v3 1/7] dt-bindings: virtio-mmio: Add IOMMU description
  ` [PATCH v3 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
    ` [PATCH v3 6/7] iommu/virtio: Add probe request

[PATCH net-next 1/2] vhost_net: mitigate page reference counting during page frag refill
 2018-11-15  9:43 UTC 

Call for Papers - WorldCIST'19 - La Toja Island, Spain | Deadline: November 28
 2018-11-14 19:11 UTC 

[PATCH -next] drm/qxl: remove set but not used variable 'map'
 2018-11-14 12:16 UTC 

[PATCH][drm-next] drm/virtio: fix memory leak of vfpriv on error return path
 2018-11-14 12:14 UTC 

[PATCH v5 0/4] virgl: fence fd support
 2018-11-14 12:14 UTC 

[PATCH v4 3/4] drm/virtio: add in/out fence support for explicit synchronization
 2018-11-12  9:10 UTC  (2+ messages)

Call for Papers - WorldCIST'19 - La Toja Island, Spain
 2018-11-11 17:48 UTC 

[PATCH] x86/vmware: Do not trace vmware_sched_clock()
 2018-11-09 20:22 UTC 

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-11-09 10:05 UTC  (8+ messages)
          ` [PATCH net-next v2 3/5] virtio_ring: add packed ring support

[PATCH 4.9 121/171] x86/paravirt: Fix some warning messages
 2018-11-08 21:51 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).