virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 07:48:39 to 2020-07-10 07:17:59 UTC [more...]

[PATCH] scsi: virtio_scsi: Remove unnecessary condition checks
 2020-07-10  7:17 UTC  (5+ messages)

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-07-10  6:44 UTC  (19+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
 2020-07-09 18:01 UTC  (2+ messages)

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-09 16:06 UTC  (26+ messages)
` [PATCH v3 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v3 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v3 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v3 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v3 6/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint

[PATCH] scsi: virtio_scsi: remove unnecessary condition check
 2020-07-09 15:26 UTC  (2+ messages)

[PATCH] scsi: virtio_scsi: remove unnecessary condition check
 2020-07-09 15:25 UTC  (2+ messages)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-09 15:24 UTC  (4+ messages)

[PATCH v5 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-09 15:06 UTC  (12+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH 2/2] drm/virtio: Remove open-coded commit-tail function
 2020-07-09 14:05 UTC  (3+ messages)

[PATCH] crypto: virtio - constify features[] and id_table[]
 2020-07-09 12:55 UTC  (2+ messages)

[PATCH 0/5] drivers/char: Constify static variables
 2020-07-09 12:54 UTC  (6+ messages)
` [PATCH 5/5] virtio_console: Constify some "

[PATCH v3 1/4] iomap: Constify ioreadX() iomem argument (as in generic implementation)
 2020-07-09  7:32 UTC  (5+ messages)
` [PATCH v3 2/4] rtl818x: "
` [PATCH v3 3/4] ntb: intel: "
` [PATCH v3 4/4] virtio: pci: "

[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
 2020-07-09  7:28 UTC 

[PATCH] VIRTIO CORE AND NET DRIVERS: Replace HTTP links with HTTPS ones
 2020-07-09  6:47 UTC 

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-09  6:26 UTC  (36+ messages)
` [RFC PATCH 01/22] vhost: Make _feature_ bits a property of vhost device
` [RFC PATCH 02/22] vhost: Introduce standard Linux driver model in VHOST
` [RFC PATCH 03/22] vhost: Add ops for the VHOST driver to configure VHOST device
` [RFC PATCH 04/22] vringh: Add helpers to access vring in MMIO
` [RFC PATCH 05/22] vhost: Add MMIO helpers for operations on vhost virtqueue
` [RFC PATCH 06/22] vhost: Introduce configfs entry for configuring VHOST
` [RFC PATCH 07/22] virtio_pci: Use request_threaded_irq() instead of request_irq()
` [RFC PATCH 08/22] rpmsg: virtio_rpmsg_bus: Disable receive virtqueue callback when reading messages
` [RFC PATCH 09/22] rpmsg: Introduce configfs entry for configuring rpmsg
` [RFC PATCH 10/22] rpmsg: virtio_rpmsg_bus: Add Address Service Notification support
` [RFC PATCH 11/22] rpmsg: virtio_rpmsg_bus: Move generic rpmsg structure to rpmsg_internal.h
` [RFC PATCH 12/22] virtio: Add ops to allocate and free buffer
` [RFC PATCH 13/22] rpmsg: virtio_rpmsg_bus: Use virtio_alloc_buffer() and virtio_free_buffer()
` [RFC PATCH 14/22] rpmsg: Add VHOST based remote processor messaging bus
` [RFC PATCH 15/22] samples/rpmsg: Setup delayed work to send message
` [RFC PATCH 16/22] samples/rpmsg: Wait for address to be bound to rpdev for sending message
` [RFC PATCH 17/22] rpmsg.txt: Add Documentation to configure rpmsg using configfs
` [RFC PATCH 18/22] virtio_pci: Add VIRTIO driver for VHOST on Configurable PCIe Endpoint device
` [RFC PATCH 19/22] PCI: endpoint: Add EP function driver to provide VHOST interface
` [RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO functionality
` [RFC PATCH 21/22] NTB: Add a new NTB client driver to implement VHOST functionality
` [RFC PATCH 22/22] NTB: Describe ntb_virtio and ntb_vhost client in the documentation

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-08 18:20 UTC  (29+ messages)
` [PATCH 04/18] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y

[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
 2020-07-07 16:37 UTC  (25+ messages)

[PATCH v4 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-07 11:19 UTC  (14+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-07-06 15:01 UTC  (8+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-07-06  9:16 UTC  (3+ messages)
` [PATCH v3 2/2] PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH v2 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-06  0:30 UTC  (9+ messages)
` [PATCH v2 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v2 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v2 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v2 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v2 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v2 6/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint

[PATCH 0/8] powerpc: queued spinlocks and rwlocks
 2020-07-03 10:52 UTC  (16+ messages)
` [PATCH 2/8] powerpc/pseries: use smp_rmb() in H_CONFER spin yield
` [PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH 8/8] powerpc/64s: remove paravirt from simple spinlocks (RFC only)

[PATCH v2 0/4] Remove 32-bit Xen PV guest support
 2020-07-02 15:45 UTC  (4+ 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).