virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 08:23:35 to 2021-06-17 02:37:07 UTC [more...]

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-17  2:36 UTC  (29+ messages)
` [PATCH net-next v5 01/15] netdevice: priv_flags extend to 64bit
` [PATCH net-next v5 02/15] netdevice: add priv_flags IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 03/15] virtio-net: "
` [PATCH net-next v5 04/15] xsk: XDP_SETUP_XSK_POOL support option IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 05/15] virtio: support virtqueue_detach_unused_buf_ctx
` [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 09/15] virtio-net: virtnet_poll_tx support budget check
` [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] drivers: gpio: add virtio-gpio guest driver
 2021-06-16 21:18 UTC  (3+ messages)
    ` [virtio-dev] banned on virtio list ? [Re: [PATCH] drivers: gpio: add virtio-gpio guest driver]

[PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu
 2021-06-16 19:11 UTC  (7+ 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 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 v6 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-16 18:49 UTC  (3+ 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 v4 0/6] Add support for ACPI VIOT
 2021-06-16 17:02 UTC  (16+ 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] 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)

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

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 v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-11 14:57 UTC  (2+ messages)

[PATCH v4 0/6] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-06-11 14:34 UTC  (12+ messages)
` [PATCH v4 1/6] x86/sev-es: Fix error message in runtime #VC handler
` [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 v4 5/6] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v4 6/6] x86/sev-es: Propagate #GP if getting linear instruction address failed

[RFC PATCH v1] vsock: add mergeable rx buffer description
 2021-06-11  6:17 UTC  (2+ messages)

[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 

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-10 16:44 UTC  (14+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
` [RFC v1 4/6] vsock_test: add tests for vsock dgram
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram
  ` Re: [RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support

[PATCH 06/17] mshv: SynIC port and connection hypercalls
 2021-06-10 12:19 UTC 

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

[RFC v4] virtio-vsock: add description for datagram type
 2021-06-10  6:56 UTC  (6+ messages)
  ` [External] "

Security hole in vhost-vdpa?
 2021-06-10  5:59 UTC  (5+ messages)

[PATCH 0/7] Do not read from descriptor ring
 2021-06-10  3:12 UTC  (3+ messages)

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2021-06-09 22:59 UTC  (9+ messages)
` [PATCH v3 1/4] virtio_net: move tx vq operation under tx queue lock

[PATCH 0/9] drm: Implement gem_prime_mmap with drm_gem_prime_mmap()
 2021-06-09 11:20 UTC  (10+ messages)
` [PATCH 1/9] drm/etnaviv: Implement mmap as GEM object function
` [PATCH 2/9] drm/exynox: "
` [PATCH 3/9] drm/mediatek: "
` [PATCH 4/9] drm/msm: "
` [PATCH 5/9] drm/qxl: Remove empty qxl_gem_prime_mmap()
` [PATCH 6/9] drm/vgem: Implement mmap as GEM object function
` [PATCH 7/9] drm/xen: "
` [PATCH 8/9] drm/rockchip: "
` [PATCH 9/9] drm: Update documentation and TODO of gem_prime_mmap hook

[PATCH v1 00/12] mm/memory_hotplug: "auto-movable" online policy and memory groups
 2021-06-09 10:05 UTC  (13+ messages)
` [PATCH v1 04/12] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [PATCH v1 08/12] ACPI: memhotplug: memory resources cannot be enabled yet
` [PATCH v1 09/12] ACPI: memhotplug: use a single static memory group for a single memory device

virtio-net: kernel panic in virtio_net.c
 2021-06-09  8:08 UTC  (9+ messages)

Re: [RFC v2] virtio-vsock: add description for datagram type
 2021-06-09  7:40 UTC  (14+ messages)
`  "

[PATCH] drm: qxl: ensure surf.data is ininitialized
 2021-06-09  7:00 UTC  (2+ messages)

[PATCH] dt-bindings: virtio: Convert virtio-mmio to DT schema
 2021-06-09  0:55 UTC  (2+ messages)

[PATCH v3 0/7] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-06-08 13:25 UTC  (10+ messages)
` [PATCH v3 1/7] x86/ioremap: Map efi_mem_reserve() memory as encrypted for SEV
` [PATCH v3 2/7] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH v3 3/7] x86/sev-es: Disable IRQs while GHCB is active
` [PATCH v3 4/7] x86/sev-es: Run #VC handler in plain IRQ state
` [PATCH v3 5/7] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
` [PATCH v3 6/7] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v3 7/7] x86/sev-es: Propagate #GP if getting linear instruction address failed

[PATCH v10 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
 2021-06-08 10:39 UTC  (6+ messages)

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-06-08  8:34 UTC  (2+ 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).