messages from 2025-09-30 08:58:58 to 2025-10-13 00:06:20 UTC [more...]
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-13 0:05 UTC (14+ 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 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
2025-10-12 23:57 UTC (7+ 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 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
[syzbot] [virt?] upstream test error: KMSAN: use-after-free in vring_map_one_sg
2025-10-11 9:20 UTC (3+ messages)
[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
[RFC 0/2] Lift restriction about VDUSE net devices with CVQ
2025-10-11 7:44 UTC (5+ messages)
` [RFC 1/2] virtio_net: timeout control virtqueue commands
` [RFC 2/2] vduse: lift restriction about net devices with CVQ
[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 v5] can: virtio: Initial virtio CAN driver
2025-10-10 21:20 UTC (5+ messages)
[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
[PATCH] drm/virtgpu: Use vblank timer
2025-10-10 9:33 UTC (10+ messages)
[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 V7 00/19] virtio_ring in order support
2025-10-09 5:55 UTC (6+ messages)
` [PATCH V7 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
[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 (17+ messages)
` [PATCH v3 02/21] x86/paravirt: Remove some unneeded struct declarations
` [PATCH v3 03/21] x86/paravirt: Remove PARAVIRT_DEBUG config option
` [PATCH v3 04/21] x86/paravirt: Move thunk macros to paravirt_types.h
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v3 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v3 08/21] arm64/paravirt: "
` [PATCH v3 09/21] loongarch/paravirt: "
` [PATCH v3 10/21] riscv/paravirt: "
` [PATCH v3 11/21] x86/paravirt: "
` [PATCH v3 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v3 13/21] x86/paravirt: Introduce new paravirt-base.h header
` [PATCH v3 14/21] x86/paravirt: Move pv_native_*() prototypes to paravirt.c
` [PATCH v3 19/21] x86/paravirt: Allow pv-calls outside paravirt.h
` [PATCH v3 20/21] x86/paravirt: Specify pv_ops array in paravirt macros
` [PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-10-06 4:03 UTC (29+ messages)
` [PATCH v1 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH v1 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH v1 5/9] sparc64: Use "
` [PATCH v1 6/9] x86: Use physical address for "
` [PATCH v1 7/9] vdpa: Convert to physical address "
` [PATCH v1 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v1 9/9] dma-mapping: remove unused map_page callback
[GIT PULL] virtio,vhost: fixes, cleanups
2025-10-04 18:18 UTC (2+ messages)
[PATCH] virtio_vdpa: fix misleading return in void function
2025-10-03 11:08 UTC (2+ messages)
[PATCH v1 net-next 0/3] virtio_net: Implement VIRTIO_NET_F_OUT_NET_HEADER from virtio spec 1.4
2025-10-03 11:06 UTC (5+ messages)
` [PATCH v1 net-next 1/3] net: implement virtio helper to handle outer nw offset
` [EXTERNAL] "
[PATCH net-next v3 00/11] virtio_net: Add ethtool flow rules support
2025-10-01 14:15 UTC (4+ messages)
` [PATCH net-next v3 08/11] virtio_net: Implement IPv4 ethtool flow rules
[PATCH net] vhost: vringh: Fix copy_to_iter return value check
2025-10-01 14:00 UTC (4+ messages)
[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
2025-10-01 6:45 UTC (12+ messages)
` [PATCH v2 11/12] x86/paravirt: Don't use pv_ops vector for MSR access functions
[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-10-01 0:01 UTC (2+ messages)
[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-30 23:59 UTC (9+ messages)
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
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).