virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 08:08:58 to 2021-06-02 02:04:39 UTC [more...]

virtio-net: kernel panic in virtio_net.c
 2021-06-02  2:01 UTC 

[PATCH 0/4] Packed virtqueue state support for vDPA
 2021-06-01 21:07 UTC  (6+ messages)
` [PATCH 1/4] vdpa: support packed virtqueue for set/get_vq_state()
` [PATCH 2/4] virtio-pci library: introduce vp_modern_get_driver_features()
` [PATCH 3/4] vp_vdpa: allow set vq state to initial state after reset
` [PATCH 4/4] virtio/vdpa: clear the virtqueue state during probe

virtio-net: kernel panic in virtio_net.c
 2021-06-01 17:07 UTC 

[PATCH net v2 0/2] virtio-net: fix for build_skb()
 2021-06-01 11:06 UTC  (6+ messages)
` [PATCH net v2 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net v2 2/2] virtio_net: get build_skb() buf by data ptr

[PATCH V3 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
 2021-06-01  8:57 UTC  (3+ messages)
  ` [PATCH V3 1/2] vDPA/ifcvf: record virtio notify base

[PATCH net 1/2] virtio-net: fix for unable to handle page fault for address
 2021-06-01  6:21 UTC  (10+ messages)
  ` [PATCH net 2/2] virtio-net: get build_skb() buf by data ptr

[PATCH 3/3] virtio/vdpa: Clear the available index during probe
 2021-06-01  5:40 UTC  (2+ messages)

[PATCH 2/3] vdpa/mlx5: Only return vq ready if vq is initialized
 2021-06-01  5:03 UTC  (2+ messages)

[PATCH v1] vdpa/mlx5: Add support for running with virtio_vdpa
 2021-06-01  5:00 UTC  (3+ messages)

[PATCH V2 RESEND 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
 2021-06-01  3:31 UTC  (2+ messages)

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2021-06-01  2:53 UTC  (14+ messages)
` [PATCH v3 1/4] virtio_net: move tx vq operation under tx queue lock
` [PATCH v3 2/4] virtio_net: move txq wakeups under tx q lock
` [PATCH v3 3/4] virtio: fix up virtio_disable_cb
` [PATCH v3 4/4] virtio_net: disable cb aggressively

[PATCH v1 1/2] vdpa/mlx5: Support creating resources with uid == 0
 2021-06-01  1:54 UTC  (2+ messages)

[PATCH v4] virtio-net: Add validation for used length
 2021-06-01  1:51 UTC 

[PATCH 5.12 121/296] {net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table
 2021-05-31 13:12 UTC 

[PATCH 5.10 100/252] {net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table
 2021-05-31 13:12 UTC 

[PATCH RESEND 1/2] virtio: update virtio id table, add transitional ids
 2021-05-31 10:20 UTC  (2+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-31  9:40 UTC  (9+ messages)
  ` [RFC v3 06/29] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
  ` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation
  ` [RFC v3 15/29] vhost: Add enable_custom_iommu to VhostOps
  ` [RFC v3 21/29] vhost: Add VhostIOVATree

[PATCH v1] vdpa/mlx5: Fix possible failure in umem size calculation
 2021-05-31  8:29 UTC 

[PATCH v2] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-31  7:58 UTC 

[PATCH v3] virtio-net: Add validation for used length
 2021-05-31  7:51 UTC  (2+ messages)

[PATCH 1/2] vdpa/mlx5: Support creating resources with uid == 0
 2021-05-31  6:44 UTC  (5+ messages)
  ` [PATCH 2/2] vdpa/mlx5: Add support for running with virtio_vdpa

