virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-10 13:43:57 to 2022-10-24 11:20:11 UTC [more...]

[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-24 11:19 UTC  (5+ messages)
` [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose
` [PATCH v2 03/21] drm/vboxvideo: "
` [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed
` [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h>

[PATCH v3 0/4] vDPA: initial config export via "vdpa dev show"
 2022-10-24  8:43 UTC  (8+ messages)
` [PATCH v3 1/4] vdpa: save vdpa_dev_set_config in struct vdpa_device
` [PATCH v3 2/4] vdpa: pass initial config to _vdpa_register_device()
` [PATCH v3 3/4] vdpa: show dev config as-is in "vdpa dev show" output
` [PATCH v3 4/4] vdpa: fix improper error message when adding vdpa dev

[PATCH v2] vDPA: rename get_vq_num_max to get_vq_size_max
 2022-10-24  2:17 UTC  (2+ messages)

CISTI'2023 - Call for Workshops Proposals | Aveiro, Portugal
 2022-10-22 21:18 UTC 

CISTI'2023 - Call for Workshops Proposals | Aveiro, Portugal
 2022-10-22 20:51 UTC 

[PATCH 0/2] virtio: use helper function is_power_of_2()
 2022-10-22 12:31 UTC  (4+ messages)
` [PATCH 1/2] virtio_pci: "
` [PATCH 2/2] virtio_ring: "

[Bug] double ->queue_rq() because of timeout in ->queue_rq()
 2022-10-22  4:27 UTC  (7+ messages)

[PATCH v2 0/4] vDPA: dev config export via "vdpa dev show" command
 2022-10-22  0:31 UTC  (16+ messages)
` [PATCH v2 1/4] vdpa: save vdpa_dev_set_config in struct vdpa_device
` [PATCH v2 2/4] vdpa: pass initial config to _vdpa_register_device()
` [PATCH v2 3/4] vdpa: show dev config as-is in "vdpa dev show" output
` [PATCH v2 4/4] vdpa: fix improper error message when adding vdpa dev

[PATCH 0/4] vDPA: dev config export via "vdpa dev show" command
 2022-10-21  7:13 UTC  (12+ messages)
` [PATCH 1/4] vdpa: save vdpa_dev_set_config in struct vdpa_device
` [PATCH 2/4] vdpa: pass initial config to _vdpa_register_device()
` [PATCH 3/4] vdpa: show dev config as-is in "vdpa dev show" output
` [PATCH 4/4] vdpa: fix improper error message when adding vdpa dev

[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-20 12:00 UTC  (24+ messages)
` [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose
` [PATCH 02/21] drm/imx: "
` [PATCH 03/21] drm/ingenic: "
` [PATCH 04/21] drm/komeda: "
` [PATCH 05/21] drm/logicvc: "
` [PATCH 06/21] drm/mcde: "
` [PATCH 07/21] drm/rockchip: "
` [PATCH 08/21] drm/vboxvideo: "
` [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH 10/21] drm/tve200: Include <linux/of.h>
` [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements

[PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-10-20  9:19 UTC 

[PATCH x86/core] x86/paravirt: Fix a !PARAVIRT build warning
 2022-10-19 16:59 UTC 

[RFC PATCH v5 0/8] Make balloon drivers' memory changes known to the rest of the kernel
 2022-10-19 15:39 UTC  (3+ messages)

6.1-rc1 regression: virtio-net cpumask and during reboot
 2022-10-19 12:13 UTC  (5+ messages)

[PATCH 1/4] vdpa/mlx5: Fix rule forwarding VLAN to TIR
 2022-10-19  6:07 UTC  (8+ messages)
  ` [PATCH 2/4] vdpa/mlx5: Move some definitions to a new header file
  ` [PATCH 4/4] vdpa/mlx5: Add RX counters to debugfs
  ` [PATCH 3/4] vdpa/mlx5: Add debugfs subtree

[PATCH AUTOSEL 4.9 8/8] virtio_pci: don't try to use intxif pin is zero
 2022-10-19  5:58 UTC  (2+ messages)

[PATCH v3 0/1] virtio_bt: Fix alignment in configuration struct
 2022-10-18 19:19 UTC  (2+ messages)
` [PATCH v3 1/1] "

[RFC PATCH] virtio: document virtio hardening status and TODO
 2022-10-18 15:39 UTC  (4+ messages)

[PATCH v7 00/21] Move all drivers to a common dma-buf locking convention
 2022-10-18 11:34 UTC 

[PATCH v4 4/4] vdpa_sim: Implement resume vdpa op
 2022-10-18 10:53 UTC 

[PATCH v3 0/4] vdpa: Add resume operation
 2022-10-18  8:24 UTC  (3+ messages)

[PATCH] iproute2/vdpa: Add support for reading device features
 2022-10-18  8:00 UTC  (6+ messages)

[PATCH V2 0/3] vdpa: device feature provisioning
 2022-10-18  7:45 UTC  (16+ messages)
` [PATCH V2 2/3] vdpa_sim_net: support "

[PATCH v2 1/4] vdpa: Add resume operation
 2022-10-18  6:14 UTC  (7+ messages)
  ` [PATCH v2 2/4] vhost-vdpa: Introduce RESUME backend feature bit
  ` [PATCH v2 3/4] vhost-vdpa: uAPI to resume the device
  ` [PATCH v2 4/4] vdpa_sim: Implement resume vdpa op

[PATCH AUTOSEL 4.14 8/8] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:11 UTC 

[PATCH AUTOSEL 4.19 10/10] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:11 UTC 

[PATCH AUTOSEL 5.4 13/13] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:11 UTC 

[PATCH AUTOSEL 5.10 16/16] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:10 UTC 

[PATCH AUTOSEL 5.15 21/21] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:09 UTC 

[PATCH AUTOSEL 5.19 28/29] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:08 UTC 

[PATCH AUTOSEL 6.0 31/32] virtio_pci: don't try to use intxif pin is zero
 2022-10-18  0:07 UTC 

[PATCH net] virtio-net: add cond_resched() to the command waiting loop
 2022-10-17 20:09 UTC  (14+ messages)

[syzbot] net boot error: WARNING in cpumask_next_wrap
 2022-10-16  7:36 UTC  (2+ messages)

[PATCH v2] vsock: replace virtio_vsock_pkt with sk_buff
 2022-10-15 19:49 UTC  (4+ messages)

[PATCH 2/4] vhost-vdpa: Introduce RESUME backend feature bit
 2022-10-14 14:19 UTC  (7+ messages)

[PATCH v4 2/7] Enable balloon drivers to report inflated memory
 2022-10-14 13:40 UTC  (7+ messages)
          ` RFC "

WorldCIST'23 - World Conference on Information Systems and Technologies | Pisa, Italy | Deadline: November 6
 2022-10-14 10:14 UTC 

[syzbot] usb-testing boot error: WARNING in cpumask_next_wrap
 2022-10-14  9:41 UTC 

[PATCH] virtio_pci: use irq to detect interrupt support
 2022-10-14  5:32 UTC  (5+ messages)

[GIT PULL] virtio: bugfix, reviewer
 2022-10-13 18:00 UTC  (2+ messages)

[GIT PULL] virtio: fixes, features
 2022-10-13 17:19 UTC  (12+ messages)

[PATCH RESEND] tools/virtio: initialize spinlocks in vring_test.c
 2022-10-13  1:51 UTC  (2+ messages)

[PATCH 1/1] virtio_pci: use common helper to configure SR-IOV
 2022-10-12 23:19 UTC  (4+ messages)

[mst-vhost:vhost 9/11] drivers/scsi/lpfc/lpfc_init.c:12893:14: error: call to undeclared function 'cpumask_next_wrap_new'; ISO C99 and later do not support implicit function declarations
 2022-10-12 21:53 UTC 

[PATCH] virtio_pci: read interrupt pin directly
 2022-10-12 13:29 UTC  (2+ messages)

[PATCH] vdpa/ifcvf: add reviewer
 2022-10-12  5:54 UTC  (2+ messages)

[PATCH] vdpa: merge functionally duplicated dev_features attributes
 2022-10-12  3:07 UTC  (2+ messages)

[syzbot] upstream boot error: WARNING in cpumask_next_wrap
 2022-10-11 21:07 UTC 

[PATCH RFC] pci: fix device presence detection for VFs
 2022-10-11 21:01 UTC  (2+ messages)

[PATCH] virtio_bt: Fix alignment in configuration struct
 2022-10-11 12:23 UTC  (4+ messages)

[PATCH] virtio-mmio: Introduce virtio_mmio hotplug
 2022-10-11 11:37 UTC 

[RESEND PATCH v5 0/1] docs: driver-api: virtio: virtio on Linux
 2022-10-11  8:46 UTC  (7+ messages)
` [RESEND PATCH v5 1/1] "

[PATCH v6 10/21] RDMA/umem: Prepare to dynamic dma-buf locking specification
 2022-10-10 18:56 UTC 

[PATCH] virtio_ring: split: Operators use unified style
 2022-10-10 17:17 UTC 

[PATCH] virtio_pci: don't hang when vf dev is disabled
 2022-10-10 17:13 UTC 


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).