Linux Virtualization
[Prev Page][Next Page]
- Re: Re: [PATCH 1/4] virtio-crypto: wait ctrl queue instead of busy polling, (continued)
- use block_device based APIs in block layer consumers v3,
Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- [PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- Re: use block_device based APIs in block layer consumers v3, Jens Axboe
- Re: [PATCH 3/3] vdpa/mlx5: Add RX MAC VLAN filter support,
Jason Wang
RE: [RFC PATCH 6/6] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions,
Michael Kelley (LINUX) via Virtualization
RE: [RFC PATCH 5/6] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests, Michael Kelley (LINUX) via Virtualization
RE: [RFC PATCH 4/6] hv_sock: Initialize send_buf in hvs_stream_enqueue(),
Michael Kelley (LINUX) via Virtualization
RE: [RFC PATCH 2/6] hv_sock: Copy packets sent by Hyper-V out of the ring buffer, Michael Kelley (LINUX) via Virtualization
RE: [RFC PATCH 1/6] hv_sock: Check hv_pkt_iter_first_raw()'s return value,
Michael Kelley (LINUX) via Virtualization
Re: [PATCH 2/3] virtio_net: Add control VQ struct to carry vlan id, Jason Wang
[PATCH] VMCI: Add support for ARM64,
vdasa
Re: [PATCH 1/3] sched/headers: Fix compilation error with GCC 12,
Peter Zijlstra
Re: [PATCH 2/3] nodemask.h: Fix compilation error with GCC12, Peter Zijlstra
[PATCH 5.4 417/475] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
[PATCH 4.19 297/338] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
[PATCH] drm/bochs: Explicitly include linux/module.h,
Michel Dänzer
Re: [PATCH] vDPA/ifcvf: allow userspace to suspend a queue,
Jason Wang
Re: [PATCH] vDPA/ifcvf: assign nr_vring to the MSI vector of config_intr by default,
Jason Wang
Re: [PATCH v2 1/2] vdpa: Add support for querying vendor statistics, kernel test robot
[PATCH] mm: page-isolation: Move alignment logic into start_isolate_page_range()/undo_isolate_page_range(), David Hildenbrand
Re: [PATCH v10 2/5] mm: page_isolation: check specified range for unmovable pages,
David Hildenbrand
Re: [PATCH v10 0/5] Use pageblock_order for cma and alloc_contig_range alignment., David Hildenbrand
[PATCH 5.17 184/343] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
[PATCH 5.16 140/285] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
[PATCH 5.15 135/277] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
[PATCH 5.10 089/171] virtio_console: eliminate anonymous module_init & module_exit, Greg Kroah-Hartman
Re: [PATCH v3 11/15] drm/shmem-helper: Add generic memory shrinker,
kernel test robot
[PATCH v4 0/8] Introduce akcipher service for virtio-crypto,
zhenwei pi
- [PATCH v4 1/8] virtio-crypto: header update, zhenwei pi
- [PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi, zhenwei pi
- [PATCH v4 3/8] crypto: Introduce akcipher crypto class, zhenwei pi
- [PATCH v4 4/8] crypto: add ASN.1 decoder, zhenwei pi
- [PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed, zhenwei pi
- [PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt, zhenwei pi
- [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher, zhenwei pi
- [PATCH v4 8/8] crypto: Introduce RSA algorithm, zhenwei pi
- Re: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto, Paolo Bonzini
- PING: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto, zhenwei pi
Re: [PATCH] tools/virtio: drop phys_addr_t typedef,
Jason Wang
use block_device based APIs in block layer consumers v2,
Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- Re: [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, David Sterba
[PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
[PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
[PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be, kernel test robot
[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1, kernel test robot
[PATCH AUTOSEL 5.10 16/25] tools/virtio: compile with -pthread, Sasha Levin
[PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0, Sasha Levin
[PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0, Sasha Levin
[PATCH AUTOSEL 5.15 17/27] tools/virtio: compile with -pthread, Sasha Levin
[PATCH AUTOSEL 5.16 20/30] tools/virtio: compile with -pthread, Sasha Levin
[PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0, Sasha Levin
[PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0, Sasha Levin
[PATCH AUTOSEL 5.17 20/31] tools/virtio: compile with -pthread, Sasha Levin
[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41, kernel test robot
[PATCH V2 0/5] rework on the IRQ hardening of virtio,
Jason Wang
RE: [PATCH 0/5] Make the iommu driver no-snoop block feature consistent, Tian, Kevin
use block_device based APIs in block layer consumers,
Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 06/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 08/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 10/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 24/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- Message not available
Re: [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent(),
Christoph Hellwig
<Possible follow-ups>
Re: [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent(), Robin Murphy
Re: [PATCH v5 2/2] virtio-blk: support mq_ops->queue_rqs(), Christoph Hellwig
Re: [PATCH v5 1/2] virtio-blk: support polling I/O, Christoph Hellwig
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring),
Xuan Zhuo
- [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset, Xuan Zhuo
- [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset, Xuan Zhuo
- [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring, Xuan Zhuo
- [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra(), Xuan Zhuo
- [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring, Xuan Zhuo
- [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split(), Xuan Zhuo
- [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init, Xuan Zhuo
- [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split(), Xuan Zhuo
- [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v9 13/32] virtio_ring: packed: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring, Xuan Zhuo
- [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init, Xuan Zhuo
- [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed(), Xuan Zhuo
- [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed(), Xuan Zhuo
- [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize(), Xuan Zhuo
- [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data, Xuan Zhuo
- [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions, Xuan Zhuo
- [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci, Xuan Zhuo
- [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v9 26/32] virtio_mmio: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v9 24/32] virtio: find_vqs() add arg sizes, Xuan Zhuo
- [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size(), Xuan Zhuo
- [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs(), Xuan Zhuo
- [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v9 30/32] virtio_net: split free_unused_bufs(), Xuan Zhuo
- [PATCH v9 31/32] virtio_net: support rx/tx queue resize, Xuan Zhuo
- [PATCH v9 32/32] virtio_net: support set_ringparam, Xuan Zhuo
- Re: [PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring), Michael S. Tsirkin
Re: [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency(),
Alex Williamson
Message not available
<Possible follow-ups>
RE: [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency(), Tian, Kevin
Re: [PATCH 2/5] vfio: Require that devices support DMA cache coherence,
Alex Williamson
[PATCH] drm/virtio: Add execbuf flag to request no fence-event,
Rob Clark
Re: [PATCH v5 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs(), Stefan Hajnoczi
Re: [PATCH v4 2/2] virtio-blk: support mq_ops->queue_rqs(),
Christoph Hellwig
Re: [PATCH v4 1/2] virtio-blk: support polling I/O,
Stefan Hajnoczi
Re: [PATCH 8/8] virtio_ring.h: do not include <stdint.h> from exported header,
Arnd Bergmann
[GIT PULL] virtio: fixes, cleanups,
Michael S. Tsirkin
Re: [PATCH v6 01/12] driver: platform: Add helper for safer setting of driver_override,
Andy Shevchenko
[PATCH] fuse: avoid unnecessary spinlock bump,
Jeffle Xu
[PATCH AUTOSEL 5.4 26/37] tuntap: add sanity checks about msg_controllen in sendmsg, Sasha Levin
[PATCH AUTOSEL 5.10 44/65] tuntap: add sanity checks about msg_controllen in sendmsg, Sasha Levin
[PATCH AUTOSEL 5.15 68/98] tuntap: add sanity checks about msg_controllen in sendmsg, Sasha Levin
[PATCH AUTOSEL 5.16 079/109] tuntap: add sanity checks about msg_controllen in sendmsg, Sasha Levin
[PATCH AUTOSEL 5.17 114/149] tuntap: add sanity checks about msg_controllen in sendmsg, Sasha Levin
Re: [PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API,
Jason Wang
[PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()",
Michael S. Tsirkin
Re: [PATCH v3] virtio: pci: check bar values read from virtio config space,
Jason Wang
Re: [PATCH 2/2] virtio_ring: add unlikely annotation for free descs check,
Jason Wang
Re: [PATCH 1/2] virtio_ring: remove unnecessary to_vvq call in vring hot path,
Jason Wang
[PATCH RESEND V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU,
Jason Wang
[PATCH V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU,
Jason Wang
Re: [PATCH] virtio-gpu: fix a missing check to avoid NULL dereference, Chia-I Wu
Re: [PATCH v2 1/2] dt-bindings: virtio: mmio: add optional wakeup-source property,
Michael S. Tsirkin
[PATCH v5 0/4] RSS support for VirtioNet.,
Andrew Melnychenko
Re: [PATCH v3 2/2] virtio-blk: support mq_ops->queue_rqs(),
Stefan Hajnoczi
Re: [PATCH] virtio_ring: remove unnecessary to_vvq call in vring hot path, Stefano Garzarella
[PATCH] virtio: Workaround fix for hard hang on guest using fifos,
Steven Rostedt
[no subject],
Michael S. Tsirkin
- Re:, Jason Wang
- Re:, Michael S. Tsirkin
- Re:, Jason Wang
- Re:, Michael S. Tsirkin
- Re:, Jason Wang
- Re:, Michael S. Tsirkin
- Re:, Jason Wang
- Re:, Michael S. Tsirkin
- Re:, Jason Wang
- Re:, Thomas Gleixner
- Re:, Michael S. Tsirkin
- Re:, Michael S. Tsirkin
Re: [PATCH v3 1/2] virtio-blk: support polling I/O,
Michael S. Tsirkin
<Possible follow-ups>
Re: [PATCH v3 1/2] virtio-blk: support polling I/O, Dongli Zhang
Re: [PATCH v3 1/2] virtio-blk: support polling I/O, Michael S. Tsirkin
Re: [PATCH v3 1/2] virtio-blk: support polling I/O, Stefan Hajnoczi
Re: 回复: Re: 回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64,
Gerd Hoffmann
Re: 回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64,
Christian König via Virtualization
[PATCH 0/3] rework on the IRQ hardening of virtio,
Jason Wang
[PATCH net v3 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them,
Stefano Garzarella
Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64, Christian König via Virtualization
Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64, Christian König via Virtualization
[PATCH net v2 0/3] vsock/virtio: enable VQs early on probe and finish the setup before using them,
Stefano Garzarella
Re: [PATCH v2] virtio: pci: sanity check bar indexes,
Jason Wang
Re: [PATCH v2] virtio: pci: sanity check bar indexes, Michael S. Tsirkin
Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64,
Christian König via Virtualization
[PATCH 1/2] Revert "virtio-pci: harden INTX interrupts",
Jason Wang
[PATCH v3 0/6] Support akcipher for virtio-crypto,
zhenwei pi
Re: [PATCH v3 0/6] Support akcipher for virtio-crypto, Michael S. Tsirkin
[PATCH] virtio: use virtio_device_ready() in virtio_device_restore(),
Stefano Garzarella
[PATCH net] vsock/virtio: enable VQs early on probe,
Stefano Garzarella
[PATCH] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes,
Liu Zixian via Virtualization
Re: [PATCH] virtio: pci: Sanity check the bar index in find_shm_cap,
Jason Wang
Re: [PATCH v2 1/2] virtio-blk: support polling I/O, kernel test robot
Re: [PATCH v8 2/5] mm: page_isolation: check specified range for unmovable pages,
David Hildenbrand
[PATCH 1/2] vdpa: mlx5: prevent cvq work from hogging CPU,
Jason Wang
Re: [PATCH v2] vhost: handle error while adding split ranges to iotlb, Jason Wang
[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60, kernel test robot
Re: [PATCH] dt-bindings: virtio: mmio: add optional virtio,wakeup property,
Krzysztof Kozlowski
Re: [PATCH] vhost: handle error while adding split ranges to iotlb, Stefano Garzarella
[PATCH RESEND] VMCI: Release notification_bitmap in error path, vdasa
[PATCH RESEND] VMCI: Check exclusive_vectors when freeing interrupt 1,
vdasa
Re: [PATCH] virito-pci-modern: Remove useless DMA-32 fallback configuration,
Jason Wang
Re: [PATCH net-next v4 1/2] af_vsock: SOCK_SEQPACKET receive timeout test, Stefano Garzarella
Re: [PATCH net-next v3 2/2] af_vsock: SOCK_SEQPACKET broken buffer test, Stefano Garzarella
Re: [PATCH net-next v3 1/2] af_vsock: SOCK_SEQPACKET receive timeout test, Stefano Garzarella
Re: [PATCH] vdpa: Update man page with added support to configure max vq pair,
Jason Wang
Re: [PATCH v2 6/8] drm/shmem-helper: Add generic memory shrinker,
Rob Clark
<Possible follow-ups>
Re: [PATCH v2 6/8] drm/shmem-helper: Add generic memory shrinker, Daniel Vetter
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit,
Randy Dunlap
[PATCH 6/9] usb: gadget: eliminate anonymous module_init & module_exit, Randy Dunlap
[PATCH 8/9] x86/crypto: eliminate anonymous module_init & module_exit, Randy Dunlap
[PATCH 5/9] virtio-scsi: eliminate anonymous module_init & module_exit, Randy Dunlap
[PATCH 9/9] testmmiotrace: eliminate anonymous module_init & module_exit, Randy Dunlap
[PATCH 1/9] virtio_blk: eliminate anonymous module_init & module_exit, Randy Dunlap
Re: [PATCH 0/9] treewide: eliminate anonymous module_init & module_exit, Ira Weiny
Re: (subset) [PATCH 0/9] treewide: eliminate anonymous module_init & module_exit, Jens Axboe
Re: [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override, Andy Shevchenko
[PATCH AUTOSEL 4.9 1/2] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 4.14 1/3] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 4.19 2/6] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 5.4 3/7] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 5.10 08/12] tools/virtio: fix virtio_test execution, Sasha Levin
[PATCH AUTOSEL 5.10 06/12] vdpa/mlx5: should verify CTRL_VQ feature exists for MQ, Sasha Levin
[PATCH AUTOSEL 5.10 05/12] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 5.15 09/13] tools/virtio: fix virtio_test execution, Sasha Levin
[PATCH AUTOSEL 5.15 07/13] vdpa/mlx5: should verify CTRL_VQ feature exists for MQ, Sasha Levin
[PATCH AUTOSEL 5.15 06/13] virtio_console: break out of buf poll on remove, Sasha Levin
[PATCH AUTOSEL 5.16 09/13] tools/virtio: fix virtio_test execution, Sasha Levin
[PATCH AUTOSEL 5.16 07/13] vdpa/mlx5: should verify CTRL_VQ feature exists for MQ, Sasha Levin
[PATCH AUTOSEL 5.16 06/13] virtio_console: break out of buf poll on remove, Sasha Levin
Re: [PATCH v2 4/8] drm/virtio: Improve DMA API usage for shmem BOs, Robin Murphy
Re: [RFC PATCH v2 0/2] af_vsock: add two new tests for SOCK_SEQPACKET, Stefano Garzarella
Re: [RFC PATCH v2 2/2] af_vsock: SOCK_SEQPACKET broken buffer test, Stefano Garzarella
Re: [RFC PATCH v2 1/2] af_vsock: SOCK_SEQPACKET receive timeout test, Stefano Garzarella
Re: [PATCH v4 05/11] PCI: Use driver_set_override() instead of open-coding, Andy Shevchenko
Re: [PATCH v4 01/11] driver: platform: Add helper for safer setting of driver_override, Andy Shevchenko
Re: [PATCH] vDPA/ifcvf: match pointer check to use,
Michael S. Tsirkin
Re: [PATCH v2 0/8] Add memory shrinker to VirtIO-GPU DRM driver, Emil Velikov
Re: [PATCH v2 7/8] drm/virtio: Support memory shrinking, Emil Velikov
Re: [PATCH v2 1/3] vdpa: support exposing the config size to userspace, Stefano Garzarella
Re: [RFC PATCH v1 1/3] af_vsock: add two new tests for SOCK_SEQPACKET, Stefano Garzarella
Re: [RFC PATCH v1 3/3] af_vsock: SOCK_SEQPACKET broken buffer test,
Stefano Garzarella
Message not available
Re: [RFC PATCH v1 2/3] af_vsock: SOCK_SEQPACKET receive timeout test, Stefano Garzarella
Re: [PATCH v2 3/3] vdpa: support exposing the count of vqs to userspace,
Jason Wang
Re: [PATCH v2 2/3] vdpa: change the type of nvqs to u32,
Jason Wang
Re: [PATCH v7 2/5] mm: page_isolation: check specified range for unmovable pages, David Hildenbrand
Re: [PATCH v7 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c, David Hildenbrand
[GIT PULL] virtio: a last minute regression fix,
Michael S. Tsirkin
[PATCH v8 00/16] virtio pci support VIRTIO_F_RING_RESET (refactor vring),
Xuan Zhuo
- [PATCH v8 02/16] virtio: struct virtio_config_ops add callbacks for queue_reset, Xuan Zhuo
- [PATCH v8 01/16] virtio: add helper virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v8 04/16] virtio_ring: remove the arg vq of vring_alloc_desc_extra(), Xuan Zhuo
- [PATCH v8 05/16] virtio_ring: extract the logic of freeing vring, Xuan Zhuo
- [PATCH v8 03/16] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset, Xuan Zhuo
- [PATCH v8 09/16] virtio_ring: split: extract the logic of vq init, Xuan Zhuo
- [PATCH v8 07/16] virtio_ring: split: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v8 08/16] virtio_ring: split: extract the logic of attach vring, Xuan Zhuo
- [PATCH v8 06/16] virtio_ring: split: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v8 10/16] virtio_ring: split: implement virtqueue_resize_split(), Xuan Zhuo
- [PATCH v8 13/16] virtio_ring: packed: extract the logic of attach vring, Xuan Zhuo
- [PATCH v8 12/16] virtio_ring: packed: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v8 14/16] virtio_ring: packed: extract the logic of vq init, Xuan Zhuo
- [PATCH v8 16/16] virtio_ring: introduce virtqueue_resize(), Xuan Zhuo
- [PATCH v8 15/16] virtio_ring: packed: implement virtqueue_resize_packed(), Xuan Zhuo
- [PATCH v8 11/16] virtio_ring: packed: extract the logic of alloc queue, Xuan Zhuo
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]