messages from 2025-10-06 07:48:18 to 2025-10-14 10:15:19 UTC [more...]
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-10-14 10:15 UTC (11+ messages)
[RFC 0/2] Lift restriction about VDUSE net devices with CVQ
2025-10-14 9:25 UTC (10+ messages)
` [RFC 1/2] virtio_net: timeout control virtqueue commands
` [RFC 2/2] vduse: lift restriction about net devices with CVQ
[PATCH V7 00/19] virtio_ring in order support
2025-10-14 9:13 UTC (9+ messages)
` [PATCH V7 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V7 19/19] virtio_ring: add in order support
[PATCH net-next v4 00/12] virtio_net: Add ethtool flow rules support
2025-10-14 7:04 UTC (19+ messages)
` [PATCH net-next v4 01/12] virtio_pci: Remove supported_cap size build assert
` [External] : "
` [PATCH net-next v4 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v4 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v4 04/12] virtio: Expose object create and destroy API
` [External] : "
` [PATCH net-next v4 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v4 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v4 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v4 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v4 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v4 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v4 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v4 12/12] virtio_net: Add get ethtool flow rules ops
[syzbot] [virt?] upstream test error: KMSAN: use-after-free in vring_map_one_sg
2025-10-14 6:47 UTC (11+ messages)
[PATCH net v2 0/3] fixes two virtio-net related bugs
2025-10-14 2:58 UTC (10+ messages)
` [PATCH net v2 1/3] virtio-net: fix incorrect flags recording in big mode
` [PATCH net v2 2/3] virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
` [PATCH net v2 3/3] virtio-net: correct hdr_len handling for tunnel gso
[PATCH] drm/virtgpu: Use vblank timer
2025-10-14 0:43 UTC (13+ messages)
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-13 17:22 UTC (24+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev
[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
2025-10-13 8:51 UTC (8+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions
[PATCH v1] drm/ci: disable broken MR check in sanity job
2025-10-13 6:02 UTC
[PATCH 1/3] virtio: dwords->qwords
2025-10-12 19:17 UTC (13+ messages)
` [PATCH 2/3] virtio: words->dwords
` [PATCH 3/3] vhost: use checked versions of VIRTIO_BIT
[PATCH] virtio-mem: fix typos in virtio_mem struct comments
2025-10-11 18:40 UTC
[PATCH net v1 0/3] fixes two virtio-net related bugs
2025-10-11 14:13 UTC (5+ messages)
` [PATCH net v1 1/3] virtio-net: fix incorrect flags recording in big mode
` [PATCH net v1 2/3] virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
` [PATCH net v1 3/3] virtio-net: correct hdr_len handling for tunnel gso
` [syzbot ci] Re: fixes two virtio-net related bugs
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-10-11 9:15 UTC (7+ messages)
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
[PATCH v7 0/7] Add multiple address spaces support to VDUSE
2025-10-11 5:23 UTC (15+ messages)
` [PATCH v7 1/7] vduse: make domain_lock an rwlock
` [PATCH v7 2/7] vduse: add v1 API definition
` [PATCH v7 3/7] vduse: add vq group support
` [PATCH v7 4/7] vduse: return internal vq group struct as map token
` [PATCH v7 5/7] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v7 6/7] vduse: add vq group asid support
` [PATCH v7 7/7] vduse: bump version number
[PATCH] virtiofs: remove max_pages_limit in indirect descriptor mode
2025-10-11 3:30 UTC
[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
2025-10-10 9:43 UTC (7+ messages)
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class
[RFC 0/2] support vduse feature provisioning in vdpa netlink command
2025-10-10 9:41 UTC (7+ messages)
` [RFC 1/2] vduse: support feature provisioning
` [RFC 2/2] vduse: allow to specify device-specific features if it's multiclass
[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __set_page_owner
2025-10-10 7:24 UTC (5+ messages)
[PATCH v6 0/7] Add multiple address spaces support to VDUSE
2025-10-10 7:06 UTC (6+ messages)
` [PATCH v6 2/7] vduse: add v1 API definition
` [PATCH v6 6/7] vduse: add vq group asid support
[PATCH net 0/2] fixes two virtio-net related bugs
2025-10-10 3:01 UTC (7+ messages)
` [PATCH net 2/2] virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
2025-10-09 16:59 UTC (4+ messages)
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests
[PATCH v2 00/37] mm: remove nth_page()
2025-10-09 13:05 UTC (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` (bisected) "
[PATCH v2 net-next 0/3] virtio_net: Implement VIRTIO_NET_F_OUT_NET_HEADER from virtio spec 1.4
2025-10-09 10:31 UTC (7+ messages)
` [PATCH v2 net-next 1/3] net: implement virtio helper to handle outer nw offset
` [PATCH v2 net-next 2/3] virtio_net: enable outer nw header offset support
` [PATCH v2 net-next 3/3] vhost/net: "
[PATCH RFC 00/35] mm: remove nth_page()
2025-10-09 10:30 UTC (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
[PATCH] vdpa/mlx5: Fix incorrect error code reporting in query_virtqueues
2025-10-09 5:45 UTC (2+ messages)
[PATCH v2] virtio_vdpa: fix misleading return in void function
2025-10-09 5:38 UTC (2+ messages)
[PATCH 5.10] gpu/drm/virtio: fix error return in vgdev_output_init()
2025-10-09 3:12 UTC (3+ messages)
update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
2025-10-09 1:07 UTC (2+ messages)
[PATCH] drm/qxl: Use vblank timer
2025-10-08 14:38 UTC (2+ messages)
[PATCH] drm/cirrus-qemu: Use vblank timer
2025-10-08 14:38 UTC (2+ messages)
[PATCH] drm/bochs: Use vblank timer
2025-10-08 14:37 UTC (2+ messages)
Backport request for commit 5326ab737a47 ("virtio_console: fix order of fields cols and rows")
2025-10-06 14:57 UTC (4+ messages)
[PATCH v3 00/21] paravirt: cleanup and reorg
2025-10-06 7:46 UTC (2+ messages)
` [PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
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).