virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 12:28:56 to 2020-07-01 11:11:57 UTC [more...]

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

[PATCH v2 0/4] Remove 32-bit Xen PV guest support
 2020-07-01 11:06 UTC  (3+ messages)
` [PATCH v2 2/4] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
` [PATCH v2 3/4] x86/paravirt: cleanup paravirt macros

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-01 10:59 UTC  (30+ messages)
` [PATCH 01/18] tools: bpf: Use local copy of headers including uapi/linux/filter.h
` [PATCH 02/18] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
` [PATCH 03/18] asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
` [PATCH 04/18] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 05/18] asm/rwonce: Remove smp_read_barrier_depends() invocation
` [PATCH 06/18] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH 07/18] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH 08/18] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH 09/18] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH 10/18] Documentation/barriers/kokr: "
` [PATCH 11/18] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH 12/18] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH 13/18] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
` [PATCH 14/18] arm64: Reduce the number of header files pulled into vmlinux.lds.S
` [PATCH 15/18] arm64: alternatives: Split up alternative.h
` [PATCH 16/18] arm64: cpufeatures: Add capability for LDAPR instruction
` [PATCH 17/18] arm64: alternatives: Remove READ_ONCE() usage during patch operation
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-01 10:53 UTC  (3+ messages)

[PATCH 0/5]
 2020-07-01  9:08 UTC  (6+ messages)
` [PATCH 1/5] vhost-vdpa: refine ioctl pre-processing
` [PATCH 2/5] vhost: generialize backend features setting/getting
` [PATCH 3/5] vhost-vdpa: support get/set backend features
` [PATCH 4/5] vhost-vdpa: support IOTLB batching hints
` [PATCH 5/5] vdpasim: support batch updating

[PATCH] virtio-blk: free vblk-vqs in error path of virtblk_probe()
 2020-07-01  1:03 UTC  (5+ messages)

[PATCH v1 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-06-30 14:26 UTC  (7+ messages)
` [PATCH v1 1/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v1 2/6] mm/page_isolation: don't dump_page(NULL) in set_migratetype_isolate()
` [PATCH v1 3/6] mm/page_isolation: drop WARN_ON_ONCE() "
` [PATCH v1 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v1 5/6] mm/page_alloc: restrict ZONE_MOVABLE optimization in has_unmovable_pages() to memory offlining
` [PATCH v1 6/6] virtio-mem: don't special-case ZONE_MOVABLE

[RFC 0/3] virtio: NUMA-aware memory allocation
 2020-06-30  8:47 UTC  (8+ messages)
` [RFC 1/3] virtio-pci: use NUMA-aware memory allocation in probe
` [RFC 2/3] virtio_ring: "
` [RFC 3/3] virtio-blk: "

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-06-30  7:08 UTC  (17+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[PATCH RFC 0/5] support batched IOTLB updating in vhost-vdpa
 2020-06-30  1:55 UTC  (6+ messages)
` [PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints

[PATCH] xen: introduce xen_vring_use_dma
 2020-06-30  1:40 UTC  (17+ messages)

[PATCH v2 0/2] virtio: modernize DMA quirks
 2020-06-28  6:21 UTC  (5+ messages)
` [PATCH v2 1/2] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
` [PATCH v2 2/2] virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk

[PATCH] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
 2020-06-28  6:20 UTC  (2+ messages)

ICITS'21 - 2021 Int. Conference on Information Technology & Systems, Santa Elena, Ecuador
 2020-06-26 11:00 UTC 

[GIT PULL] virtio: fixes, tests
 2020-06-25  0:50 UTC  (2+ messages)

[PATCH] Allow RDTSC and RDTSCP from userspace
 2020-06-23 18:56 UTC  (43+ messages)
      ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

[RFC v9 00/11] vhost: ring format independence
 2020-06-23 16:45 UTC  (16+ messages)
` [RFC v9 01/11] vhost: option to fetch descriptors through an independent struct
` [RFC v9 02/11] vhost: use batched get_vq_desc version
` [RFC v9 03/11] vhost/net: pass net specific struct pointer
` [RFC v9 04/11] vhost: reorder functions
` [RFC v9 05/11] vhost: format-independent API for used buffers
` [RFC v9 06/11] vhost/net: convert to new API: heads->bufs
` [RFC v9 07/11] vhost/net: avoid iov length math
` [RFC v9 08/11] vhost/test: convert to the buf API
` [RFC v9 09/11] vhost/scsi: switch to buf APIs
` [RFC v9 10/11] vhost/vsock: switch to the buf API
` [RFC v9 11/11] vhost: drop head based APIs

[PATCH resend] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
 2020-06-23 11:09 UTC 

[PATCH v5 0/3] Support virtio cross-device resources
 2020-06-23  1:31 UTC  (3+ messages)
  `  "

AMD IOMMU + SME + amdgpu regression
 2020-06-22 15:30 UTC  (3+ messages)

[PATCH V2] drivers/block: Use kobj_to_dev() API
 2020-06-22  9:56 UTC  (2+ messages)

[PATCH 4.14 049/190] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
 2020-06-19 14:31 UTC  (3+ messages)
` [PATCH 4.14 050/190] crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()
` [PATCH 4.14 051/190] crypto: virtio: Fix dest length "

[PATCH 4.19 064/267] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
 2020-06-19 14:30 UTC  (3+ messages)
` [PATCH 4.19 065/267] crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()
` [PATCH 4.19 066/267] crypto: virtio: Fix dest length "

[PATCH] drm/virtio: Fix an IS_ERR() vs NULL check in virtio_gpu_object_shmem_init()
 2020-06-19 14:29 UTC 

[PATCH] drivers\block: Use kobj_to_dev() API
 2020-06-19 12:49 UTC  (2+ messages)

[PATCH] virtio-mem: Fix build error due to improper use 'select'
 2020-06-19 11:49 UTC  (4+ messages)

[PATCH v7 22/36] drm: virtio: fix common struct sg_table related issues
 2020-06-19 10:36 UTC 

[PATCH v4 0/3] Support virtio cross-device resources
 2020-06-19  6:53 UTC  (6+ messages)
` [PATCH v4 1/3] virtio: add dma-buf support for exported objects

VHPC Zoom 25th of June Call for Participation: 15th Workshop on Virtualization in High-Performance Cloud Computing
 2020-06-18 20:44 UTC 

[PATCH v6 22/36] drm: virtio: fix common struct sg_table related issues
 2020-06-18 15:39 UTC 

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-06-18 14:14 UTC  (8+ messages)
` [PATCH v3 5/5] vhost: add an "


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