messages from 2023-03-16 09:38:10 to 2023-03-23 10:46:58 UTC [more...]
[PATCH v3 0/8] vdpa_sim: add support for user VA
2023-03-23 10:46 UTC (18+ messages)
` [PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v3 6/8] vdpa_sim: use kthread worker
` [PATCH v3 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v3 8/8] vdpa_sim: add support for user VA
[RFC PATCH v5 2/2] virtio/vsock: check argument to avoid no effect call
2023-03-23 9:29 UTC
[PATCH v5] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-23 9:00 UTC
[PATCH 1/1] vhost_task: Fix vhost_task_create return value
2023-03-23 8:35 UTC (3+ messages)
[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-23 7:45 UTC (6+ messages)
[PATCH net-next 0/8] virtio_net: refactor xdp codes
2023-03-23 5:58 UTC (21+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo
` [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp()
[PATCH v3 virtio 1/8] virtio: allow caller to override device id and DMA mask
2023-03-23 5:22 UTC (7+ messages)
` [PATCH v3 virtio 2/8] pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
` [PATCH v3 virtio 3/8] pds_vdpa: get vdpa management info
` [PATCH v3 virtio 4/8] pds_vdpa: virtio bar setup for vdpa
` [PATCH v3 virtio 5/8] pds_vdpa: add vdpa config client commands
` [PATCH v3 virtio 6/8] pds_vdpa: add support for vdpa and vdpamgmt interfaces
` [PATCH v3 virtio 8/8] pds_vdpa: pds_vdps.rst and Kconfig
[PATCH vhost v4 00/11] virtio core prepares for AF_XDP
2023-03-23 2:56 UTC (15+ messages)
` [PATCH vhost v4 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v4 02/11] virtio_ring: packed: "
` [PATCH vhost v4 03/11] virtio_ring: packed-indirect: "
` [PATCH vhost v4 04/11] virtio_ring: split: support premapped
` [PATCH vhost v4 05/11] virtio_ring: packed: "
` [PATCH vhost v4 06/11] virtio_ring: packed-indirect: "
` [PATCH vhost v4 07/11] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v4 08/11] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v4 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v4 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v4 11/11] virtio_ring: introduce virtqueue_reset()
[PATCH vhost v3 00/11] virtio core prepares for AF_XDP
2023-03-23 2:55 UTC (15+ messages)
` [PATCH vhost v3 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v3 02/11] virtio_ring: packed: "
` [PATCH vhost v3 03/11] virtio_ring: packed-indirect: "
` [PATCH vhost v3 04/11] virtio_ring: split: support premapped
` [PATCH vhost v3 05/11] virtio_ring: packed: "
` [PATCH vhost v3 06/11] virtio_ring: packed-indirect: "
` [PATCH vhost v3 07/11] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v3 08/11] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v3 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v3 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v3 11/11] virtio_ring: introduce virtqueue_reset()
[PATCH v2 1/2] drm/virtio: Refactor job submission code path
2023-03-22 21:25 UTC
[PATCH] tools/virtio: fix build break for aarch64
2023-03-22 16:29 UTC
[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
2023-03-22 14:41 UTC
[RFC PATCH 1/3] net: Drop the size argument from ->sendmsg()
2023-03-22 13:56 UTC
Call For Nominations: HPDC'23 Achievement Award
2023-03-22 4:30 UTC
[PATCH v4 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
2023-03-22 3:35 UTC (3+ messages)
[PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
2023-03-22 2:36 UTC
[PATCH v2 0/6] use canonical ftrace path whenever possible
2023-03-22 2:32 UTC
[PATCH] vdpa/mlx5: Remove debugfs file after device unregister
2023-03-22 2:18 UTC (4+ messages)
[syzbot] [kernel?] general protection fault in vhost_task_start
2023-03-21 21:36 UTC (3+ messages)
[PATCH v2 0/8] drm/fbdev-generic: Mandatory shadow buffering
2023-03-21 19:12 UTC (10+ messages)
` [PATCH v2 1/8] drm/fbdev-generic: Always use "
` [v2,1/8] "
` [PATCH v2 2/8] drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
` [PATCH v2 3/8] drm/fb-helper: Export drm_fb_helper_release_info()
` [PATCH v2 4/8] drm/fb-helper: Support smem_len in deferred I/O
` [PATCH v2 5/8] drm/fbdev-generic: Set screen size to size of GEM buffer
` [PATCH v2 6/8] drm/fbdev-generic: Clean up after failed probing
` [PATCH v2 7/8] drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM
` [PATCH v2 8/8] drm/fbdev-generic: Rename symbols
[PATCH v2 0/7] vhost-scsi: Fix crashes and management op hangs
2023-03-21 17:25 UTC (11+ messages)
` [PATCH v2 1/7] vhost-scsi: Fix vhost_scsi struct use after free
` [PATCH v2 2/7] vhost-scsi: Fix crash during LUN unmapping
` [PATCH v2 3/7] vhost-scsi: Delay releasing our refcount on the tpg
` [PATCH v2 4/7] vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
` [PATCH v2 5/7] vhost-scsi: Check for a cleared backend before queueing an event
` [PATCH v2 6/7] vhost-scsi: Drop vhost_scsi_mutex use in port callouts
` [PATCH v2 7/7] vhost-scsi: Reduce vhost_scsi_mutex use
[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-21 16:21 UTC (5+ messages)
[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-21 13:10 UTC (7+ messages)
[RFC net-next 0/8] virtio_net: refactor xdp codes
2023-03-21 12:22 UTC (5+ messages)
[PATCH v3 2/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
2023-03-21 9:29 UTC (3+ messages)
` [PATCH v3 1/2] vdpa/mlx5: Extend driver support for new features
[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 8:40 UTC
[RFC PATCH v1 1/3] virtio/vsock: fix header length on skb merging
2023-03-21 8:31 UTC (4+ messages)
` [RFC PATCH v1 2/3] virtio/vsock: add WARN() for invalid state of socket
` [RFC PATCH v1 3/3] test/vsock: skbuff merging test
[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 8:28 UTC (2+ messages)
[PATCH v2 1/2] vdpa/mlx5: Extend driver support for new features
2023-03-21 4:38 UTC (4+ messages)
` [PATCH v2 2/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
[PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-21 2:15 UTC (9+ messages)
[RFC PATCH v1] virtio/vsock: check transport before skb allocation
2023-03-20 13:58 UTC
[PATCH 0/6] drm/fbdev-generic: Mandatory shadow buffering
2023-03-20 12:44 UTC (10+ messages)
` [PATCH 1/6] drm/fbdev-generic: Always use "
` [PATCH 2/6] drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
` [PATCH 4/6] drm/fbdev-generic: Clean up after failed probing
` [PATCH 5/6] drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM
[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
2023-03-20 10:42 UTC (3+ messages)
[PATCH 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
2023-03-20 10:18 UTC (3+ messages)
` [PATCH 1/2] vdpa/snet: support getting and setting VQ state
` [PATCH 2/2] vdpa/snet: support the suspend vDPA callback
[PATCH v3 08/11] vdpa: Add eventfd for the vdpa callback
2023-03-20 9:31 UTC (4+ messages)
` [PATCH v3 03/11] vdpa: Add set_irq_affinity callback in vdpa_config_ops
[PATCH AUTOSEL 5.15 01/17] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
2023-03-20 0:55 UTC
[PATCH AUTOSEL 6.1 01/29] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
2023-03-20 0:53 UTC
[PATCH AUTOSEL 6.2 01/30] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
2023-03-20 0:52 UTC
[PATCH 0/5] vhost-scsi: Fix management operation hangs
2023-03-19 15:48 UTC (3+ messages)
` [PATCH 3/5] vhost-scsi: Remove vhost_scsi_mutex from port link/unlink
[RFC PATCH] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_SYNTHETIC_REG_*
2023-03-17 13:43 UTC (3+ messages)
[PATCH v2 0/8] vdpa_sim: add support for user VA
2023-03-17 11:25 UTC (9+ messages)
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 4/8] vringh: support VA with iotlb
[PATCH v2 0/3] virtio_ring: Clean up code for virtio ring and pci
2023-03-17 9:20 UTC (10+ messages)
` [PATCH v2 1/3] virtio_ring: Allow non power of 2 sizes for packed virtqueue
` [PATCH v2 2/3] virtio_ring: Avoid using inline for small functions
` [PATCH v2 3/3] virtio_ring: Use const to annotate read-only pointer params
[PATCH v2] x86/paravirt: convert simple paravirt functions to asm
2023-03-17 6:33 UTC
[PATCH] x86/paravirt: convert simple paravirt functions to asm
2023-03-17 5:28 UTC (4+ messages)
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
2023-03-17 3:54 UTC (8+ messages)
` [PATCH RFC v2 virtio 4/7] pds_vdpa: add vdpa config client commands
` [PATCH RFC v2 virtio 3/7] pds_vdpa: virtio bar setup for vdpa
` [PATCH RFC v2 virtio 7/7] pds_vdpa: pds_vdps.rst and Kconfig
[RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
2023-03-16 15:26 UTC
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).