Linux Virtualization
[Prev Page][Next Page]
read_barrier_depends() usage in vhost.c,
Will Deacon
[PATCH v4 11/11] drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS, Gerd Hoffmann
[PATCH v4 05/11] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS, Gerd Hoffmann
[PATCH v4 02/11] drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap, Gerd Hoffmann
Re: [RFC 2/2] vhost: IFC VF vdpa layer,
Jason Wang
- Message not available
- Message not available
Re: [RFC 0/2] Intel IFC VF driver for vdpa, Jason Wang
Re: [RFC 1/2] vhost: IFC VF hardware operation layer,
Stephen Hemminger
Re: [RFC 1/2] vhost: IFC VF hardware operation layer, Jason Wang
Re: [RFC 1/2] vhost: IFC VF hardware operation layer, Jason Wang
[PATCH 0/5] virtiofs: Fix couple of deadlocks,
Vivek Goyal
[PATCH 5/5] virtiofs: Retry request submission from worker context, Vivek Goyal
[PATCH] vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt',
Stefano Garzarella
question: asynchronous notification from vhost,
Guennadi Liakhovetski
[PATCH 01/25] crypto: virtio - implement missing support for output IVs, Ard Biesheuvel
[PATCH 03/25] crypto: virtio - switch to skcipher API, Ard Biesheuvel
[PATCH 02/25] crypto: virtio - deal with unsupported input sizes, Ard Biesheuvel
[PATCH RFC v4 0/5] vhost: ring format independence,
Michael S. Tsirkin
[PATCH] tools/virtio: Fix build,
Jan Kiszka
[PATCH RFC v3 0/4] vhost: ring format independence,
Michael S. Tsirkin
[PATCH RFC v2 0/2] vhost: ring format independence,
Michael S. Tsirkin
[PATCH 0/2] virtio: Support encrypted memory on powerpc secure guests,
Ram Pai
[vhost:vhost 6/6] drivers/vhost/vhost.c:2672:9: error: 'desc' undeclared; did you mean 'rdtsc'?, kbuild test robot
[vhost:vhost 6/6] drivers/vhost/vhost.c:2672:9: error: 'desc' undeclared, kbuild test robot
[PATCH RFC v1 0/2] vhost: ring format independence,
Michael S. Tsirkin
[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports,
Stefano Garzarella
[PATCH V3 0/7] mdev based hardware virtio offloading support,
Jason Wang
[PATCH V3 2/7] mdev: bus uevent support, Jason Wang
[PATCH V3 3/7] modpost: add support for mdev class id, Jason Wang
[PATCH V3 4/7] mdev: introduce device specific ops, Jason Wang
[PATCH V3 5/7] mdev: introduce virtio device and its device ops, Jason Wang
[PATCH V3 6/7] virtio: introduce a mdev based transport, Jason Wang
[PATCH V3 7/7] docs: sample driver to demonstrate how to implement virtio-mdev framework, Jason Wang
Re: [PATCH V3 0/7] mdev based hardware virtio offloading support, Stefan Hajnoczi
[PATCH -next] drm/qxl: Fix randbuild error,
YueHaibing
Re: [PATCH] x86/cpu/vmware: use the full form of inl in VMWARE_PORT,
Thomas Hellstrom via Virtualization
[PATCH] vhost/test: stop device before reset, Michael S. Tsirkin
[PATCH RFC net-next 0/2] drivers: net: virtio_net: Implement,
jcfaracco
[PATCH RFC net-next 2/2] drivers: net: virtio_net: Add tx_timeout function, jcfaracco
Re: [PATCH RFC net-next 0/2] drivers: net: virtio_net: Implement, Michael S. Tsirkin
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation,
Krzysztof Kozlowski
[PATCH 07/11] vhost: convert vhost_umem_interval_tree to half closed intervals,
Davidlohr Bueso
Re: [PATCH 07/11] vhost: convert vhost_umem_interval_tree to half closed intervals, Jason Wang
[PATCH net-next] net, uapi: fix -Wpointer-arith warnings,
Alexey Dobriyan
Re: virtq questions,
Vivek Goyal
<Possible follow-ups>
Re: virtq questions, Dr. David Alan Gilbert
Re: [PATCH net v3] vsock: Fix a lockdep warning in __vsock_release(),
Stefano Garzarella
[PATCH net-next v2] vsock/virtio: add support for MSG_PEEK,
Matias Ezequiel Vara Larsen
Re: [GIT PULL] add virtio-fs, pr-tracker-bot
[PATCH 1/2] drm/qxl: stop abusing TTM to call driver internal functions,
Christian König
[RFC PATCH 00/13] vsock: add multi-transports support,
Stefano Garzarella
- [RFC PATCH 01/13] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT, Stefano Garzarella
- [RFC PATCH 02/13] vsock: remove vm_sockets_get_local_cid(), Stefano Garzarella
- [RFC PATCH 03/13] vsock: remove include/linux/vm_sockets.h file, Stefano Garzarella
- [RFC PATCH 04/13] vsock: add 'transport' member in the struct vsock_sock, Stefano Garzarella
- [RFC PATCH 05/13] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock(), Stefano Garzarella
- [RFC PATCH 06/13] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport(), Stefano Garzarella
- [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core, Stefano Garzarella
- [RFC PATCH 08/13] vsock: move vsock_insert_unbound() in the vsock_create(), Stefano Garzarella
- [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init(), Stefano Garzarella
- [RFC PATCH 10/13] vsock: add multi-transports support, Stefano Garzarella
- [RFC PATCH 11/13] vsock: add 'transport_hg' to handle g2h\h2g transports, Stefano Garzarella
- [RFC PATCH 12/13] vsock: prevent transport modules unloading, Stefano Garzarella
- [RFC PATCH 13/13] vsock: fix bind() behaviour taking care of CID, Stefano Garzarella
- Message not available
Re: [RFC PATCH 00/13] vsock: add multi-transports support, Stefan Hajnoczi
[PATCH] vsock/virtio: add support for MSG_PEEK,
Matias Ezequiel Vara Larsen
Re: [PATCH net v2] vsock: Fix a lockdep warning in __vsock_release(),
Stefano Garzarella
Message not available
[PATCH] vhost: introduce mdev based hardware backend,
Tiwei Bie
Re: [PATCH] vhost: It's better to use size_t for the 3rd parameter of vhost_exceeds_weight(), Jason Wang
Re: [PATCH] virtio_mmio: remove redundant dev_err message, Jason Wang
[PATCH V2 0/8] mdev based hardware virtio offloading support,
Jason Wang
[PATCH V2 7/8] virtio: introduce a mdev based transport, Jason Wang
[PATCH V2 8/8] docs: sample driver to demonstrate how to implement virtio-mdev framework, Jason Wang
RE: [PATCH V2 0/8] mdev based hardware virtio offloading support, Tian, Kevin
Re: [RFC] VSOCK: add support for MSG_PEEK, Matias Ezequiel Vara Larsen
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation,
Krzysztof Kozlowski
[PATCH 0/6] mdev based hardware virtio offloading support,
Jason Wang
[PATCH 2/6] mdev: introduce device specific ops, Jason Wang
[PATCH 3/6] mdev: introduce virtio device and its device ops, Jason Wang
[PATCH 4/6] virtio: introduce a mdev based transport, Jason Wang
[PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern(), Jason Wang
[PATCH 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework, Jason Wang
[RFC PATCH V2 0/6] mdev based hardware virtio offloading support,
Jason Wang
[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory,
David Hildenbrand
[PATCH RFC v3 2/9] virtio-mem: Paravirtualized memory hotplug, David Hildenbrand
[PATCH RFC v3 3/9] virtio-mem: Paravirtualized memory hotunplug part 1, David Hildenbrand
[PATCH RFC v3 4/9] mm: Export alloc_contig_range() / free_contig_range(), David Hildenbrand
[PATCH RFC v3 5/9] virtio-mem: Paravirtualized memory hotunplug part 2, David Hildenbrand
[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0, David Hildenbrand
[PATCH RFC v3 7/9] virtio-mem: Allow to offline partially unplugged memory blocks, David Hildenbrand
[PATCH RFC v3 8/9] mm/memory_hotplug: Introduce offline_and_remove_memory(), David Hildenbrand
[PATCH RFC v3 9/9] virtio-mem: Offline and remove completely unplugged memory blocks, David Hildenbrand
Re: [PATCH RFC v3 0/9] virtio-mem: paravirtualized memory, David Hildenbrand
[PATCH v3 05/11] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS, Gerd Hoffmann
[PATCH v3 02/11] drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap, Gerd Hoffmann
[PATCH v3 11/11] drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS, Gerd Hoffmann
Re: [PATCH v6] virtio-fs: add virtiofs filesystem, Michael S. Tsirkin
[PATCH v2 11/11] drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS, Gerd Hoffmann
[PATCH v2 05/11] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS, Gerd Hoffmann
[PATCH v2 02/11] drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap, Gerd Hoffmann
[RFC v4 0/3] vhost: introduce mdev based hardware backend,
Tiwei Bie
Re: VIRTIO_BALLOON_F_FREE_PAGE_HINT,
Wei Wang
[PULL] vhost: a last minute revert,
Michael S. Tsirkin
[PATCH] vhost: Fix compile time error,
Guenter Roeck
[PATCH 8/8] drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS,
Gerd Hoffmann
[PATCH 3/8] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS,
Gerd Hoffmann
[PATCH 2/8] drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap,
Gerd Hoffmann
[PATCH] drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.,
David Riley
Re: [RFC PATCH] drm/virtio: Export resource handles via DMA-buf API,
Gerd Hoffmann
<Possible follow-ups>
Re: [RFC PATCH] drm/virtio: Export resource handles via DMA-buf API, Daniel Vetter
[PATCH] drm/virtio: enable prime mmap support,
Gerd Hoffmann
[RFC PATCH 0/2] Mdev: support mutiple kinds of devices,
Jason Wang
[PULL] virtio: last minute bugfixes,
Michael S. Tsirkin
Re: [PATCH v5 0/4] virtio-fs: shared file system for virtual machines,
Stefan Hajnoczi
[PATCH v2] vhost: block speculation of translated descriptors,
Michael S. Tsirkin
[vhost:linux-next 16/17] include/linux/page_reporting.h:9:34: note: in expansion of macro 'pageblock_order', kbuild test robot
[vhost:linux-next 8/9] drivers/vhost/vhost.c:2076:5: note: in expansion of macro 'array_index_nospec', kbuild test robot
[PATCH v2 0/4] Merge VRAM MM and GEM VRAM source files,
Thomas Zimmermann
[vhost:linux-next 14/17] include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'?, kbuild test robot
Re: [PATCH v2] virtio: add VIRTIO_RING_NO_LEGACY,
Michael S. Tsirkin
[bug report] x86/paravirt: Use a single ops structure,
Dan Carpenter
[RFC PATCH 0/4] mdev based hardware virtio offloading support,
Jason Wang
[PATCH 0/4] Merge VRAM MM and GEM VRAM source files,
Thomas Zimmermann
[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api,
Tom Murphy
[RFC PATCH untested] vhost: block speculation of translated descriptors,
Michael S. Tsirkin
[vhost:linux-next 15/15] include/linux/page_reporting.h:10:34: error: 'HUGETLB_PAGE_ORDER' undeclared; did you mean 'IOREMAP_MAX_ORDER'?, kbuild test robot
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0, kbuild test robot
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page', kbuild test robot
Re: [PATCH] virtio: add VIRTIO_RING_NO_LEGACY, Michael S. Tsirkin
Re: [PATCH] virtio_ring: fix unmap of indirect descriptors, Michael S. Tsirkin
[PULL] vhost, virtio: last minute fixes,
Michael S. Tsirkin
Re: [PATCH v2] scsi: virtio_scsi: unplug LUNs when events missed,
Stefan Hajnoczi
[PATCH 00/18] virtiofs: Fix various races and cleanups round 1,
Vivek Goyal
[PATCH 02/18] virtiofs: Check whether hiprio queue is connected at submission time, Vivek Goyal
[PATCH 04/18] virtiofs: Check connected state for VQ_REQUEST queue as well, Vivek Goyal
[PATCH 13/18] virtiofs: Do not access virtqueue in request submission path, Vivek Goyal
[PATCH 17/18] virtiofs: Remove TODO to quiesce/end_requests, Vivek Goyal
[PATCH 10/18] virtiofs: Do not use device managed mem for virtio_fs and virtio_fs_vq, Vivek Goyal
[PATCH 09/18] virtiofs: Add an helper to start all the queues, Vivek Goyal
[PATCH 05/18] Maintain count of in flight requests for VQ_REQUEST queue, Vivek Goyal
[PATCH 18/18] virtiofs: Remove TODO item from virtio_fs_free_devs(), Vivek Goyal
[PATCH 16/18] virtiofs: Use virtio_fs_mutex for races w.r.t ->remove and mount path, Vivek Goyal
Message not available
Message not available
Re: [PATCH 00/18] virtiofs: Fix various races and cleanups round 1, Michael S. Tsirkin
[PATCH 0/2] Revert and rework on the metadata accelreation,
Jason Wang
[PATCH 6/8] drm/qxl: switch to gem vma offset manager, Gerd Hoffmann
[PATCH 1/8] drm/ttm: turn ttm_bo_device.vma_manager into a pointer,
Gerd Hoffmann
[PATCH AUTOSEL 5.2 36/94] drm/virtio: use virtio_max_dma_size, Sasha Levin
Re: [PATCH] scsi: virtio_scsi: unplug LUNs when events missed, Michael S. Tsirkin
[PATCH] drm/virtio: fix command submission with objects but without fence.,
Gerd Hoffmann
[PATCH v3 6/7] drm/qxl: use drm_gem_ttm_print_info, Gerd Hoffmann
[PATCH v3 7/7] drm/vram: fix Kconfig,
Gerd Hoffmann
[PATCH v3 5/7] drm/qxl: use drm_gem_object_funcs callbacks, Gerd Hoffmann
[PATCH AUTOSEL 4.19 162/167] virtio/s390: fix race on airq_areas[], Sasha Levin
[PATCH AUTOSEL 5.2 18/23] virtio/s390: fix race on airq_areas[], Sasha Levin
Re: [PATCH v4 15/16] virtio-fs: add virtiofs filesystem,
Michael S. Tsirkin
[PATCH v2 5/6] drm/qxl: use drm_gem_object_funcs callbacks, Gerd Hoffmann
[PATCH v2 6/6] drm/qxl: use drm_gem_ttm_print_info, Gerd Hoffmann
Re: [PATCH v3 00/13] virtio-fs: shared file system for virtual machines,
Michael S. Tsirkin
[PATCH net-next] vsock/virtio: a better comment on credit update,
Michael S. Tsirkin
[PATCH 4/5] drm/qxl: use drm_gem_object_funcs callbacks,
Gerd Hoffmann
[PATCH 5/5] drm/qxl: use drm_gem_ttm_print_info,
Gerd Hoffmann
[PATCH] drm/virtio: add worker for object release,
Gerd Hoffmann
Re: [PATCH] virtio: Change typecasts in vring_init(),
Jason Wang
[PATCH] drm/virtio: Use vmalloc for command buffer allocations.,
David Riley
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]