messages from 2025-04-10 07:59:02 to 2025-04-21 21:51:23 UTC [more...]
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-21 21:50 UTC (3+ messages)
` [PATCH net-next v2 2/3] vsock: Reduce indentation in virtio_transport_wait_close()
` [PATCH net-next v2 3/3] vsock/test: Expand linger test to ensure close() does not misbehave
[PATCH 0/2] Improve admin command handling and result
2025-04-21 15:13 UTC (13+ messages)
` [PATCH 1/2] virtio-pci: Fix result size returned for the admin command completion
` [PATCH 2/2] virtio-pci: Add admin command length check for device writable portions
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
2025-04-20 11:21 UTC (4+ messages)
[PATCH v9 0/4] vhost: Add support of kthread API
2025-04-21 10:59 UTC (12+ messages)
` [PATCH v9 1/4] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v9 2/4] vhost: Reintroduce kthread mode support in vhost
` [PATCH v9 3/4] vhost: add VHOST_FORK_FROM_OWNER ioctl and validate inherit_owner
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER
[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-04-21 3:08 UTC (9+ messages)
` [PATCH v3 4/9] vhost: modify vhost_log_write() for broader users
` [PATCH v3 9/9] vhost: add WARNING if log_num is more than limit
[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-21 3:03 UTC (6+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] selftests: net: move xdp_helper to net/lib
` [PATCH v4 3/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest
[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-20 14:38 UTC (3+ messages)
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-04-18 17:57 UTC (9+ messages)
[PATCH RFC v2 0/5] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-18 10:24 UTC (9+ messages)
` [PATCH RFC v2 1/5] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v2 2/5] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v2 3/5] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v2 4/5] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v2 5/5] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
[PATCH net-next 0/2] vsock: SOCK_LINGER rework
2025-04-18 10:07 UTC (7+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data
[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock
2025-04-18 5:05 UTC
[PATCH net-next v9 0/9] Device memory TCP TX
2025-04-17 23:15 UTC (10+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v9 4/9] net: devmem: Implement TX path
` [PATCH net-next v9 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v9 6/9] net: enable driver support for netmem TX
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v9 8/9] net: check for driver support in netmem TX
` [PATCH net-next v9 9/9] selftests: ncdevmem: Implement devmem TCP TX
[syzbot] [dri?] [virt?] WARNING in virtio_gpu_queue_fenced_ctrl_buffer
2025-04-17 15:10 UTC
[PATCH] vdpa/octeon_ep: Use non-hybrid PCI devres API
2025-04-17 13:11 UTC (6+ messages)
` [EXTERNAL] "
[PATCH] dt-bindings: virtio: pci-iommu: Add ref to pci-device.yaml
2025-04-17 12:49 UTC (2+ messages)
[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
2025-04-17 11:10 UTC (3+ messages)
[PATCH] drm/cirrus: Use non-hybrid PCI devres API
2025-04-17 9:40 UTC
[PATCH v2] virtgpu: don't reset on shutdown
2025-04-17 7:07 UTC (5+ messages)
[PATCH v3 0/3] virtio-net: disable delayed refill when pausing rx
2025-04-17 0:08 UTC (11+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: net: move xdp_helper to net/lib
` [PATCH v3 3/3] selftests: net: add a virtio_net deadlock selftest
[PATCH v2 0/3] arm-smmu: select suitable IOVA
2025-04-16 21:34 UTC (11+ messages)
` [PATCH v2 1/3] arm-smmu: move MSI_IOVA macro definitions
` [PATCH v2 2/3] dt-bindings: iommu: add "arm,smmu-faulty-msi-iova" property
` [PATCH v2 3/3] arm-smmu: select suitable MSI IOVA
[PATCH net-next v8 1/9] netmem: add niov->type attribute to distinguish different net_iov types
2025-04-16 17:26 UTC (10+ messages)
` [PATCH net-next v8 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v8 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v8 4/9] net: devmem: Implement TX path
` [PATCH net-next v8 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v8 6/9] net: enable driver support for netmem TX
` [PATCH net-next v8 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v8 8/9] net: check for driver support in netmem TX
` [PATCH net-next v8 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
2025-04-16 13:49 UTC (2+ messages)
[PATCH] vhost/net: remove zerocopy support
2025-04-16 10:15 UTC (5+ messages)
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-16 10:09 UTC (3+ messages)
[PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO
2025-04-16 8:16 UTC (6+ messages)
[PATCH 0/2] drm/virtio: Avoid struct drm_gem_object.import_attach
2025-04-16 7:27 UTC (6+ messages)
` [PATCH 1/2] drm/virtio: Test for imported buffers with drm_gem_is_imported()
` [PATCH 2/2] drm/virtio: Use dma_buf from GEM object instance
[PATCH 04/19] drm: Pass the format info to .fb_create()
2025-04-16 6:44 UTC (12+ messages)
` [PATCH v2 "
` [PATCH 05/19] drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
` [PATCH 07/19] drm/gem: Pass along the format info from .fb_create() "
` [PATCH v2 "
` [PATCH 17/19] drm/virtio: "
[PATCH] Revert "virtio_pci: Support surprise removal of virtio pci device"
2025-04-16 3:01 UTC (5+ messages)
[PATCH REGRESSION-FIX] x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT
2025-04-16 2:25 UTC (2+ messages)
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-15 17:07 UTC (13+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
[PATCH net-next] selftests/vsock: add initial vmtest.sh for vsock
2025-04-14 17:12 UTC (3+ messages)
[PATCH v2 0/3] virtio-net: disable delayed refill when pausing rx
2025-04-14 11:46 UTC (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: net: move xdp_helper to net/lib
` [PATCH v2 3/3] selftests: net: add a virtio_net deadlock selftest
[PATCH 0/2] drm: qxl: Deadcoding
2025-04-13 17:10 UTC (3+ messages)
` [PATCH 1/2] drm: qxl: Remove dead qxl_io_flush_* functions
` [PATCH 2/2] drm: qxl: Remove unused debugfs code
[PATCH v3] media: add virtio-media driver
2025-04-12 14:27 UTC (2+ messages)
[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
2025-04-11 13:34 UTC (6+ messages)
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-11 10:54 UTC (2+ messages)
` [RFC PATCH 3/7] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
[PATCH 0/7] irqbypass: Cleanups and a perf improvement
2025-04-11 0:09 UTC (11+ messages)
` [PATCH 3/7] irqbypass: Take ownership of producer/consumer token tracking
` [PATCH 7/7] irqbypass: Use xarray to track producers and consumers
[PATCH RFC] virtgpu: don't reset on shutdown
2025-04-10 13:14 UTC (6+ messages)
[PATCH v4 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-04-10 12:10 UTC (7+ messages)
` [PATCH v4 3/5] iommu/virtio: Move "
` [PATCH v4 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
[PATCH 0/2] dma-fence: Rename dma_fence_is_signaled()
2025-04-10 8:37 UTC (10+ messages)
` [PATCH 1/2] "
[PATCH] virtio-net: disable delayed refill when pausing rx
2025-04-10 8:09 UTC (9+ messages)
` [PATCH] virtio-net: hold netdev_lock "
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).