virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 05:01:21 to 2023-02-07 17:54:15 UTC [more...]

[PATCH v2 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
 2023-02-07 17:53 UTC  (6+ messages)
      ` [PATCH v2 6/6] Driver: VMBus: Add device tree support
    ` [PATCH v2 0/6] Device tree support for Hyper-V VMBus driver

[PATCH bpf-next] virtio_net: update xdp_features with xdp multi-buff
 2023-02-07 14:31 UTC 

[PATCH v4 5/6] dt-bindings: hypervisor: VMBus
 2023-02-07 13:00 UTC 

[RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function
 2023-02-07 11:05 UTC  (17+ messages)
` [RFC PATCH 1/4] virtio_pci: add a definition of queue flag in ISR
` [RFC PATCH 2/4] virtio_ring: remove const from vring getter
` [RFC PATCH 3/4] PCI: endpoint: Introduce virtio library for EP functions
` [RFC PATCH 4/4] PCI: endpoint: function: Add EP function driver to provide virtio net device
      ` [EXT] "
  ` [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

[PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-02-07  7:59 UTC 

[PATCH v3 3/6] Drivers: hv: vmbus: Convert acpi_device to more generic platform_device
 2023-02-07  5:50 UTC 

[PATCH v3 6/6] Driver: VMBus: Add device tree support
 2023-02-07  3:05 UTC 

[PATCH v4 0/6] features provisioning fixes and mlx5_vdpa support
 2023-02-06 23:22 UTC  (8+ messages)
` [PATCH v3 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH v3 2/6] vdpa: conditionally read STATUS in config space
` [PATCH v3 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH v3 4/6] vdpa: validate device feature provisioning against supported class
` [PATCH v3 5/6] vdpa/mlx5: make MTU/STATUS presence conditional on feature bits
` [PATCH v3 6/6] vdpa/mlx5: support device features provisioning

[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
 2023-02-06 23:12 UTC  (7+ messages)
` [PATCH RESENT v4 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH RESENT v4 2/6] vdpa: conditionally read STATUS in config space
` [PATCH RESENT v4 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class
` [PATCH RESENT v4 5/6] vdpa/mlx5: make MTU/STATUS presence conditional on feature bits
` [PATCH RESENT v4 6/6] vdpa/mlx5: support device features provisioning

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

[PATCH 00/33] virtio-net: support AF_XDP zero copy
 2023-02-06  2:41 UTC  (72+ 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 RFC net-next v2 0/3] vsock: add support for sockmap
 2023-02-05 20:08 UTC 

[PATCH v11 0/8] Use copy_process in vhost layer
 2023-02-05 16:06 UTC  (14+ messages)
` [PATCH v11 1/8] fork: Make IO worker options flag based
` [PATCH v11 2/8] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH v11 3/8] fork: add USER_WORKER flag to not dup/clone files
` [PATCH v11 4/8] fork: Add USER_WORKER flag to ignore signals
` [PATCH v11 5/8] fork: allow kernel code to call copy_process
` [PATCH v11 6/8] vhost_task: Allow vhost layer to use copy_process
` [PATCH v11 7/8] vhost: move worker thread fields to new struct
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support
 2023-02-03 19:37 UTC  (15+ messages)
` [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

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (25+ 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] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

[PATCH net-next] virtio-net: Maintain reverse cleanup order
 2023-02-03 13:37 UTC 

make alloc_anon_inode more useful
 2023-02-03  9:49 UTC  (2+ messages)

[PATCH V2 0/5] virtio_ring: per virtqueue DMA device
 2023-02-03  9:33 UTC  (3+ messages)
` [PATCH V2 5/5] vdpa: mlx5: support per virtqueue dma device

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-02-02 22:07 UTC  (3+ messages)

[PATCH] vdpa/mlx5: Directly assign memory key
 2023-02-02 17:32 UTC 

[PATCH net] virtio-net: Keep stop() to follow mirror sequence of open()
 2023-02-02 16:35 UTC 

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

[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  (2+ messages)
` [PATCH v2] vhost-vdpa: print warning "


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