virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 13:31:46 to 2023-02-02 15:33:25 UTC [more...]

[PATCH v2 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
 2023-02-02 15:33 UTC  (6+ messages)
    ` [PATCH v2 0/6] Device tree support for Hyper-V VMBus driver
      ` [PATCH v2 6/6] Driver: VMBus: Add device tree support
  ` [PATCH v2 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
  ` [PATCH v2 3/6] Drivers: hv: vmbus: Convert acpi_device to platform_device

[PATCH 0/2] virtio-net: close() to follow mirror of open()
 2023-02-02 15:10 UTC  (7+ messages)
` [PATCH 1/2] virtio-net: Keep stop() to follow mirror sequence "
` [PATCH 2/2] virtio-net: Maintain reverse cleanup order

[PATCH 00/33] virtio-net: support AF_XDP zero copy
 2023-02-02 14:41 UTC  (39+ messages)
` [PATCH 01/33] virtio_ring: virtqueue_add() support premapped
` [PATCH 02/33] virtio_ring: split: virtqueue_add_split() "
` [PATCH 03/33] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH 04/33] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH 05/33] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH 06/33] virtio_ring: introduce virtqueue_reset()
` [PATCH 07/33] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH 08/33] virtio_ring: introduce dma sync api for virtio
` [PATCH 09/33] xsk: xsk_buff_pool add callback for dma_sync
` [PATCH 10/33] xsk: support virtio DMA map
` [PATCH 11/33] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 12/33] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/33] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH 14/33] virtio_net: independent directory
` [PATCH 15/33] virtio_net: move to virtio_net.h
` [PATCH 16/33] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH 17/33] virtio_net: receive_small() use virtnet_xdp_handler()
` [PATCH 18/33] virtio_net: receive_merageable() "
` [PATCH 19/33] virtio_net: introduce virtnet_tx_reset()
` [PATCH 20/33] virtio_net: xsk: introduce virtnet_rq_bind_xsk_pool()
` [PATCH 21/33] virtio_net: xsk: introduce virtnet_xsk_pool_enable()
` [PATCH 22/33] virtio_net: xsk: introduce xsk disable
` [PATCH 23/33] virtio_net: xsk: support xsk setup
` [PATCH 24/33] virtio_net: xsk: stop disable tx napi
` [PATCH 25/33] virtio_net: xsk: __free_old_xmit distinguishes xsk buffer
` [PATCH 26/33] virtio_net: virtnet_sq_free_unused_buf() check "
` [PATCH 27/33] virtio_net: virtnet_rq_free_unused_buf() "
` [PATCH 28/33] net: introduce napi_tx_raise()
` [PATCH 29/33] virtio_net: xsk: tx: support tx
` [PATCH 30/33] virtio_net: xsk: tx: support wakeup
` [PATCH 31/33] virtio_net: xsk: tx: auto wakeup when free old xmit
` [PATCH 32/33] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH 33/33] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[PATCH] tools/virtio: enable to build with retpoline
 2023-02-02 10:45 UTC 

[PATCH] vringh: fix a typo in comments for vringh_kiov
 2023-02-02 10:42 UTC 

[RFC PATCH v2 0/7] Introduce a vringh accessor for IO memory
 2023-02-02 10:33 UTC  (10+ messages)
` [RFC PATCH v2 1/7] vringh: fix a typo in comments for vringh_kiov
` [RFC PATCH v2 2/7] tools/virtio: enable to build with retpoline
` [RFC PATCH v2 3/7] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH v2 4/7] tools/virtio: convert to new vringh user APIs
` [RFC PATCH v2 5/7] vringh: unify the APIs for all accessors
` [RFC PATCH v2 6/7] tools/virtio: convert to use new unified vringh APIs
` [RFC PATCH v2 7/7] vringh: IOMEM support

