messages from 2025-03-24 02:45:01 to 2025-04-01 20:13:57 UTC [more...]
[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
2025-04-01 20:13 UTC
[PATCH v2 1/2] drm/virtio: Don't attach GEM to a non-created context in gem_object_open()
2025-04-01 19:53 UTC (3+ messages)
` [PATCH v2 2/2] drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
[PATCH v1] MAINTAINERS: Add Dmitry Osipenko as drm/virtio co-maintainer
2025-04-01 19:12 UTC (3+ messages)
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-04-01 19:05 UTC (14+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-01 15:45 UTC (16+ messages)
` [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
` [RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
` [RFC PATCH 3/4] net: pass a kernel pointer via "
` [RFC PATCH 4/4] io_uring: let io_uring_cmd_getsockopt() allow level other than SOL_SOCKET
[PATCH v8 0/8] vhost: Add support of kthread API
2025-04-01 13:59 UTC (18+ messages)
` [PATCH v8 1/8] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v8 2/8] vhost: Reintroduce vhost_worker to support kthread
` [PATCH v8 3/8] vhost: Add the cgroup related function
` [PATCH v8 4/8] vhost: Introduce vhost_worker_ops in vhost_worker
` [PATCH v8 5/8] vhost: Reintroduce kthread mode support in vhost
` [PATCH v8 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v8 7/8] vhost: Add check for inherit_owner status
` [PATCH v8 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER
[PATCH net] vsock: avoid timeout during connect() if the socket is closing
2025-04-01 12:27 UTC (3+ messages)
RFC iommutests_: Testing software for everything IOMMU
2025-04-01 10:35 UTC (2+ messages)
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-01 7:52 UTC (29+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
` [RFC PATCH v1 02/15] x86/msr: Replace __rdmsr() with native_rdmsrl()
` [RFC PATCH v1 03/15] x86/msr: Simplify pmu_msr_{read,write}()
` [RFC PATCH v1 04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32
` [RFC PATCH v1 05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value)
` [RFC PATCH v1 06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments
` [RFC PATCH v1 07/15] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v1 08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v1 09/15] x86/opcode: Add immediate form MSR instructions to x86-opcode-map
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
` [RFC PATCH v1 11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v1 12/15] x86/msr: Use the alternatives mechanism to write MSR
` [RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
` [RFC PATCH v1 14/15] x86/extable: Add support for the immediate form MSR instructions
` [RFC PATCH v1 15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs
[PATCH] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-01 4:32 UTC
[GIT PULL] virtio: features, fixes, cleanups
2025-03-31 16:34 UTC
Using Restricted DMA for virtio-pci
2025-03-31 9:42 UTC (12+ messages)
[PATCH 00/19] virtio_ring in order support
2025-03-31 1:49 UTC (40+ messages)
` [PATCH 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH 07/19] virtio: "
` [PATCH 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH 13/19] virtio_ring: introduce virtqueue ops
` [PATCH 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH 17/19] virtio_ring: move next_avail_idx to vring_virtqueue
` [PATCH 18/19] virtio_ring: factor out split indirect detaching logic
` [PATCH 19/19] virtio_ring: add in order support
[PATCH v2 0/7] *** Add virtio gpu userptr support ***
2025-03-30 12:04 UTC (5+ messages)
` [PATCH v2 7/7] drm/virtio: implement userptr: add interval tree
[PATCH v1 0/7] Add virtio gpu userptr support
2025-03-30 11:57 UTC (11+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-29 9:15 UTC (19+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
[PATCH net-next v2] vsock/test: Add test for null ptr deref when transport changes
2025-03-28 13:48 UTC (6+ messages)
[PATCH v2 0/4] drm/cirrus-qemu: Various fixes
2025-03-28 9:17 UTC (5+ messages)
` [PATCH v2 1/4] drm/cirrus-qemu: Fix pitch programming
` [PATCH v2 2/4] drm/cirrus-qemu: Stricter mode validation
` [PATCH v2 3/4] drm/cirrus-qemu: Use framebuffer format as-is, drop adjustments
` [PATCH v2 4/4] drm/cirrus-qemu: Remove custom plane state
[PATCH v7 0/8] vhost: Add support of kthread API
2025-03-28 8:24 UTC (12+ messages)
` [PATCH v7 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER
[PATCH v1 1/2] drm/virtio: Don't attach GEM to a non-created context in gem_object_open()
2025-03-28 1:35 UTC (6+ messages)
` [PATCH v1 2/2] drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-03-27 20:27 UTC (16+ messages)
` [PATCH v2 01/10] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 09/10] vhost-scsi: log event queue write descriptors
[PATCH] vhost_task: fix vhost_task_create() documentation
2025-03-27 12:44 UTC
[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
2025-03-27 11:21 UTC (6+ messages)
[PATCH] virtio: console: Make resize control event handling compliant with spec
2025-03-27 10:40 UTC (2+ messages)
[PATCH 0/4] drm/cirrus-qemu: Various fixes
2025-03-27 7:44 UTC (9+ messages)
` [PATCH 1/4] drm/cirrus-qemu: Fix pitch programming
` [PATCH 2/4] drm/cirrus-qemu: Stricter mode validation
` [PATCH 3/4] drm/cirrus-qemu: Use framebuffer format as-is, drop adjustments
` [PATCH 4/4] drm/cirrus-qemu: Remove custom plane state
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-03-26 8:56 UTC (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH net-next v2 0/4] virtio_net: Fixes and improvements
2025-03-25 16:40 UTC (6+ messages)
` [PATCH net-next v2 3/4] virtio_net: Use new RSS config structs
[PATCH v1 0/3] drm/ci: uprev mesa, IGT
2025-03-25 11:06 UTC (4+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
[PATCH] virtio_console: fix order of fields cols and rows
2025-03-25 8:14 UTC (3+ messages)
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-24 19:46 UTC (4+ messages)
` [PATCH net-next v7 4/9] net: devmem: Implement TX path
[PATCH v7 0/3] x86/tdx: Fix HLT logic execution for TDX VMs
2025-03-24 18:53 UTC (2+ messages)
[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
2025-03-24 17:56 UTC (2+ messages)
[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
2025-03-24 10:31 UTC (3+ messages)
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
[PATCH net-next 0/4] virtio_net: Fixes and improvements
2025-03-24 4:05 UTC (9+ messages)
` [PATCH net-next 3/4] virtio_net: Use new RSS config structs
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).