messages from 2021-06-03 01:28:16 to 2021-06-10 03:43:19 UTC [more...]
[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
2021-06-10 3:43 UTC (9+ 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
[RFC v4] virtio-vsock: add description for datagram type
2021-06-10 3:31 UTC (6+ messages)
` [External] "
[PATCH 0/7] Do not read from descriptor ring
2021-06-10 3:12 UTC (10+ messages)
` [PATCH 1/7] virtio-ring: maintain next in extra state for packed virtqueue
` [PATCH 2/7] virtio_ring: rename vring_desc_extra_packed
` [PATCH 3/7] virtio-ring: factor out desc_extra allocation
` [PATCH 4/7] virtio_ring: secure handling of mapping errors
` [PATCH 5/7] virtio_ring: introduce virtqueue_desc_add_split()
` [PATCH 6/7] virtio: use err label in __vring_new_virtqueue()
` [PATCH 7/7] virtio-ring: store DMA metadata in desc_extra for split virtqueue
[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
vhost: multiple worker support
2021-06-09 21:03 UTC (29+ messages)
` [PATCH 1/9] vhost: move worker thread fields to new struct
` [PATCH 2/9] vhost: move vhost worker creation to kick setup
` [PATCH 3/9] vhost: modify internal functions to take a vhost_worker
` [PATCH 4/9] vhost: allow vhost_polls to use different vhost_workers
` [PATCH 5/9] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 6/9] vhost-scsi: make SCSI cmd completion per vq
` [PATCH 7/9] vhost: allow userspace to create workers
` [PATCH 8/9] vhost: add vhost_dev pointer to vhost_work
` [PATCH 9/9] vhost: support sharing workers across devs
[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 (21+ messages)
` [PATCH v1 01/12] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH v1 02/12] mm: track present early pages per zone
` [PATCH v1 03/12] mm/memory_hotplug: introduce "auto-movable" online policy
` [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 06/12] drivers/base/memory: "memory groups" to logically group memory blocks
` [PATCH v1 07/12] mm/memory_hotplug: track present pages in memory groups
` [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
` [PATCH v1 10/12] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [PATCH v1 11/12] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [PATCH v1 12/12] mm/memory_hotplug: improved dynamic "
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 (3+ 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 (15+ messages)
` [PATCH v10 12/18] virtio/vsock: add SEQPACKET receive logic
` [PATCH v10 13/18] virtio/vsock: rest of SOCK_SEQPACKET support
` [PATCH v10 14/18] virtio/vsock: enable SEQPACKET for transport
` [PATCH v10 15/18] vhost/vsock: support "
` [PATCH v10 17/18] vsock_test: add SOCK_SEQPACKET tests
` [PATCH v10 18/18] virtio/vsock: update trace event for SEQPACKET
` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
` [MASSMAIL KLMS] "
[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
2021-06-08 8:34 UTC (2+ messages)
simplify gendisk and request_queue allocation for blk-mq based drivers
2021-06-08 5:39 UTC (9+ messages)
` [PATCH 07/30] ms_block: use blk_mq_alloc_disk
` [PATCH 08/30] mspro: "
` [PATCH 20/30] nullb: "
[PATCH] vdpa: fix error code in vp_vdpa_probe()
2021-06-07 7:51 UTC (3+ messages)
[PATCH] vdp/mlx5: Fix setting the correct dma_device
2021-06-07 5:51 UTC (4+ messages)
[RFC PATCH 0/7] Untrusted device support for virtio
2021-06-07 2:46 UTC (5+ messages)
[PATCH net-next] virtio_net: set link state down when virtqueue is broken
2021-06-07 2:28 UTC (4+ messages)
[PATCH v2] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-07 2:12 UTC
[PATCH v1] vdp/mlx5: Fix setting the correct dma_device
2021-06-07 2:11 UTC
Security hole in vhost-vdpa?
2021-06-07 2:10 UTC (2+ messages)
[PATCH] vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked
2021-06-06 13:29 UTC
[PATCH] [v2] virtio_net: Remove BUG() to avoid machine dead
2021-06-06 4:48 UTC
[PATCH] vdpa: mandate 1.0 device
2021-06-04 7:57 UTC (2+ messages)
[PATCH net] virtio-net: fix for skb_over_panic inside big mode
2021-06-04 6:00 UTC (6+ messages)
[RFC PATCH V2 0/7] Do not read from descripto ring
2021-06-04 5:38 UTC (6+ messages)
[PATCH v1] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-04 2:34 UTC
[PATCH v2] vdpa/mlx5: Add support for doorbell bypassing
2021-06-04 2:31 UTC
Virtio hardening for TDX
2021-06-04 2:29 UTC (35+ messages)
` [PATCH v1 1/8] virtio: Force only split mode with protected guest
` [PATCH v1 2/8] virtio: Add boundary checks to virtio ring
` [PATCH v1 3/8] virtio: Harden split buffer detachment
` [PATCH v1 5/8] dma: Use size for swiotlb boundary checks
` [PATCH v1 6/8] dma: Add return value to dma_unmap_page
[PATCH 0/3] virtio_blk: blk-mq io_poll support
2021-06-03 15:30 UTC (9+ messages)
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()
[CFP LPC 2021] Confidential Computing Microconference
2021-06-03 14:51 UTC
[PATCH v2 0/2] x86: Disable kexec for SEV-ES guests
2021-06-03 13:22 UTC (3+ messages)
` [PATCH v2 1/2] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
[PATCH v1] vdpa/mlx5: Add support for doorbell bypassing
2021-06-03 7:49 UTC (2+ messages)
[PATCH] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-03 7:37 UTC (3+ messages)
[RFC PATCH] vdpa: mandate 1.0 device
2021-06-03 7:14 UTC (11+ messages)
[PATCH v2] vdpa/mlx5: Add support for running with virtio_vdpa
2021-06-03 7:14 UTC
[RFC v3 06/29] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
2021-06-03 3:39 UTC (10+ messages)
` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation
` [RFC v3 17/29] vhost: Shadow virtqueue buffers forwarding
` [RFC v3 25/29] vhost: Add custom IOTLB translations to SVQ
[PATCH 03/19] drivers/hv: minimal mshv module (/dev/mshv/)
2021-06-03 1:28 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).