[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
 2021-05-31  6:34 UTC  (2+ messages)

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-31  6:32 UTC  (17+ messages)
  ` [PATCH v7 01/12] iova: Export alloc_iova_fast()
  ` [PATCH v7 05/12] virtio_scsi: Add validation for residual bytes from response
  ` [PATCH v7 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
      `  "

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-05-31  6:24 UTC 

[PATCH net-next] virtio_net: set link state down when virtqueue is broken
 2021-05-31  3:28 UTC  (2+ messages)

Patch "{net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table" has been added to the 5.10-stable tree
 2021-05-30 14:20 UTC 

Patch "{net, vdpa}/mlx5: Configure interface MAC into mpfs L2 table" has been added to the 5.12-stable tree
 2021-05-30 13:56 UTC 

[PATCH v1] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-30  8:37 UTC 

[PATCH 2/2] vdpa/mlx5: Fix possible failure in umem size calculation
 2021-05-30  8:36 UTC  (3+ messages)

[PATCH 1/2] vdpa/mlx5: Fix umem sizes assignments on VQ create
 2021-05-30  8:36 UTC  (3+ messages)

[PATCH 11/19] drivers/hv: set up synic pages for intercept messages
 2021-05-29  5:44 UTC 

[PATCH 10/19] drivers/hv: get and set vcpu registers ioctls
 2021-05-29  4:28 UTC 

[PATCH 03/19] drivers/hv: minimal mshv module (/dev/mshv/)
 2021-05-29  0:01 UTC 

[RFC v4] virtio-vsock: add description for datagram type
 2021-05-28  4:01 UTC 

[RFC v3] virtio-vsock: add description for datagram type
 2021-05-28  2:55 UTC  (3+ messages)
` [virtio-comment] "
  `  "

vhost: coding style and flush cleanups
 2021-05-27 13:23 UTC  (8+ messages)
` [PATCH 1/5] vhost: remove work arg from vhost_work_flush
` [PATCH 2/5] vhost-scsi: remove extra flushes
` [PATCH 3/5] vhost-scsi: reduce flushes during endpoint clearing
` [PATCH 4/5] vhost: fix poll coding style
` [PATCH 5/5] vhost: fix up vhost_work "

[virtio-comment] [PATCH v6 0/2] virtio-vsock: introduce SOCK_SEQPACKET description
 2021-05-27 13:15 UTC 

[PATCH v10] i2c: virtio: add a virtio i2c frontend driver
 2021-05-27  6:49 UTC  (6+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-27  5:48 UTC  (17+ messages)
` [PATCH 1/3] virtio: add virtioqueue_more_used()
` [PATCH 2/3] virtio_blk: avoid repeating vblk->vqs[qid]
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()

[PATCH RFC 0/2] virtio-ccw: allow to disable legacy virtio
 2021-05-26 14:34 UTC  (2+ messages)

[PATCH v2 0/6] Add support for ACPI VIOT
 2021-05-26 10:05 UTC  (7+ messages)
` [PATCH v2 2/6] ACPI: Move IOMMU setup code out of IORT
` [PATCH v2 3/6] ACPI: Add driver for the VIOT table

[RFC v3] virtio-vsock: add description for datagram type
 2021-05-26  9:41 UTC  (3+ messages)

[PATCH v3 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-26  9:30 UTC  (7+ messages)
` [PATCH v3 1/6] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v3 2/6] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v3 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v3 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v3 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v3 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[PATCH] virtio-net: Add validation for used length
 2021-05-26  7:52 UTC  (3+ messages)

vhost: multiple worker support
 2021-05-25 18:06 UTC  (10+ messages)
` [PATCH 1/9] vhost: move worker thread fields to new struct
` [PATCH 2/9] vhost: move vhost worker creation to kick setup
` [PATCH 3/9] vhost: modify internal functions to take a vhost_worker
` [PATCH 4/9] vhost: allow vhost_polls to use different vhost_workers
` [PATCH 5/9] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 6/9] vhost-scsi: make SCSI cmd completion per vq
` [PATCH 7/9] vhost: allow userspace to create workers
` [PATCH 8/9] vhost: add vhost_dev pointer to vhost_work
` [PATCH 9/9] vhost: support sharing workers across devs

[RFC] virtio_scsi: to poll and kick the virtqueue in timeout handler
 2021-05-25 17:34 UTC  (7+ messages)

[PATCH v10 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-25 14:52 UTC  (4+ messages)
  ` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
  ` [PATCH v10 06/18] af_vsock: rest of SEQPACKET support

[PATCH] virtio_console: Assure used length from device is limited
 2021-05-25 10:44 UTC  (3+ messages)

[PATCH] virtio-blk: Fix memory leak among suspend/resume procedure
 2021-05-25  6:20 UTC 

[PATCH] virtio_net: Remove BUG() to aviod machine dead
 2021-05-25  6:19 UTC  (2+ messages)

[PATCH] virtio_net: Fix error handling in virtnet_restore()
 2021-05-25  6:10 UTC 

[RFC PATCH 17/17] virtio_ring: Add validation for used length
 2021-05-25  1:31 UTC  (2+ messages)

[PATCH -next] virtio_ring: Correct function name virtqueue_get_buf_ctx()
 2021-05-25  1:12 UTC 

[PATCH] vhost: Remove the repeated declaration
 2021-05-25  0:02 UTC 

[PATCH] vdpa_sim_blk: Remove the repeated header file
 2021-05-25  0:01 UTC 

[PATCH 1/1] virtio: disable partitions scanning for no partitions block
 2021-05-24 19:41 UTC  (4+ messages)

virtio_net: BQL?
 2021-05-24  9:10 UTC  (3+ messages)

RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
 2021-05-24  2:37 UTC  (2+ messages)
  `  "

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-05-22 20:12 UTC  (15+ messages)
` [PATCH v4 1/5] fuse: Fix leak in fuse_dentry_automount() error path
` [PATCH v4 2/5] fuse: Call vfs_get_tree() for submounts
` [PATCH v4 4/5] virtiofs: Skip submounts in sget_fc()
` [PATCH v4 5/5] virtiofs: propagate sync() to file server

[PATCH v2 0/8] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-05-21 14:34 UTC  (3+ messages)
` [PATCH v2 7/8] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()


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