messages from 2024-11-11 10:32:37 to 2024-11-15 09:59:18 UTC [more...]
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-11-15 9:59 UTC (11+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
don't reorder requests passed to ->queue_rqs
2024-11-15 9:10 UTC (22+ messages)
` [PATCH 1/6] nvme-pci: reverse request order in nvme_queue_rqs
` [PATCH 2/6] virtio_blk: reverse request order in virtio_queue_rqs
` [PATCH 3/6] block: remove rq_list_move
` [PATCH 4/6] block: add a rq_list type
` [PATCH 5/6] block: don't reorder requests in blk_add_rq_to_plug
` [PATCH 6/6] block: don't reorder requests in blk_mq_add_to_batch
[PATCH v2 0/4] Add new headers for Hyper-V Dom0
2024-11-14 21:35 UTC (17+ messages)
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0
Switch remaining drivers over to drm_exec
2024-11-14 20:53 UTC (11+ messages)
` [PATCH 1/7] drm/radeon: switch over to drm_exec v2
` [PATCH 2/7] drm/qxl: switch to using "
` [PATCH 3/7] drm/vmwgfx: start to phase out ttm_exec
` [PATCH 4/7] drm/vmwgfx: use the new drm_exec object
` [PATCH 5/7] drm/vmwgfx: replace ttm_validate_buffer with separate struct
` [PATCH 6/7] drm/xe: drop unused component dependencies
` [PATCH 7/7] drm/ttm: remove ttm_execbug_util
[PATCH V4 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-14 19:12 UTC (11+ messages)
` [PATCH V4 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V4 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V4 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V4 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH V4 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V4 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V4 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH v4 00/10] blk: refactor queue affinity helpers
2024-11-14 12:20 UTC (25+ messages)
` [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver
` [PATCH v4 03/10] PCI: hookup irq_get_affinity callback
` [PATCH v4 04/10] virtio: "
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v4 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
` [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers
[PATCH v6 0/3] vsock/test: fix wrong setsockopt() parameters
2024-11-14 10:28 UTC (5+ messages)
` [PATCH v6 1/3] vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
` [PATCH v6 2/3] vsock/test: fix parameter types in SO_VM_SOCKETS_* calls
` [PATCH v6 3/3] vsock/test: verify socket options after setting them
[PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling
2024-11-14 1:04 UTC (3+ messages)
[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
2024-11-13 15:06 UTC (10+ messages)
` [PATCH vhost 2/2] vdpa/mlx5: Fix suboptimal range on iotlb iteration
[PATCH v3 0/8] blk: refactor queue affinity helpers
2024-11-13 14:30 UTC (36+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers
[PATCH V3 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-13 11:44 UTC (10+ messages)
` [PATCH V3 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V3 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V3 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V3 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH V3 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V3 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V3 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH v4] drm/virtio: Add drm_panic support
2024-11-13 8:44 UTC
[PATCH] virtio_ring: skip cpu sync when mapping fails
2024-11-13 1:35 UTC (5+ messages)
[GIT PULL] virtio: bugfix
2024-11-13 0:59 UTC (2+ messages)
[PATCH] MAINTAINERS: update Alexey Makhalov's email address
2024-11-12 23:50 UTC (2+ messages)
[PATCH] vdpa: vdpa_sim: vdpa_sim_net: fixed cofing style issues
2024-11-12 23:07 UTC (2+ messages)
[PATCH v5 0/3] vsock/test: fix wrong setsockopt() parameters
2024-11-12 18:10 UTC (7+ messages)
` [PATCH v5 2/3] vsock/test: fix parameter types in SO_VM_SOCKETS_* calls
` [PATCH v5 3/3] vsock/test: verify socket options after setting them
[GIT PULL] virtio: bugfixes
2024-11-12 18:07 UTC (2+ messages)
[PATCH] virtio-blk: don't keep queue frozen during system suspend
2024-11-12 12:58 UTC
[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
2024-11-12 11:40 UTC (6+ messages)
` [PATCH net v2 2/3] vsock: Fix sk_error_queue memory leak
` [PATCH net v2 3/3] virtio/vsock: Improve MSG_ZEROCOPY error handling
[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
2024-11-12 7:11 UTC (13+ messages)
` [EXTERNAL] "
[PATCH v2 0/6] blk: refactor queue affinity helpers
2024-11-12 7:08 UTC (13+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v2 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v2 3/6] scsi: hisi_sas: "
` [PATCH v2 4/6] nvme: "
` [PATCH v2 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v2 6/6] blk-mq: remove unused queue mapping helpers
[PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-11-12 1:29 UTC (14+ messages)
` [PATCH net-next v4 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v4 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v4 03/13] virtio_ring: packed: "
` [PATCH net-next v4 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v4 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v4 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v4 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v4 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v4 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v4 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v4 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v4 12/13] virtio_net: update tx timeout record
` [PATCH net-next v4 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-11-12 0:51 UTC (3+ messages)
` [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped
[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-11 21:27 UTC (12+ messages)
` [PATCH V1 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH net 0/4] virtio/vsock: Fix memory leaks
2024-11-11 13:49 UTC (3+ messages)
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
[PATCH v3] drm/virtio: Add drm_panic support
2024-11-11 12:18 UTC (2+ messages)
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).