virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-10 09:12:08 to 2021-06-22 14:10:06 UTC [more...]

[PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu
 2021-06-22 14:09 UTC  (12+ messages)
` [PATCH linux-next v3 1/6] vdpa: Introduce and use vdpa device get, set config helpers
` [PATCH linux-next v3 2/6] vdpa: Introduce query of device config layout
` [PATCH linux-next v3 3/6] vdpa: Enable user to set mac and mtu of vdpa device
` [PATCH linux-next v3 4/6] vdpa_sim_net: Enable user to set mac address and mtu
` [PATCH linux-next v3 5/6] vdpa/mlx5: Support configuration of MAC
` [PATCH linux-next v3 6/6] vdpa/mlx5: Forward only packets with allowed MAC address

[PATCH rdma-next 0/5] mlx5 MR cache enhancements
 2021-06-22 12:08 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
` [PATCH mlx5-next 2/5] RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib
` [PATCH mlx5-next 3/5] RDMA/mlx5: Change the cache to hold mkeys instead of MRs
` [PATCH mlx5-next 4/5] RDMA/mlx5: Change the cache structure to an rbtree
` [PATCH rdma-next 5/5] RDMA/mlx5: Delay the deregistration of a non-cache mkey

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-22 10:50 UTC  (26+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
    ` [External] "
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
    ` [External] "
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
    ` [External] "
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram
    ` [External] "
  ` Re: [RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
  ` [External] "

[PATCH v3] virtio-blk: Add validation for block size in config space
 2021-06-22 10:11 UTC 

[PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
 2021-06-22  7:49 UTC  (6+ messages)
      ` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work
  ` [PATCH v8 09/10] vduse: Introduce VDUSE - vDPA Device in Userspace

[PATCH v5 0/5] Add support for ACPI VIOT
 2021-06-22  7:46 UTC  (12+ messages)
` [PATCH v5 1/5] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v5 2/5] ACPI: Move IOMMU setup code "
` [PATCH v5 3/5] ACPI: Add driver for the VIOT table
` [PATCH v5 4/5] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v5 5/5] iommu/virtio: Enable x86 support

Patches that were reviewed
 2021-06-21 19:02 UTC 

[PATCH V3 0/3] gpio: Add virtio based driver
 2021-06-21 17:25 UTC  (28+ messages)
` [PATCH V3 1/3] gpio: Add virtio-gpio driver
      ` [Stratos-dev] "
` [PATCH V3 2/3] gpio: virtio: Add IRQ support

[RFC PATCH v1] vsock: add mergeable rx buffer description
 2021-06-21 17:12 UTC  (3+ messages)
  ` [External] "

[PATCH v7 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-21 15:52 UTC  (6+ messages)
` [PATCH v7 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v7 2/2] x86/sev: Split up runtime #VC handler for correct state tracking

vhost: multiple worker support
 2021-06-21 13:41 UTC  (9+ messages)
` [PATCH 7/9] vhost: allow userspace to create workers

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-21 10:23 UTC  (9+ messages)
  ` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
          ` [MASSMAIL KLMS] "

[PATCH] remove "#include<linux/virtio.h>"
 2021-06-21  9:15 UTC 

[PATCH] virtio_net: Enable MSI-X vector for ctrl queue
 2021-06-21  6:21 UTC  (2+ messages)

[PATCH v6 1/2] virtio-vsock: use C style defines for constants
 2021-06-18 14:49 UTC  (2+ messages)
  ` [PATCH v6 2/2] virtio-vsock: SOCK_SEQPACKET description

[PATCH net-next 0/3] vsock: small fixes for seqpacket support
 2021-06-18 13:35 UTC  (4+ messages)
` [PATCH net-next 1/3] vsock: rename vsock_has_data()
` [PATCH net-next 2/3] vsock: rename vsock_wait_data()
` [PATCH net-next 3/3] vsock/virtio: remove redundant `copy_failed` variable

[PATCH v4 0/6] Add support for ACPI VIOT
 2021-06-18 11:19 UTC  (24+ messages)
` [PATCH v4 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v4 2/6] ACPI: Move IOMMU setup code "
` [PATCH v4 3/6] ACPI: Add driver for the VIOT table
` [PATCH v4 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v4 5/6] iommu/dma: Simplify calls "
` [PATCH v4 6/6] iommu/virtio: Enable x86 support

[PATCH v6 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-18 10:53 UTC  (9+ messages)
` [PATCH v6 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v6 2/2] x86/sev: Split up runtime #VC handler for correct state tracking
  ` [PATCH v6.1 "

[PATCH] vhost-vdpa: fix bug-"v->vqs" and "v" don't free
 2021-06-18  7:20 UTC 

[PATCH] drivers: gpio: add virtio-gpio guest driver
 2021-06-17 11:47 UTC  (5+ messages)
    ` [virtio-dev] banned on virtio list ? [Re: [PATCH] drivers: gpio: add virtio-gpio guest driver]

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-17  6:58 UTC  (36+ messages)
` [PATCH net-next v5 03/15] virtio-net: add priv_flags IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 06/15] virtio-net: unify the code for recycling the xmit ptr
` [PATCH net-next v5 07/15] virtio-net: standalone virtnet_aloc_frag function
` [PATCH net-next v5 08/15] virtio-net: split the receive_mergeable function
` [PATCH net-next v5 10/15] virtio-net: independent directory
` [PATCH net-next v5 11/15] virtio-net: move to virtio_net.h
` [PATCH net-next v5 12/15] virtio-net: support AF_XDP zc tx
` [PATCH net-next v5 13/15] virtio-net: support AF_XDP zc rx
` [PATCH net-next v5 14/15] virtio-net: xsk direct xmit inside xsk wakeup
` [PATCH net-next v5 15/15] virtio-net: xsk zero copy xmit kick by threshold

[PATCH v5 0/6] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-06-16 19:01 UTC  (12+ messages)
` [PATCH v5 1/6] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH v5 2/6] x86/sev-es: Make sure IRQs are disabled while GHCB is active
` [PATCH v5 3/6] x86/sev-es: Split up runtime #VC handler for correct state tracking
` [PATCH v5 4/6] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
` [PATCH v5 5/6] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v5 6/6] x86/sev-es: Propagate #GP if getting linear instruction address failed

[PATCH] vhost: add vhost_test to Kconfig & Makefile
 2021-06-16 13:06 UTC 

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-06-16  7:43 UTC  (3+ messages)

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-15 15:58 UTC  (4+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk

[PATCH v2] virtio-blk: Add validation for block size in config space
 2021-06-15 15:27 UTC 

[PATCH] vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked
 2021-06-15 14:33 UTC  (2+ messages)

[RFC] virtio-mem: virtio_mem_init: Access bb_size just in BBM mode
 2021-06-15  7:43 UTC 

[PATCH v2 0/2] x86: Disable kexec for SEV-ES guests
 2021-06-14 12:33 UTC  (2+ messages)

[PATCH v4 00/16] Introduce SCMI VirtIO transport
 2021-06-14 11:43 UTC 

[PATCH v4 0/6] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-06-11 14:34 UTC  (9+ messages)
` [PATCH v4 2/6] x86/sev-es: Disable IRQs while GHCB is active
` [PATCH v4 3/6] x86/sev-es: Split up runtime #VC handler for correct state tracking
` [PATCH v4 4/6] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()

[PATCH 00/19] Microsoft Hypervisor root partition ioctl interface
 2021-06-10 18:42 UTC  (3+ messages)
  ` [PATCH 01/19] x86/hyperv: convert hyperv statuses to linux error codes
  ` [PATCH 02/19] asm-generic/hyperv: convert hyperv statuses to strings

[PATCH v5] virtio-vsock: add description for datagram type
 2021-06-10 18:12 UTC 

[PATCH 06/17] mshv: SynIC port and connection hypercalls
 2021-06-10 12:19 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).