messages from 2024-05-22 03:41:43 to 2024-05-30 10:34:44 UTC [more...]
[PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state
2024-05-30 10:34 UTC (10+ messages)
` [PATCH net v3 1/2] virtio_net: fix possible dim status unrecoverable
` [PATCH net v3 2/2] virtio_net: fix a spurious deadlock issue
[PATCH net-next V2] virtio-net: synchronize operstate with admin state on up/down
2024-05-30 10:29 UTC (3+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-05-30 10:18 UTC
virtio-fs tests between host(x86) and dpu(arm64)
2024-05-30 9:31 UTC
[PATCH] fuse: cleanup request queuing towards virtiofs
2024-05-30 9:06 UTC (5+ messages)
[PATCH net-next v1 0/7] virtnet_net: prepare for af-xdp
2024-05-30 8:00 UTC (10+ messages)
` [PATCH net-next v1 1/7] virtio_net: independent directory
` [PATCH net-next v1 2/7] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v1 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v1 4/7] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 5/7] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next v1 7/7] virtio_net: separate receive_buf
[PATCH net v2] virtio_net: fix missing lock protection on control_buf access
2024-05-30 3:57 UTC (3+ messages)
[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
2024-05-30 3:24 UTC (10+ messages)
` [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next 7/7] virtio_net: separate receive_buf
[PATCH net 0/2] virtio_net: fix race on control_buf
2024-05-30 3:10 UTC (11+ messages)
` [PATCH net 1/2] virtio_net: rename ret to err
` [PATCH net 2/2] virtio_net: fix missing lock protection on control_buf access
[PATCH v10 0/8] VMware hypercalls enhancements
2024-05-30 0:45 UTC (13+ messages)
` [PATCH v10 1/8] x86/vmware: Introduce VMware hypercall API
` [PATCH v10 2/8] ptp/vmware: Use "
` [PATCH v10 3/8] input/vmmouse: "
` [PATCH v10 4/8] drm/vmwgfx: "
` [PATCH v10 5/8] x86/vmware: "
` [PATCH v10 6/8] x86/vmware: Correct macro names
` [PATCH v10 7/8] x86/vmware: Remove legacy VMWARE_HYPERCALL* macros
` [PATCH v10 8/8] x86/vmware: Add TDX hypercall support
[PATCH v3 0/6] drm/ci: uprev mesa/IGT and generate testlist
2024-05-29 22:01 UTC (20+ messages)
` [PATCH v3 1/6] drm/ci: uprev mesa version
` [PATCH v3 2/6] drm/ci: add farm variable
` [PATCH v3 3/6] drm/ci: generate testlist from build
` [PATCH v3 4/6] drm/ci: uprev IGT
` [PATCH v3 5/6] drm/ci: skip driver specific tests
` [PATCH v3 6/6] drm/ci: update xfails for the new testlist
[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
2024-05-29 22:08 UTC
How to implement message forwarding from one CID to another in vhost driver
2024-05-29 10:55 UTC (16+ messages)
[PATCH 0/2] virtio-fs: introduce multi-queue support
2024-05-29 9:27 UTC (14+ messages)
` [PATCH 1/2] virtio-fs: limit number of request queues
` [PATCH 2/2] virtio-fs: add multi-queue support
[RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
2024-05-29 7:15 UTC (15+ messages)
` [RFC PATCH 1/5] vsock/virtio: Extend virtio-vsock spec with an "order" field
` [RFC PATCH 2/5] vsock/virtio: Add support for multi-devices
` [RFC PATCH 3/5] vsock/virtio: can_msgzerocopy adapts to multi-devices
` [RFC PATCH 4/5] vsock: seqpacket_allow "
` [RFC PATCH 5/5] vsock: Add an ioctl request to get all CIDs
` Re: [RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
[PATCH net-next v5 06/13] mm: page_frag: add '_va' suffix to page_frag API
2024-05-28 12:55 UTC (2+ messages)
` [PATCH net-next v5 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[PATCH net v2 0/2] virtio_net: fix lock warning and unrecoverable state
2024-05-28 11:46 UTC (8+ messages)
` [PATCH net v2 1/2] virtio_net: fix possible dim status unrecoverable
` [PATCH net v2 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce"
[syzbot] [net?] [virt?] upstream boot error: KMSAN: uninit-value in receive_buf
2024-05-28 8:12 UTC
[PATCH v2] tools/virtio: creating pipe assertion in vringh_test
2024-05-27 9:46 UTC
[PATCH] tools/virtio: pipe assertion in vring_test.c
2024-05-27 8:40 UTC (3+ messages)
[PATCH v6 00/10] IOMMUFD: Deliver IO page faults to user space
2024-05-27 4:05 UTC (11+ messages)
` [PATCH v6 01/10] iommu: Introduce domain attachment handle
` [PATCH v6 02/10] iommu: Remove sva handle list
` [PATCH v6 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v6 04/10] iommu: Extend domain attach group with handle support
` [PATCH v6 05/10] iommufd: Add fault and response message definitions
` [PATCH v6 06/10] iommufd: Add iommufd fault object
` [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v6 08/10] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v6 09/10] iommufd/selftest: Add IOPF support for mock device
` [PATCH v6 10/10] iommufd/selftest: Add coverage for IOPF test
[PATCH net-next] virtio-net: synchronize operstate with admin state on up/down
2024-05-27 3:42 UTC (3+ messages)
[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
2024-05-27 3:16 UTC (20+ messages)
` [PATCH v5 4/9] iommufd: Add fault and response message definitions
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable
[PATCH] nvdimm: add missing MODULE_DESCRIPTION() macros
2024-05-26 16:32 UTC
[PATCH RESEND] nvdimm: add missing MODULE_DESCRIPTION() macros
2024-05-26 17:07 UTC
[PATCH v2] x86/paravirt: Disable virt spinlock on bare metal
2024-05-26 1:58 UTC
[syzbot] [net?] [virt?] upstream test error: KMSAN: uninit-value in receive_buf
2024-05-25 16:12 UTC
[PATCH] x86/paravirt: Disable virt spinlock when CONFIG_PARAVIRT_SPINLOCKS disabled
2024-05-25 6:03 UTC (6+ messages)
[syzbot] [net?] [virt?] upstream boot error: KMSAN: uninit-value in corrupted
2024-05-25 2:56 UTC
[PATCH v4 0/2] LoongArch: Add steal time support
2024-05-24 7:38 UTC (3+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add steal time support in kvm side
` [PATCH v4 2/2] LoongArch: Add steal time support in guest side
[PATCH v2 0/6] drm/ci: uprev mesa/IGT and generate testlist
2024-05-24 6:46 UTC (10+ messages)
` [PATCH v2 1/6] drm/ci: uprev mesa version
` [PATCH v2 3/6] drm/ci: build virtual GPU driver as module
[PATCH] drm/bochs: Add check for drm_simple_display_pipe_init
2024-05-24 3:06 UTC
[PATCH v2 1/1] x86/vector: Fix vector leak during CPU offline
2024-05-23 19:52 UTC (2+ messages)
[GIT PULL v2] virtio: features, fixes, cleanups
2024-05-23 19:28 UTC (2+ messages)
[PATCH v9 2/8] x86/vmware: Move common macros to vmware.h
2024-05-23 12:52 UTC (6+ messages)
` [PATCH v9 0/8] VMware hypercalls enhancements
` [PATCH v9 3/8] x86/vmware: Introduce VMware hypercall API
(no subject)
2024-05-23 12:50 UTC
[PATCH 5.10] x86/xen: Drop USERGS_SYSRET64 paravirt call
2024-05-23 6:34 UTC (2+ messages)
[PATCH 1/1] x86/vector: Fix vector leak during CPU offline
2024-05-22 21:44 UTC (2+ messages)
[PATCH vhost v9 0/6] refactor the params of find_vqs()
2024-05-22 12:44 UTC (5+ messages)
[GIT PULL] virtio: features, fixes, cleanups
2024-05-22 11:39 UTC (5+ messages)
[PATCH v5] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
2024-05-22 11:19 UTC
[PATCH net 0/2] virtio_net: fix lock warning and unrecoverable state
2024-05-22 10:51 UTC (9+ messages)
` [PATCH net 1/2] virtio_net: fix possible dim status unrecoverable
` [PATCH net 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce"
[PATCH V2] MAINTAINERS: Change lingshan's email to kernel.org
2024-05-22 10:24 UTC (3+ messages)
[PATCH] [PATCH RESEND] drm/virtio: fix memory leak of vbuf
2024-05-22 9:20 UTC
[PATCH v3 1/2] LoongArch: KVM: Add steal time support in kvm side
2024-05-22 6:15 UTC (2+ messages)
[PATCH V3 0/3] flush workers on suspend
2024-05-22 3:41 UTC (5+ messages)
` [PATCH V3 1/3] vhost-vdpa: "
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).