virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-24 01:20:00 to 2021-12-01 17:34:43 UTC [more...]

[PATCH v3 0/5] iommu/virtio: Add identity domains
 2021-12-01 17:33 UTC  (3+ 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 v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
 2021-12-01 15:21 UTC  (17+ messages)
  ` [PATCH v2 net-next 08/26] mvpp2: provide .ndo_get_xdp_stats() callback
  ` [PATCH v2 net-next 07/26] mvneta: add "
` [PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
  ` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics

[PATCH 1/2] vdpa: Allow to configure max data virtqueues
 2021-12-01 12:28 UTC  (4+ messages)
  ` [PATCH 2/2] vdpa/mlx5: Support configuring "

[PATCH] virtio_ring: Fix querying of maximum DMA mapping size for virtio device
 2021-12-01 11:20 UTC 

[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  (6+ messages)
` [PATCH v1 1/2] virtio-mem: prepare page onlining code "
` [PATCH v1 2/2] virtio-mem: prepare fake "

[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] drm: Return error codes from struct drm_driver.gem_create_object
 2021-11-30  9:52 UTC 

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

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

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

[PATCH V6 01/10] Use copy_process in vhost layer
 2021-11-29 19:47 UTC  (11+ 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

[PATCH v2 0/5] iommu/virtio: Add identity domains
 2021-11-29 15:44 UTC  (16+ 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

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  (5+ messages)

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

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

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

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

[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  (4+ messages)

[PATCH V5 0/4] Validate used buffer length
 2021-11-25  2:27 UTC  (19+ 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  (38+ messages)
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [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)


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