virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 14:45:24 to 2023-02-02 05:01:21 UTC [more...]

[PATCH 0/2] virtio-net: close() to follow mirror of open()
 2023-02-02  5:00 UTC  (2+ messages)
` [PATCH 1/2] virtio-net: Keep stop() to follow mirror sequence "

[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support
 2023-02-02  4:58 UTC  (10+ messages)
` [PATCH v2 1/7] vdpa: fix improper error message when adding vdpa dev
` [PATCH v2 2/7] vdpa: conditionally read STATUS in config space
` [PATCH v2 3/7] vdpa: validate provisioned device features against specified attribute
` [PATCH v2 4/7] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH v2 5/7] vdpa: validate device feature provisioning against supported class
` [PATCH v2 6/7] vdpa/mlx5: conditionally show MTU and STATUS in config space
` [PATCH v2 7/7] vdpa/mlx5: support device features provisioning

[GIT PULL] virtio,vhost,vdpa: fixes
 2023-02-01 20:02 UTC  (2+ messages)

[PATCH v2 4/6] dt-bindings: hypervisor: Rename virtio to hypervisor
 2023-02-01 18:32 UTC  (5+ messages)
    ` [PATCH v2 0/6] Device tree support for Hyper-V VMBus driver
      ` [PATCH v2 6/6] Driver: VMBus: Add device tree support
  ` [PATCH v2 2/6] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
  ` [PATCH v2 3/6] Drivers: hv: vmbus: Convert acpi_device to platform_device

[PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads
 2023-02-01 17:11 UTC  (15+ messages)
` [PATCH 0/2] vhost: improve livepatch switching for heavily loaded "

[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails
 2023-02-01 16:51 UTC  (5+ messages)

[PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim
 2023-02-01 16:11 UTC  (7+ messages)
  ` [PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready
  ` [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-01-31 23:25 UTC  (8+ messages)
` [PATCH 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH 2/6] vdpa: conditionally read STATUS in config space
` [PATCH 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH 5/6] vdpa: validate device feature provisioning against supported class
` [PATCH 6/6] vdpa/mlx5: support device features provisioning

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-01-31 22:58 UTC  (9+ messages)
` [PATCH 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH 2/6] vdpa: conditionally read STATUS in config space
` [PATCH 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH 5/6] vdpa: validate device feature provisioning against supported class
` [PATCH 6/6] vdpa/mlx5: support device features provisioning

[PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net
 2023-01-31 22:09 UTC  (10+ messages)
` [PATCH v3 1/2] virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set
` [PATCH v3 2/2] virtio_net: notify MAC address change on device initialization

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC 

add bvec initialization helpers
 2023-01-31 13:45 UTC  (41+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page, folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH v2 0/9] A few more cpuidle vs rcu fixes
 2023-01-31  8:50 UTC  (11+ messages)
` [PATCH v2 1/9] drivers: firmware: psci: Dont instrument suspend code
` [PATCH v2 2/9] bug: Disable rcu_is_watching() during WARN/BUG
` [PATCH v2 3/9] tracing: Warn about !rcu_is_watching()
` [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing
  ` [PATCH v2.1 "
` [PATCH v2 5/9] x86: Always inline arch_atomic64
` [PATCH v2 6/9] x86/pvclock: improve atomic update of last_value in pvclock_clocksource_read
` [PATCH v2 7/9] x86: Mark sched_clock() noinstr
` [PATCH v2 8/9] sched/clock: Make local_clock() noinstr
` [PATCH v2 9/9] cpuidle: Fix poll_idle() noinstr annotation

[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
 2023-01-31  7:32 UTC  (19+ messages)

RFC: VDPA Interrupt vector distribution
 2023-01-31  7:26 UTC  (4+ messages)

[PATCH][next] vdpa: Fix a couple of spelling mistakes in some messages
 2023-01-31  5:23 UTC 

[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-01-31  3:06 UTC  (2+ messages)

[PATCH v3 0/4] vDPA: initial config export via "vdpa dev show"
 2023-01-30 21:59 UTC  (4+ messages)

[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
 2023-01-30 19:33 UTC 

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:26 UTC  (2+ messages)
  ` [PATCH 7/9] tools/virtio: use canonical ftrace path

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2023-01-30 10:29 UTC  (3+ messages)

[PATCH 0/2] vhost/net: Clear the pending messages when the backend is removed
 2023-01-29 22:33 UTC  (3+ messages)

[PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area
 2023-01-29  6:19 UTC  (2+ messages)
  ` [PATCH v3 2/2] vdpasim: support doorbell mapping

[PATCH 0/4] Fix probe failed when modprobe modules
 2023-01-29  5:50 UTC  (3+ messages)

[PATCH] vdpa_sim: get rid of DMA ops
 2023-01-29  5:47 UTC  (5+ messages)

CISTI'2023 - Doctoral Symposium |Aveiro, Portugal
 2023-01-28 23:18 UTC 

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()
 2023-01-28  0:37 UTC 

[PATCH] drm/virtio: exbuf->fence_fd unmodified on interrupted wait
 2023-01-27 15:44 UTC 

[PATCH v2 0/1] virtio_net: vdpa: update MAC address when it is generated by virtio-net
 2023-01-27 14:53 UTC  (7+ messages)
` [PATCH v2 1/1] virtio_net: notify MAC address change on device initialization

[PATCH v1 4/6] virtio console: Harden control message handling
 2023-01-27 14:46 UTC  (11+ messages)
  ` [PATCH v1 2/6] virtio console: Harden port adding

[PATCH -next] vdpa/mlx5: fix check wrong pointer in mlx5_vdpa_add_mac_vlan_rules()
 2023-01-27 10:43 UTC  (2+ messages)

[PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails
 2023-01-27 10:37 UTC 

[PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()
 2023-01-27  8:22 UTC  (2+ messages)

[PATCH] vhost_net: revert upend_idx only on retriable error
 2023-01-27  8:19 UTC  (3+ messages)

[PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers
 2023-01-27  8:13 UTC  (5+ messages)
  ` [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs
  ` [PATCH v10 10/11] drm/virtio: Support memory shrinking
  ` [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers

[PATCH v2 1/6] mm: introduce vma->vm_flags modifier functions
 2023-01-26 15:09 UTC  (4+ messages)

[PATCH 0/6] A few cpuidle vs rcu fixes
 2023-01-26  9:28 UTC  (19+ messages)
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled

[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
 2023-01-26  2:14 UTC  (6+ messages)

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-25 10:59 UTC 

[linux-next:master] BUILD REGRESSION a54df7622717a40ddec95fd98086aff8ba7839a6
 2023-01-24 20:28 UTC  (2+ messages)

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-24 15:20 UTC  (3+ messages)


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