virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-31 07:45:47 to 2023-04-11 08:55:48 UTC [more...]

[PATCH vhost v6 00/11] virtio core prepares for AF_XDP
 2023-04-11  8:55 UTC  (34+ messages)
` [PATCH vhost v6 08/11] virtio_ring: introduce virtqueue_dma_dev()

[PATCH v3 1/2] virtio_ring: add a struct device forward declaration
 2023-04-11  8:51 UTC  (2+ messages)
` [PATCH v3 2/2] tools/virtio: fix build caused by virtio_ring changes

[PATCH] virtio_pci: Wait for legacy device to be reset
 2023-04-11  7:21 UTC  (9+ messages)

[PATCH v3 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-11  7:21 UTC  (7+ messages)
` [PATCH v3 1/2] vdpa/snet: support getting and setting VQ state
` [PATCH v3 2/2] vdpa/snet: support the suspend vDPA callback

[PATCH v2] virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-11  7:06 UTC  (3+ messages)

[PATCH v2 1/2] virtio_ring: add a struce device forward declaration
 2023-04-11  6:37 UTC  (9+ messages)
` [PATCH v2 2/2] tools/virtio: fix build caused by virtio_ring changes

[PATCH v5 0/9] vdpa_sim: add support for user VA
 2023-04-11  5:41 UTC  (13+ messages)
` [PATCH v5 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v5 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v5 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v5 4/9] vringh: define the stride used for translation
` [PATCH v5 5/9] vringh: support VA with iotlb
` [PATCH v5 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v5 7/9] vdpa_sim: use kthread worker
` [PATCH v5 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v5 9/9] vdpa_sim: add support for user VA

[PATCH] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-11  3:09 UTC 

[PATCH v6 00/11] vhost: multiple worker support
 2023-04-11  3:00 UTC  (23+ messages)
` [PATCH v6 01/11] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH v6 02/11] vhost, vhost-net: add helper to check if vq has work
` [PATCH v6 03/11] vhost: take worker or vq instead of dev for queueing
` [PATCH v6 04/11] vhost: take worker or vq instead of dev for flushing
` [PATCH v6 11/11] vhost: allow userspace to create workers
  ` [PATCH v6 10/11] vhost-scsi: flush IO vqs then send TMF rsp
    ` [PATCH v6 09/11] vhost: remove vhost_work_queue
      ` [PATCH v6 08/11] vhost-scsi: convert to vhost_vq_work_queue
        ` [PATCH v6 07/11] vhost-scsi: make SCSI cmd completion per vq
          ` [PATCH v6 06/11] vhost-sock: convert to vhost_vq_work_queue
            ` [PATCH v6 05/11] vhost: convert poll work to be vq based

[GIT PULL] virtio: last minute fixes
 2023-04-10 21:21 UTC  (2+ messages)

[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
 2023-04-10 19:16 UTC  (7+ messages)

[PATCH] tools/virtio: fix build caused by virtio_ring changes
 2023-04-10 11:01 UTC  (6+ messages)

[PATCH resend 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-10  7:47 UTC  (12+ messages)
` [PATCH resend 1/2] vdpa/snet: support getting and setting VQ state
` [PATCH resend 2/2] vdpa/snet: support the suspend vDPA callback

[PATCH 1/1] vdpa/mlx5: Support interrupt bypassing
 2023-04-10  2:02 UTC  (8+ messages)
` [PATCH 0/1] posted interrtups support for mlx5

[PATCH] vdpa/snet: use likely/unlikely macros in hot functions
 2023-04-09 12:02 UTC 

[PATCH v2 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-09  9:10 UTC  (3+ messages)
` [PATCH v2 1/2] vdpa/snet: support getting and setting VQ state
` [PATCH v2 2/2] vdpa/snet: support the suspend vDPA callback

[PATCH] virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-08  8:57 UTC  (8+ messages)

[PATCH v2 0/2] rust: virtio: add virtio support
 2023-04-07 23:36 UTC  (5+ messages)
` [PATCH v2 1/2] rust: add scatterlist support
` [PATCH v2 2/2] rust: virtio: add virtio support

[PATCH] drm/qxl: remove unused num_relocs variable
 2023-04-07 18:21 UTC 

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-07 16:48 UTC  (3+ messages)

[PATCH 0/2] vdpa_sim_blk: support shared backend
 2023-04-07 13:36 UTC  (3+ messages)
` [PATCH 1/2] vdpa_sim: move buffer allocation in the devices
` [PATCH 2/2] vdpa_sim_blk: support shared backend

[RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function
 2023-04-05  1:22 UTC  (4+ messages)
  ` [EXT] "

[PATCH v4 01/11] lib/group_cpus: Export group_cpus_evenly()
 2023-04-04 18:20 UTC 

[PATCH v2] vdpa/mlx5: Verify wq is a valid pointer in mlx5_vdpa_suspend
 2023-04-04 15:07 UTC 

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-04-04  8:09 UTC  (25+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo

[PATCH v3] vdpa/mlx5: Add and remove debugfs in setup/teardown driver
 2023-04-04  1:51 UTC 

[PATCH v4] vdpa/mlx5: Avoid losing link state updates
 2023-04-04  1:50 UTC 

[PATCH v2 1/2] virtio-blk: migrate to the latest patchset version
 2023-04-03 17:53 UTC  (3+ messages)
  ` [virtio-dev] "

[PATCH v4 2/2] drm/virtio: Support sync objects
 2023-04-03 13:22 UTC  (2+ messages)

[RFC PATCH v4 1/3] vsock/vmci: convert VMCI error code to -ENOMEM on receive
 2023-04-03 11:15 UTC  (2+ messages)
  ` [RFC PATCH v4 2/3] vsock: return errors other than -ENOMEM to socket

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-04-03 11:10 UTC  (2+ messages)

[PATCH 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-04-03 10:10 UTC  (8+ messages)
` [PATCH 1/5] virt queue ops take immediate actions
` [PATCH 2/5] get_driver_features from virito registers
` [PATCH 3/5] retire ifcvf_start_datapath and ifcvf_add_status
` [PATCH 4/5] synchronize irqs in the reset routine
` [PATCH 5/5] a vendor driver should not set _CONFIG_S_FAILED

[Patch v3] vdpa/mlx5: Avoid losing link state updates
 2023-04-03  7:33 UTC  (2+ messages)

[PATCH 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
 2023-04-02 12:31 UTC  (5+ messages)

[PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-03-31 16:09 UTC 

[PATCH vhost 1/3] vdpa: address kdoc warnings
 2023-03-31  9:18 UTC  (2+ messages)
  ` [PATCH vhost 3/3] MAINTAINERS: add vringh.h to Virtio Core and Net Drivers

[PATCH] vringh: fix typos in the vringh_init_* documentation
 2023-03-31  9:15 UTC  (3+ messages)

[PATCH 00/16] virtio-net: split virtio-net.c
 2023-03-31  8:10 UTC  (7+ messages)

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-31  7:45 UTC  (3+ messages)
` [PATCH v4 5/9] vringh: support VA with iotlb


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