virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-21 17:50:05 to 2021-11-28 20:03:29 UTC [more...]

[GIT PULL] vhost,virtio,vdpa: bugfixes
 2021-11-28 20:03 UTC  (2+ messages)

[PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
 2021-11-28 17:54 UTC  (9+ messages)
  ` [PATCH v2 net-next 08/26] mvpp2: provide .ndo_get_xdp_stats() callback
  ` [PATCH v2 net-next 07/26] mvneta: add "

[PATCH] vdpa: Consider device id larger than 31
 2021-11-28  7:45 UTC  (3+ messages)

[PATCH v2 0/5] iommu/virtio: Add identity domains
 2021-11-27 23:09 UTC  (12+ 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 3/5] iommu/virtio: Sort reserved regions
` [PATCH v2 4/5] iommu/virtio: Pass end address to viommu_add_mapping()
` [PATCH v2 5/5] iommu/virtio: Support identity-mapped domains

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

[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
 2021-11-26 13:42 UTC  (3+ messages)
` [PATCH v1 1/2] virtio-mem: prepare page onlining code "
` [PATCH v1 2/2] virtio-mem: prepare fake "

[PATCH v2] virtio/vsock: fix the transport to work with VMADDR_CID_ANY
 2021-11-26  8:53 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 7/7] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-11-26  8:51 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 3/4] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-11-26  8:51 UTC  (2+ messages)

[PATCH V2] virtio-mmio: harden interrupt
 2021-11-26  4:41 UTC 

[PATCH] virtio-mmio: harden interrupt
 2021-11-26  4:40 UTC  (4+ messages)

[PATH v1 2/2] vdpa/mlx5: Add support for reading descriptor statistics
 2021-11-26  4:24 UTC  (6+ messages)
  ` [PATH v1 1/2] vdpa: Add support for querying vendor statistics

[PATCH] virtio/vsock: fix the transport to work with VMADDR_CID_ANY
 2021-11-26  2:15 UTC  (5+ messages)

[PATCH] Bluetooth: virtio_bt: fix device removal
 2021-11-26  1:02 UTC  (4+ messages)

[PATCH] net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTU
 2021-11-25 20:42 UTC  (5+ messages)

[PATCH] net/mlx5_vdpa: Increase the limit on the number of virtuques
 2021-11-25 16:22 UTC  (5+ messages)

[RFC] hypercall-vsock: add a new vsock transport
 2021-11-25 12:04 UTC  (6+ messages)

[PATCH net] virtio-net: enable big mode correctly
 2021-11-25  8:13 UTC  (11+ messages)

[PATCH 1/2] eni_vdpa: Fix an error handling path in 'eni_vdpa_probe()'
 2021-11-25  7:02 UTC  (4+ messages)

[PATCH v2 0/2] virtio-i2c: Fix buffer handling
 2021-11-25  6:47 UTC  (6+ messages)
` [PATCH v2 1/2] i2c: virtio: disable timeout handling

[PATCH V5 0/4] Validate used buffer length
 2021-11-25  2:27 UTC  (28+ messages)
` [PATCH V5 1/4] virtio_ring: validate "

[PATCH V4 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-11-24 15:39 UTC 

[PATCH] virtio-blk: modify the value type of num in virtio_queue_rq()
 2021-11-24 15:37 UTC 

[PATCH v2] x86/sev-es: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
 2021-11-24 13:28 UTC 

[PATCH v2] virtio_balloon: add param to skip adjusting pages
 2021-11-24 10:00 UTC  (5+ messages)

decouple DAX from block devices
 2021-11-24  7:14 UTC  (74+ messages)
` [PATCH 02/29] dm: make the DAX support dependend 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 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [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

update_balloon_size_func blocked for more than 120 seconds
 2021-11-24  1:32 UTC  (3+ messages)

[PATCH v2] drm/virtio: Fix an NULL vs IS_ERR() bug in virtio_gpu_object_shmem_init()
 2021-11-23 18:47 UTC  (2+ messages)

[PATCH 02/17] Use memberof(T, m) instead of explicit NULL dereference
 2021-11-23 18:07 UTC 

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

[PATCH 0/2] vhost/vsock: fix used length and cleanup in vhost_vsock_handle_tx_kick()
 2021-11-23 13:22 UTC  (5+ messages)
` [PATCH 1/2] vhost/vsock: fix incorrect used length reported to the guest
` [PATCH 2/2] vhost/vsock: cleanup removing `len` variable

[PATCH] vsock/virtio: suppress used length validation
 2021-11-23 12:49 UTC  (3+ messages)

[PATCH] x86/paravirt: use %rip-relative addressing in hook calls
 2021-11-23  9:52 UTC  (4+ messages)

[PATCH 1/2] vdpa: Add support for querying statistics
 2021-11-23  8:38 UTC  (10+ messages)

Kvm virtual machine uses virtio graphics card, the rotating screen is stuck
 2021-11-23  8:20 UTC  (2+ messages)

[PATCH] vdpa_sim: avoid putting an uninitialized iova_domain
 2021-11-23  8:19 UTC  (4+ messages)

[RFC PATCH v5 23/26] util: Add iova_tree_alloc
 2021-11-23  6:56 UTC 

[PATCH V5 00/10] Use copy_process/create_io_thread in vhost layer
 2021-11-22 16:47 UTC  (10+ messages)
` [PATCH V5 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH V5 07/10] io_uring: switch to kernel_worker
` [PATCH V5 08/10] fork: remove create_io_thread
` [PATCH V5 09/10] vhost: move worker thread fields to new struct
` [PATCH V5 10/10] vhost: use kernel_worker to check RLIMITs

[PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()
 2021-11-22  9:37 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).