Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2019-11-09 15:12:27 to 2019-12-12 17:13:23 UTC [more...]

[virtio-dev] [PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-12 17:11 UTC  (12+ messages)
` [virtio-dev] [PATCH RFC v4 01/13] ACPI: NUMA: export pxm_to_node
` [virtio-dev] [PATCH RFC v4 02/13] virtio-mem: Paravirtualized memory hotplug
` [virtio-dev] [PATCH RFC v4 03/13] virtio-mem: Paravirtualized memory hotunplug part 1
` [virtio-dev] [PATCH RFC v4 04/13] mm: Export alloc_contig_range() / free_contig_range()
` [virtio-dev] [PATCH RFC v4 05/13] virtio-mem: Paravirtualized memory hotunplug part 2
` [virtio-dev] [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [virtio-dev] [PATCH RFC v4 07/13] virtio-mem: Allow to offline partially unplugged memory blocks
` [virtio-dev] [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [virtio-dev] [PATCH RFC v4 09/13] virtio-mem: Offline and remove completely unplugged memory blocks
` [virtio-dev] [PATCH RFC v4 10/13] virtio-mem: Better retry handling
` [virtio-dev] [PATCH RFC v4 11/13] mm/vmscan: Move count_vm_event(DROP_SLAB) into drop_slab()

[virtio-dev] guest / host buffer sharing 
 2019-12-12 13:30 UTC  (31+ messages)
` [virtio-dev] "

[virtio-dev] [RFC RESEND] virtio-video: Add virtio video device specification
 2019-12-12 10:34 UTC  (24+ messages)

[virtio-dev] [PATCH] virtio-gpu: add shared resource feature
 2019-12-10  8:50 UTC  (14+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH] snd: Add virtio sound device specification
 2019-12-06  8:31 UTC  (41+ messages)

[virtio-dev] [RFC] virtio video driver
 2019-12-05 16:33 UTC  (2+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v15 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
 2019-12-05 16:26 UTC  (4+ messages)
` [virtio-dev] [PATCH v15 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [virtio-dev] [PATCH v15 QEMU 3/3] virtio-balloon: Provide a interface for "
` [virtio-dev] [PATCH v15 QEMU 4/3 RFC] memory: Add support for MADV_FREE as mechanism to lazy discard pages

[virtio] [PATCH v3] content: document speed, duplex
 2019-12-03 12:05 UTC  (2+ messages)
` [virtio] "

[virtio] [PATCH] content: document speed, duplex
 2019-12-03 10:01 UTC  (4+ messages)
` [virtio-comment] "
  ` [virtio] "

[virtio-dev] [PATCH] virtio-gpu: add 3d command overview
 2019-12-03  9:37 UTC  (4+ messages)

[virtio-dev] [PATCH] virtio-gpu: some edid clarifications
 2019-12-03  9:35 UTC  (3+ messages)
` [virtio-dev] "

[virtio] [PATCH v2] README.md: document use of virtio-dev
 2019-12-03  7:42 UTC  (2+ messages)

[virtio] [PATCH] README.md: document use of virtio-dev
 2019-12-02 17:32 UTC  (2+ messages)

[virtio] [PATCH] README.md: document use of virtio-dev
 2019-12-02 17:08 UTC 

[virtio-dev] [PATCH] virtio-blk: document VIRTIO_BLK_T_GET_ID
 2019-12-02 16:29 UTC  (5+ messages)
` [virtio-dev] "

[virtio-dev] virtio-blk: What's up with VIRTIO_BLK_T_GET_ID (8)?
 2019-12-02 10:02 UTC  (2+ messages)

[virtio] [PATCH v2] virtio_pci_cap64: bar/BAR cleanups
 2019-11-28 16:54 UTC  (2+ messages)

[virtio] [PATCH] virtio_pci_cap64: bar/BAR cleanups
 2019-11-27 21:28 UTC 

[virtio] [PATCH] content: add vendor specific cfg type
 2019-11-27 21:17 UTC  (9+ messages)
` [virtio] "
` [virtio] Re: [virtio-dev] "
  ` [virtio] Re: [virtio-comment] "

[virtio] [PATCH] pci: strengthen requirement of the correct subsystem id
 2019-11-27 13:02 UTC  (6+ messages)
      ` [virtio] Re: [virtio-dev] "

[virtio-dev] [PATCH 0/2] virtio-fs: add notification queue
 2019-11-27 10:45 UTC  (5+ messages)
` [virtio-dev] [PATCH 1/2] virtio-fs: add file system device to Conformance chapter
  ` [virtio-dev] "
` [virtio-dev] [PATCH 2/2] virtio-fs: add notification queue
  ` [virtio-dev] "

[virtio-dev] [PATCH RESEND v4 0/1] Add virtio-iommu specification
 2019-11-25 19:01 UTC  (9+ messages)
` [virtio-dev] [PATCH RESEND v4 1/1] Add virtio-iommu device specification

[virtio-dev] [RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-25 18:02 UTC  (19+ messages)
` [virtio-dev] [RFC 01/13] ACPI/IORT: Move IORT to the ACPI folder
` [virtio-dev] [RFC 02/13] ACPI: Add VIOT definitions
` [virtio-dev] [RFC 03/13] ACPI/IORT: Allow registration of external tables
` [virtio-dev] [RFC 04/13] ACPI/IORT: Add node categories
` [virtio-dev] [RFC 05/13] ACPI/IORT: Support VIOT virtio-mmio node
` [virtio-dev] [RFC 06/13] ACPI/IORT: Support VIOT virtio-pci node
` [virtio-dev] [RFC 07/13] ACPI/IORT: Defer probe until virtio-iommu-pci has registered a fwnode
` [virtio-dev] [RFC 08/13] ACPI/IORT: Add callback to update a device's fwnode
` [virtio-dev] [RFC 09/13] iommu/virtio: Create fwnode if necessary
` [virtio-dev] [RFC 10/13] iommu/virtio: Update IORT fwnode
` [virtio-dev] [RFC 11/13] ACPI: Add VIOT table
` [virtio-dev] [RFC virtio 12/13] virtio-iommu: Add built-in topology description
` [virtio-dev] [RFC 13/13] iommu/virtio: Add topology description to
  ` [virtio-dev] "
` [virtio-dev] Re: [RFC 00/13] virtio-iommu on non-devicetree platforms

[virtio] [PATCH v3] content: document speed, duplex
 2019-11-25 10:34 UTC  (2+ messages)

[virtio] [PATCH] virtio-rng: fix device/driver confusion
 2019-11-25  7:36 UTC  (2+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v2] snd: Add virtio sound device specification
 2019-11-20 11:09 UTC  (8+ messages)

[virtio] [PATCH v2] content: document speed, duplex
 2019-11-20  0:28 UTC 

[virtio-dev] [PATCH] Reserve device id 28 for virtio RPMB device
 2019-11-18  9:37 UTC  (2+ messages)

[virtio] [PATCH] content: document speed, duplex
 2019-11-17  8:28 UTC 

[virtio-dev] [PATCH] split-ring: Demand that a device must not change descriptor entries
 2019-11-11 17:26 UTC  (3+ messages)

[virtio-dev] virtio-console: initial size retrieval, port parameter reporting
 2019-11-11 17:23 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