virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 15:04:02 to 2022-02-04 15:12:37 UTC [more...]

[PATCH v2 0/8] VMCI: dma dg: Add support for DMA datagrams
 2022-02-04 15:12 UTC  (11+ messages)
` [PATCH v2 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH v2 2/8] VMCI: dma dg: add MMIO access to registers
` [PATCH v2 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH v2 4/8] VMCI: dma dg: set OS page size
` [PATCH v2 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH v2 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH v2 7/8] VMCI: dma dg: add support for DMA datagrams sends
` [PATCH v2 8/8] VMCI: dma dg: add support for DMA datagrams receive

[PATCH v3] drivers/virtio: Enable virtio mem for ARM64
 2022-02-04 14:25 UTC  (8+ messages)

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

add a ->free_disk block_device_operation
 2022-02-03 13:06 UTC  (9+ messages)
` [PATCH 1/5] block: add a ->free_disk method
` [PATCH 2/5] virtio_blk: simplify refcounting
` [PATCH 3/5] memstick/ms_block: "
` [PATCH 4/5] memstick/mspro_block: fix handling of read-only devices
` [PATCH 5/5] memstick/mspro_block: simplify refcounting

[PATCH v2] iommu/iova: Separate out rcache init
 2022-02-03 11:34 UTC 

[PATCH v2 3/9] [RFC] virtio_ring: Embed a wrap counter in opaque poll index value
 2022-02-03 11:32 UTC  (2+ messages)

[PATCH 0/8] VMCI: dma dg: Add support for DMA datagrams
 2022-02-03  2:39 UTC  (18+ messages)
` [PATCH 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH 2/8] VMCI: dma dg: add MMIO access to registers
  ` [RFC PATCH] VMCI: dma dg: vmci_read_reg() can be static
` [PATCH 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH 4/8] VMCI: dma dg: set OS page size
` [PATCH 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH 7/8] VMCI: dma dg: add support for DMA datagrams sends
  ` [RFC PATCH] VMCI: dma dg: vmci_write_data() can be static
` [PATCH 8/8] VMCI: dma dg: add support for DMA datagrams receive

[PATCH V6 01/10] Use copy_process in vhost layer
 2022-02-02 21:02 UTC  (11+ messages)

[PATCH v3] vhost: cache avail index in vhost_enable_notify()
 2022-02-02 13:53 UTC  (4+ messages)

[PATCH v4 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
 2022-02-02 12:25 UTC  (3+ messages)
    ` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages

[BUG] vhost: two possible deadlocks involving locking and waiting
 2022-02-01  7:27 UTC 

[PATCH 21/31] util: Add iova_tree_alloc
 2022-01-30  6:53 UTC  (26+ messages)
  ` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
  ` [PATCH 02/31] vhost: Add VhostShadowVirtqueue
