virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-28 20:03:29 to 2021-12-09 02:12:57 UTC [more...]

[PATCH 1/2 v4] vduse: fix memory corruption in vduse_dev_ioctl()
 2021-12-09  2:12 UTC  (4+ messages)
` [PATCH 2/2 v4] vdpa: check that offsets are within bounds

[PATCH V2] virtio-mmio: harden interrupt
 2021-12-09  2:06 UTC  (3+ messages)

[PATCH 0/7] vhost flush cleanups
 2021-12-09  1:35 UTC  (18+ messages)
` [PATCH 1/7] vhost: get rid of vhost_poll_flush() wrapper
` [PATCH 2/7] vhost: flush dev once during vhost_dev_stop
` [PATCH 3/7] vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
` [PATCH 4/7] vhost_test: remove vhost_test_flush_vq()
` [PATCH 5/7] vhost_vsock: simplify vhost_vsock_flush()
` [PATCH 6/7] vhost-scsi: drop flush after vhost_dev_cleanup
` [PATCH 7/7] vhost-test: "

[PATCH v1 1/7] vdpa: Provide interface to read driver features
 2021-12-09  0:59 UTC  (4+ messages)
  ` [PATCH v1 2/7] vdpa/mlx5: Distribute RX virtqueues in RQT object
  ` [PATCH v1 3/7] vdpa: Allow to configure max data virtqueues
  ` [PATCH v1 6/7] vdpa: Add support for querying control virtqueue index

[RFC PATCH] virtio: make sure legacy pci device gain 32bit-pfn vq
 2021-12-09  0:19 UTC  (5+ messages)

[PATCH] eni_vdpa: alibaba: select VIRTIO_PCI_LIB
 2021-12-08 22:19 UTC  (4+ messages)

[PATCH V6 01/10] Use copy_process in vhost layer
 2021-12-08 22:13 UTC  (13+ messages)
` [PATCH V6 01/10] fork: Make IO worker options flag based
` [PATCH V6 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH V6 03/10] fork: add USER_WORKER flag to not dup/clone files
` [PATCH V6 04/10] fork: Add USER_WORKER flag to ignore signals
` [PATCH V6 05/10] signal: Perfom autoreap for PF_USER_WORKER
` [PATCH V6 06/10] fork: add helpers to clone a process for kernel use
` [PATCH V6 07/10] io_uring: switch to user_worker
` [PATCH V6 08/10] fork: remove create_io_thread
` [PATCH V6 09/10] vhost: move worker thread fields to new struct
` [PATCH V6 10/10] vhost: use user_worker to check RLIMITs

[PATH v1 1/2] vdpa: Add support for querying vendor statistics
 2021-12-08 20:30 UTC  (3+ messages)
` [PATH v1 0/2] Support reading vendor statistics through iproute2/vdpa tool

[PATCH v3] i2c: virtio: fix completion handling
 2021-12-08 20:07 UTC  (3+ messages)

[PATCH] vduse: check that offset is within bounds in get_config()
 2021-12-08 15:09 UTC 

[PATCH] drm: Return error codes from struct drm_driver.gem_create_object
 2021-12-08 10:22 UTC  (8+ messages)

[PATCH 2/7] vdpa/mlx5: Fix config_attr_mask assignment
 2021-12-08  6:29 UTC  (17+ messages)
  ` [PATCH 5/7] vdpa: Add support for querying control virtqueue index
  ` [PATCH 7/7] vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()
  ` [PATCH 1/7] vdpa: Allow to configure max data virtqueues
  ` [PATCH 3/7] vdpa/mlx5: Support configuring max data virtqueue pairs
  ` [PATCH 4/7] vdpa/mlx5: Report queried max supported virtqueues

[PATCH V5 00/12] vhost: multiple worker support
 2021-12-08  4:24 UTC  (14+ messages)
` [PATCH V5 01/12] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH V5 02/12] vhost, vhost-net: add helper to check if vq has work
` [PATCH V5 03/12] vhost: take worker or vq instead of dev for queueing
` [PATCH V5 04/12] vhost: take worker or vq instead of dev for flushing
` [PATCH V5 05/12] vhost: convert poll work to be vq based
` [PATCH V5 06/12] vhost-sock: convert to vhost_vq_work_queue
` [PATCH V5 07/12] vhost-scsi: make SCSI cmd completion per vq
` [PATCH V5 08/12] vhost-scsi: convert to vhost_vq_work_queue
` [PATCH V5 09/12] vhost: remove vhost_work_queue
` [PATCH V5 10/12] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH V5 11/12] vhost: allow userspace to create workers
` [PATCH V5 12/12] vhost: allow worker attachment after initial setup