[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails
 2023-02-02  8:42 UTC  (6+ messages)
` [PATCH v2] vhost-vdpa: print warning "

[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support
 2023-02-02  5:05 UTC  (11+ messages)
` [PATCH v2 1/7] vdpa: fix improper error message when adding vdpa dev
` [PATCH v2 2/7] vdpa: conditionally read STATUS in config space
` [PATCH v2 3/7] vdpa: validate provisioned device features against specified attribute
` [PATCH v2 4/7] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH v2 5/7] vdpa: validate device feature provisioning against supported class
` [PATCH v2 6/7] vdpa/mlx5: conditionally show MTU and STATUS in config space
` [PATCH v2 7/7] vdpa/mlx5: support device features provisioning

[GIT PULL] virtio,vhost,vdpa: fixes
 2023-02-01 20:02 UTC  (2+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-02-01 17:11 UTC  (10+ messages)

[PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready
 2023-02-01 16:11 UTC  (6+ messages)
  ` [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-01-31 23:25 UTC  (8+ messages)
` [PATCH 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH 2/6] vdpa: conditionally read STATUS in config space
` [PATCH 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH 5/6] vdpa: validate device feature provisioning against supported class
` [PATCH 6/6] vdpa/mlx5: support device features provisioning

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-01-31 22:58 UTC  (9+ messages)
` [PATCH 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH 2/6] vdpa: conditionally read STATUS in config space
` [PATCH 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH 5/6] vdpa: validate device feature provisioning against supported class
` [PATCH 6/6] vdpa/mlx5: support device features provisioning

[PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net
 2023-01-31 22:09 UTC  (10+ messages)
` [PATCH v3 1/2] virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
` [PATCH v3 2/2] virtio_net: notify MAC address change on device initialization

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC 

add bvec initialization helpers
 2023-01-31 13:45 UTC  (41+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page, folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH v2 0/9] A few more cpuidle vs rcu fixes
 2023-01-31  8:50 UTC  (3+ messages)
` [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing
  ` [PATCH v2.1 "

[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
 2023-01-31  7:32 UTC  (19+ messages)

RFC: VDPA Interrupt vector distribution
 2023-01-31  7:26 UTC  (4+ messages)

[PATCH][next] vdpa: Fix a couple of spelling mistakes in some messages
 2023-01-31  5:23 UTC 

[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-01-31  3:06 UTC  (2+ messages)

[PATCH v3 0/4] vDPA: initial config export via "vdpa dev show"
 2023-01-30 21:59 UTC  (4+ messages)

[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
 2023-01-30 19:33 UTC 

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:26 UTC  (2+ messages)
  ` [PATCH 7/9] tools/virtio: use canonical ftrace path

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2023-01-30 10:29 UTC  (3+ messages)

[PATCH 0/2] vhost/net: Clear the pending messages when the backend is removed
 2023-01-29 22:33 UTC  (3+ messages)

[PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area
 2023-01-29  6:19 UTC  (2+ messages)
  ` [PATCH v3 2/2] vdpasim: support doorbell mapping

[PATCH 0/4] Fix probe failed when modprobe modules
 2023-01-29  5:50 UTC  (3+ messages)

[PATCH] vdpa_sim: get rid of DMA ops
 2023-01-29  5:47 UTC  (5+ messages)

CISTI'2023 - Doctoral Symposium |Aveiro, Portugal
 2023-01-28 23:18 UTC 

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()
 2023-01-28  0:37 UTC 

[PATCH] drm/virtio: exbuf->fence_fd unmodified on interrupted wait
 2023-01-27 15:44 UTC 

[PATCH v2 0/1] virtio_net: vdpa: update MAC address when it is generated by virtio-net
 2023-01-27 14:53 UTC  (7+ messages)
` [PATCH v2 1/1] virtio_net: notify MAC address change on device initialization

[PATCH v1 2/6] virtio console: Harden port adding
 2023-01-27 14:46 UTC  (8+ 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).