` [PATCH 00/31] vDPA shadow virtqueue
  ` [PATCH 03/31] vdpa: Add vhost_svq_get_dev_kick_notifier
  ` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
  ` [PATCH 05/31] vhost: Add Shadow VirtQueue kick forwarding capabilities
  ` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
  ` [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier
  ` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
  ` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
  ` [PATCH 15/31] vdpa: Add vhost_svq_get_num
  ` [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr
  ` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
  ` [PATCH 22/31] vhost: Add VhostIOVATree
  ` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ
  ` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
  ` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
  ` [PATCH 29/31] vdpa: Make ncs autofree
  ` [PATCH 30/31] vdpa: Move vhost_vdpa_get_iova_range to net/vhost-vdpa.c

[PATCH] iommu/iova: Separate out rcache init
 2022-01-28 16:54 UTC  (2+ messages)

[PATCH] vhost: Make use of the helper macro kthread_run()
 2022-01-27 12:41 UTC  (2+ messages)

[RFC PATCH v5 23/26] util: Add iova_tree_alloc
 2022-01-27 11:25 UTC  (2+ messages)

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-01-27 10:10 UTC  (11+ messages)
` [PATCH v3 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v3 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v3 03/10] x86/sev: Set GHCB data structure version
` [PATCH v3 04/10] x86/sev: Cache AP Jump Table Address
` [PATCH v3 05/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v3 06/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v3 07/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v3 08/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v3 09/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v3 10/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-01-27  9:01 UTC  (10+ messages)
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2

[PATCH v2 0/4] RSS support for VirtioNet
 2022-01-27  8:26 UTC  (9+ messages)
` [PATCH v2 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v2 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v2 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v2 4/4] drivers/net/virtio_net: Added RSS hash report control

[PATCH V3 0/4] vDPA/ifcvf: implement shared IRQ feature
 2022-01-26 14:14 UTC 

[RFC PATCH 0/5] TUN/VirtioNet USO features support
 2022-01-26  8:32 UTC  (8+ messages)
` [RFC PATCH 1/5] uapi/linux/if_tun.h: Added new ioctl for tun/tap
` [RFC PATCH 2/5] driver/net/tun: Added features for USO
` [RFC PATCH 3/5] uapi/linux/virtio_net.h: Added USO types
` [RFC PATCH 4/5] linux/virtio_net.h: Added Support for GSO_UDP_L4 offload
` [RFC PATCH 5/5] drivers/net/virtio_net.c: Added USO support

[PATCH v3 00/17] virtio pci support VIRTIO_F_RING_RESET
 2022-01-26  7:35 UTC  (18+ messages)
` [PATCH v3 01/17] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v3 02/17] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v3 03/17] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v3 04/17] virtio: queue_reset: add helper
` [PATCH v3 05/17] vritio_ring: queue_reset: extract the release function of the vq ring
` [PATCH v3 06/17] virtio_ring: queue_reset: split: add __vring_init_virtqueue()
` [PATCH v3 07/17] virtio_ring: queue_reset: split: support enable reset queue
` [PATCH v3 08/17] virtio_ring: queue_reset: packed: "
` [PATCH v3 09/17] virtio_ring: queue_reset: add vring_reset_virtqueue()
` [PATCH v3 10/17] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v3 11/17] virtio_pci: queue_reset: release vq by vp_dev->vqs
` [PATCH v3 12/17] virtio_pci: queue_reset: setup_vq use vring_setup_virtqueue()
` [PATCH v3 13/17] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v3 14/17] virtio_net: virtnet_tx_timeout() fix style
` [PATCH v3 15/17] virtio_net: virtnet_tx_timeout() stop ref sq->vq
` [PATCH v3 16/17] virtio_net: split free_unused_bufs()
` [PATCH v3 17/17] virtio_net: support pair disable/enable

[PATCH V2 3/4] vhost_vdpa: don't setup irq offloading when irq_num < 0
 2022-01-25 19:42 UTC  (5+ messages)
` [PATCH V2 0/4] vDPA/ifcvf: implement shared IRQ feature
  ` [PATCH V2 2/4] vDPA/ifcvf: implement device MSIX vector allocator
  ` [PATCH V2 4/4] vDPA/ifcvf: implement shared IRQ feature

[PATCH] mm/balloon_compaction: make balloon page compaction callbacks static
 2022-01-25 17:59 UTC  (3+ messages)

[PATCH v1] vhost: cache avail index in vhost_enable_notify()
 2022-01-25 16:32 UTC  (9+ messages)

[PATCH] vduse: Fix returning wrong type in vduse_domain_alloc_iova()
 2022-01-25  3:13 UTC 

[PATCH v9 09/11] firmware: arm_scmi: Add atomic mode support to virtio transport
 2022-01-23 22:40 UTC  (2+ messages)

CISTI'2022 - 17th Iberian Conference on Information Systems and Technologies | Madrid, Spain
 2022-01-23 13:47 UTC 

[PATCH AUTOSEL 4.4 3/3] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:14 UTC 

[PATCH AUTOSEL 4.9 3/4] virtio-pci: fix the confusing error message
 2022-01-23  0:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 4/4] vhost/test: fix memory leak of vhost virtqueues

[PATCH AUTOSEL 4.14 3/4] virtio-pci: fix the confusing error message
 2022-01-23  0:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 4/4] vhost/test: fix memory leak of vhost virtqueues

[PATCH AUTOSEL 4.19 4/5] virtio-pci: fix the confusing error message
 2022-01-23  0:13 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/5] vhost/test: fix memory leak of vhost virtqueues

[PATCH AUTOSEL 5.4 6/8] virtio-pci: fix the confusing error message
 2022-01-23  0:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 7/8] vhost/test: fix memory leak of vhost virtqueues

[PATCH AUTOSEL 5.10 7/9] virtio-pci: fix the confusing error message
 2022-01-23  0:12 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 8/9] vhost/test: fix memory leak of vhost virtqueues

[PATCH AUTOSEL 5.15 11/16] virtio-pci: fix the confusing error message
 2022-01-23  0:12 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 12/16] vhost/test: fix memory leak of vhost virtqueues
` [PATCH AUTOSEL 5.15 13/16] vdpa: clean up get_config_size ret value handling
` [PATCH AUTOSEL 5.15 14/16] vdpa/mlx5: Fix is_index_valid() to refer to features

[PATCH AUTOSEL 5.16 13/19] net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTU
 2022-01-23  0:11 UTC  (5+ messages)
` [PATCH AUTOSEL 5.16 14/19] virtio-pci: fix the confusing error message
` [PATCH AUTOSEL 5.16 15/19] vhost/test: fix memory leak of vhost virtqueues
` [PATCH AUTOSEL 5.16 16/19] vdpa: clean up get_config_size ret value handling
` [PATCH AUTOSEL 5.16 17/19] vdpa/mlx5: Fix is_index_valid() to refer to features

[PATCH 0/3] Introduce akcipher service for virtio-crypto
 2022-01-22  0:19 UTC  (9+ messages)
` [PATCH 1/3] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH 2/3] virtio-crypto: introduce akcipher service
` [PATCH 3/3] virtio-crypto: implement RSA algorithm
  ` [RFC PATCH] virtio-crypto: virtio_crypto_rsa_do_req() can be static

[PATCH v2 07/12] virtio: queue_reset: pci: support VIRTIO_F_RING_RESET
 2022-01-21 15:49 UTC  (13+ messages)

[PATCH v2] vhost: cache avail index in vhost_enable_notify()
 2022-01-21 15:31 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).