[PATCH v3] vduse: vduse: check that offsets are within bounds
 2021-12-08  3:43 UTC  (2+ messages)

[PATCH] vdpa: Provide means to read configured features
 2021-12-08  3:37 UTC 

[PATCH v2] vduse: vduse: fix memory corruption in vduse_dev_ioctl()
 2021-12-07 11:48 UTC  (2+ messages)

[PATCH v2] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-12-07 11:44 UTC 

[PATCH] vduse: fix memory corruption in vduse_dev_ioctl()
 2021-12-07 11:30 UTC  (3+ messages)

[PATCH] hv_sock: Extract hvs_send_data() helper that takes only header
 2021-12-07  6:32 UTC 

[PATCH v3 0/5] iommu/virtio: Add identity domains
 2021-12-06 14:03 UTC  (9+ messages)
` [PATCH v3 1/5] iommu/virtio: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIG
` [PATCH v3 2/5] iommu/virtio: Support bypass domains
` [PATCH v3 3/5] iommu/virtio: Sort reserved regions
` [PATCH v3 4/5] iommu/virtio: Pass end address to viommu_add_mapping()
` [PATCH v3 5/5] iommu/virtio: Support identity-mapped domains

[PATCH 1/1] vduse: moving kvfree into caller
 2021-12-06  8:00 UTC 

[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
 2021-12-03 17:45 UTC  (2+ messages)

[iproute2-next 0/4] vdpa tool to query and set config layout
 2021-12-03 17:05 UTC  (8+ messages)
` [iproute2-next 1/4] vdpa: Update kernel headers
` [iproute2-next 2/4] vdpa: Enable user to query vdpa device config layout
` [iproute2-next 3/4] vdpa: Enable user to set mac address of vdpa device
` [iproute2-next 4/4] vdpa: Enable user to set mtu of the "

[PATCH resend] gpio: aggregator: Add interrupt support
 2021-12-03 14:06 UTC 

[PATCH v2 0/2] virtio-i2c: Fix buffer handling
 2021-12-02 15:34 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: virtio: fix completion handling

[PATCH 1/2] vdpa: Allow to configure max data virtqueues
 2021-12-02  3:42 UTC  (8+ messages)
  ` [PATCH 2/2] vdpa/mlx5: Support configuring "

[PATCH] virtio_ring: Fix querying of maximum DMA mapping size for virtio device
 2021-12-02  3:12 UTC  (2+ messages)

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-12-01 15:21 UTC  (12+ messages)
  ` [PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
  ` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics

[PATCH v2] fuse: rename some files and clean up Makefile
 2021-12-01 10:23 UTC  (3+ messages)

[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
 2021-12-01  8:24 UTC  (4+ messages)

[PATCH v1] vdpa: Consider device id larger than 31
 2021-11-30 23:34 UTC  (2+ messages)

[PATCH v2] virtio/vsock: fix the transport to work with VMADDR_CID_ANY
 2021-11-30 23:21 UTC  (4+ messages)

[PATCH] scsi: virtio_scsi: Fix a NULL pointer dereference in virtscsi_rescan_hotunplug()
 2021-11-30 17:35 UTC 

[PATCH AUTOSEL 5.15 61/68] vhost-vdpa: clean irqs before reseting vdpa device
 2021-11-30 14:46 UTC 

[PATCH AUTOSEL 5.10 40/43] vhost-vdpa: clean irqs before reseting vdpa device
 2021-11-30 14:50 UTC 

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-30 10:08 UTC  (4+ messages)

[PATCH] ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
 2021-11-30  9:32 UTC 

[PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques
 2021-11-29 22:59 UTC  (3+ messages)

[PATCH v2 0/5] iommu/virtio: Add identity domains
 2021-11-29 15:44 UTC  (14+ messages)
` [PATCH v2 1/5] iommu/virtio: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIG
` [PATCH v2 2/5] iommu/virtio: Support bypass domains
` [PATCH v2 4/5] iommu/virtio: Pass end address to viommu_add_mapping()
` [PATCH v2 5/5] iommu/virtio: Support identity-mapped domains

decouple DAX from block devices v2
 2021-11-29 10:22 UTC  (30+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc, free}_buftarg
` [PATCH 22/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH] vdpa: Consider device id larger than 31
 2021-11-29  7:22 UTC  (4+ messages)

[PATCH v2 0/2] vdpa: add driver_override support and sysfs ABI documentation
 2021-11-29  3:10 UTC  (3+ messages)
` [PATCH v2 1/2] docs: document sysfs ABI for vDPA bus

[PATCH AUTOSEL 5.15 7/7] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-11-29  1:12 UTC  (3+ messages)

[GIT PULL] vhost,virtio,vdpa: bugfixes
 2021-11-28 20:03 UTC  (2+ 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).