messages from 2019-09-02 15:23:54 to 2019-09-11 11:09:10 UTC [more...]
[PATCH v2 0/4] Merge VRAM MM and GEM VRAM source files
2019-09-11 11:09 UTC (5+ messages)
` [PATCH v2 1/4] drm/vram: Move VRAM memory manager to GEM VRAM implementation
` [PATCH v2 2/4] drm/vram: Have VRAM MM call GEM VRAM functions directly
` [PATCH v2 3/4] drm/vram: Unexport internal functions of VRAM MM
` [PATCH v2 4/4] drm/vram: Unconditonally set BO call-back functions
[RFC PATCH 1/4] vringh: fix copy direction of vringh_iov_push_kern()
2019-09-11 9:53 UTC (15+ messages)
` [RFC PATCH 2/4] mdev: introduce helper to set per device dma ops
` [RFC PATCH 3/4] virtio: introudce a mdev based transport
` [RFC PATCH 4/4] docs: Sample driver to demonstrate how to implement virtio-mdev framework
[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'?
2019-09-11 9:33 UTC
[PATCH v2] virtio: add VIRTIO_RING_NO_LEGACY
2019-09-11 9:31 UTC (2+ messages)
[PATCH] drm/virtio: Use vmalloc for command buffer allocations
2019-09-11 5:12 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3 1/2] drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version
` [PATCH v3 2/2] drm/virtio: Use vmalloc for command buffer allocations
[PATCH v2] scsi: virtio_scsi: unplug LUNs when events missed
2019-09-11 2:14 UTC (3+ messages)
[RFC PATCH v6 00/92] VM introspection
2019-09-10 16:28 UTC (10+ messages)
` [RFC PATCH v6 69/92] kvm: x86: keep the page protected if tracked by the introspection tool
` [RFC PATCH v6 71/92] mm: add support for remote mapping
` DANGER WILL ROBINSON, DANGER
[bug report] x86/paravirt: Use a single ops structure
2019-09-10 15:09 UTC (2+ messages)
[PATCH 0/4] Merge VRAM MM and GEM VRAM source files
2019-09-10 11:06 UTC (6+ messages)
` [PATCH 1/4] drm/vram: Move VRAM memory manager to GEM VRAM implementation
` [PATCH 2/4] drm/vram: Have VRAM MM call GEM VRAM functions directly
` [PATCH 3/4] drm/vram: Unexport internal functions of VRAM MM
` [PATCH 4/4] drm/vram: Unconditonally set BO call-back functions
[RFC PATCH 0/4] mdev based hardware virtio offloading support
2019-09-10 8:19 UTC
[RFC PATCH untested] vhost: block speculation of translated descriptors
2019-09-10 7:28 UTC (5+ messages)
[PATCH 01/18] virtiofs: Remove request from processing list before calling end
2019-09-09 16:18 UTC (52+ messages)
` [PATCH 02/18] virtiofs: Check whether hiprio queue is connected at submission time
` [PATCH 03/18] virtiofs: Pass fsvq instead of vq as parameter to virtio_fs_enqueue_req
` [PATCH 04/18] virtiofs: Check connected state for VQ_REQUEST queue as well
` [PATCH 05/18] Maintain count of in flight requests for VQ_REQUEST queue
` [PATCH 06/18] virtiofs: ->remove should not clean virtiofs fuse devices
` [PATCH 07/18] virtiofs: Stop virtiofs queues when device is being removed
` [PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
` [PATCH 09/18] virtiofs: Add an helper to start all the queues
` [PATCH 10/18] virtiofs: Do not use device managed mem for virtio_fs and virtio_fs_vq
` [PATCH 11/18] virtiofs: stop and drain queues after sending DESTROY
` [PATCH 12/18] virtiofs: Use virtio_fs_free_devs() in error path
` [PATCH 13/18] virtiofs: Do not access virtqueue in request submission path
` [PATCH 14/18] virtiofs: Add a fuse_iqueue operation to put() reference
` [PATCH 15/18] virtiofs: Make virtio_fs object refcounted
` [PATCH 16/18] virtiofs: Use virtio_fs_mutex for races w.r.t ->remove and mount path
` [PATCH 17/18] virtiofs: Remove TODO to quiesce/end_requests
` [PATCH 18/18] virtiofs: Remove TODO item from virtio_fs_free_devs()
` [PATCH 00/18] virtiofs: Fix various races and cleanups round 1
` [Virtio-fs] "
` [Virtio-fs] [PATCH 15/18] virtiofs: Make virtio_fs object refcounted
[PATCH v3 5/7] drm/qxl: use drm_gem_object_funcs callbacks
2019-09-09 12:47 UTC (4+ messages)
` [PATCH v3 6/7] drm/qxl: use drm_gem_ttm_print_info
` [PATCH v3 7/7] drm/vram: fix Kconfig
[PATCH 1/2] Revert "vhost: access vq metadata through kernel virtual address"
2019-09-09 12:15 UTC (18+ messages)
` [PATCH 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
` [PATCH 0/2] Revert and rework on the metadata accelreation
Xorg indefinitely hangs in kernelspace
2019-09-09 12:12 UTC
Xorg indefinitely hangs in kernelspace
2019-09-09 7:13 UTC (5+ messages)
` [Spice-devel] "
[PATCH 1/8] drm/ttm: turn ttm_bo_device.vma_manager into a pointer
2019-09-09 6:59 UTC (3+ messages)
` [PATCH 6/8] drm/qxl: switch to gem vma offset manager
[PATCH V6 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
2019-09-08 16:56 UTC (5+ messages)
` [PATCH V6 2/5] iommu: Add gfp parameter to iommu_ops::map
` [PATCH V6 3/5] iommu/dma-iommu: Handle deferred devices
` [PATCH V6 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH V6 5/5] iommu/amd: Convert AMD iommu driver to the dma-iommu api
[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2019-09-08 16:56 UTC
[RFC PATCH untested] vhost: block speculation of translated descriptors
2019-09-08 11:05 UTC
[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
2019-09-06 23:22 UTC (2+ messages)
[vhost:linux-next 15/15] include/linux/page_reporting.h:10:34: error: 'HUGETLB_PAGE_ORDER' undeclared; did you mean 'IOREMAP_MAX_ORDER'?
2019-09-06 18:47 UTC
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
2019-09-06 18:28 UTC
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page'
2019-09-06 17:56 UTC
[PULL] vhost, virtio: last minute fixes
2019-09-06 16:05 UTC
[PATCH] virtio: add VIRTIO_RING_NO_LEGACY
2019-09-06 14:06 UTC
[PATCH] virtio_ring: fix unmap of indirect descriptors
2019-09-06 14:02 UTC
[PATCH v4 15/16] virtio-fs: add virtiofs filesystem
2019-09-06 13:52 UTC (6+ messages)
[PULL] vhost, virtio: last minute fixes
2019-09-06 13:41 UTC
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-09-06 5:07 UTC (3+ messages)
[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
2019-09-05 19:48 UTC
[PATCH] drm/virtio: fix command submission with objects but without fence
2019-09-05 17:14 UTC (3+ messages)
Xorg indefinitely hangs in kernelspace
2019-09-05 12:34 UTC (3+ messages)
[PATCH 0/2] Revert and rework on the metadata accelreation
2019-09-05 12:27 UTC
[PATCH net-next] vsock/virtio: a better comment on credit update
2019-09-05 7:53 UTC (2+ messages)
[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2019-09-05 6:18 UTC
[PATCH AUTOSEL 5.2 36/94] drm/virtio: use virtio_max_dma_size
2019-09-04 15:56 UTC
[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
2019-09-04 15:54 UTC (6+ messages)
[PATCH] mm/balloon_compaction: suppress allocation warnings
2019-09-04 10:37 UTC (3+ messages)
[PATCH] scsi: virtio_scsi: unplug LUNs when events missed
2019-09-04 9:14 UTC
[PATCH] drm/virtio: fix command submission with objects but without fence
2019-09-04 7:48 UTC
[RFC v3] vhost: introduce mdev based hardware vhost backend
2019-09-04 4:32 UTC (6+ messages)
[PATCH] drm/virtio: add worker for object release
2019-09-03 16:39 UTC (2+ messages)
[PATCH AUTOSEL 4.19 162/167] virtio/s390: fix race on airq_areas[]
2019-09-03 16:25 UTC
[PATCH AUTOSEL 5.2 18/23] virtio/s390: fix race on airq_areas[]
2019-09-03 16:24 UTC
[PATCH] virtio: Change typecasts in vring_init()
2019-09-03 15:00 UTC (2+ messages)
[PATCH v2 5/6] drm/qxl: use drm_gem_object_funcs callbacks
2019-09-03 10:12 UTC (2+ messages)
` [PATCH v2 6/6] drm/qxl: use drm_gem_ttm_print_info
[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
2019-09-03 8:02 UTC (5+ messages)
` [PATCH v4 2/5] vsock/virtio: reduce credit update messages
` request for stable (was Re: [PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput)
[PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
2019-09-03 8:00 UTC (7+ messages)
[PATCH net-next] vsock/virtio: a better comment on credit update
2019-09-03 7:38 UTC
[PATCH 5/5] iommu: virt: Use iommu_put_resv_regions_simple()
2019-09-03 6:54 UTC
[PATCH 4/5] drm/qxl: use drm_gem_object_funcs callbacks
2019-09-03 6:52 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).