messages from 2019-07-08 17:48:53 to 2019-07-23 09:17:45 UTC [more...]
[PATCH 1/6] vhost: don't set uaddr for invalid address
2019-07-23 9:17 UTC (10+ messages)
` [PATCH 2/6] vhost: validate MMU notifier registration
` [PATCH 3/6] vhost: fix vhost map leak
` [PATCH 4/6] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH 5/6] vhost: mark dirty pages during map uninit
` [PATCH 6/6] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
[PATCH 0/6] Fixes for meta data acceleration
2019-07-23 7:57 UTC
[PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
2019-07-22 19:32 UTC (5+ messages)
` [PATCH v3 0/9] x86: Concurrent TLB flushes
[PATCH v2] dma-mapping: Use dma_get_mask in dma_addressing_limited
2019-07-22 18:57 UTC (3+ messages)
[vhost:linux-next 4/5] kernel/rcu/tiny.c:138:22: error: 'rcu_data' undeclared
2019-07-22 17:41 UTC
[PATCH v2] dma-mapping: Use dma_get_mask in dma_addressing_limited
2019-07-22 16:51 UTC
[PATCH 1/2] dma-mapping: Protect dma_addressing_limited against NULL dma_mask
2019-07-22 15:46 UTC (9+ messages)
` [PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call
[PATCH] iommu/virtio: Update to most recent specification
2019-07-22 15:18 UTC (3+ messages)
[PATCH 0/2] Fix NULL pointer dereference with virtio-blk-pci and virtual IOMMU
2019-07-22 14:55 UTC
[PATCH] iommu/virtio: Update to most recent specification
2019-07-22 14:40 UTC
[PATCH] MAINTAINERS: Update my email address
2019-07-22 13:56 UTC
[PATCH] MAINTAINERS: Update my email address
2019-07-22 13:44 UTC
[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
2019-07-22 9:14 UTC (28+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
` [PATCH v4 2/5] vsock/virtio: reduce credit update messages
` [PATCH v4 3/5] vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
` [PATCH v4 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH v4 5/5] vsock/virtio: change the maximum packet size allowed
[PATCH] virtio-net: parameterize min ring num_free for virtio receive
2019-07-19 16:13 UTC (9+ messages)
[PATCH v2] x86/paravirt: Drop {read,write}_cr8() hooks
2019-07-19 13:44 UTC (6+ messages)
[PATCH AUTOSEL 4.4 10/35] drm/virtio: Add memory barriers for capset cache
2019-07-19 4:13 UTC
[PATCH AUTOSEL 4.9 13/45] drm/virtio: Add memory barriers for capset cache
2019-07-19 4:12 UTC
[PATCH AUTOSEL 4.14 15/60] drm/virtio: Add memory barriers for capset cache
2019-07-19 4:10 UTC
[PATCH AUTOSEL 4.19 027/101] drm/virtio: Add memory barriers for capset cache
2019-07-19 4:06 UTC
[PATCH AUTOSEL 5.1 004/141] drm/virtio: set seqno for dma-fence
2019-07-19 4:01 UTC (3+ messages)
` [PATCH AUTOSEL 5.1 007/141] drm/bochs: Fix connector leak during driver unload
` [PATCH AUTOSEL 5.1 039/141] drm/virtio: Add memory barriers for capset cache
[PATCH AUTOSEL 5.2 005/171] drm/virtio: set seqno for dma-fence
2019-07-19 3:54 UTC (3+ messages)
` [PATCH AUTOSEL 5.2 009/171] drm/bochs: Fix connector leak during driver unload
` [PATCH AUTOSEL 5.2 054/171] drm/virtio: Add memory barriers for capset cache
[PATCH v3 0/9] x86: Concurrent TLB flushes
2019-07-19 0:58 UTC
[PATCH v5 2/2] balloon: fix up comments
2019-07-18 20:45 UTC
[PATCH v5 1/2] mm/balloon_compaction: avoid duplicate page removal
2019-07-18 20:45 UTC
[PATCH v4 2/2] balloon: fix up comments
2019-07-18 16:48 UTC (2+ messages)
[PATCH v4 1/2] mm/balloon_compaction: avoid duplicate page removal
2019-07-18 14:00 UTC
[PATCH v3 2/2] balloon: fix up comments
2019-07-18 13:54 UTC (3+ messages)
[PATCH v3 1/2] mm/balloon_compaction: avoid duplicate page removal
2019-07-18 12:24 UTC
[RFC v2] vhost: introduce mdev based hardware vhost backend
2019-07-18 10:31 UTC (7+ messages)
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-07-18 3:39 UTC (11+ messages)
[PULL] virtio, vhost: fixes, features, performance
2019-07-17 18:30 UTC
[PATCH V3 01/15] vhost: simplify meta data pointer accessing
2019-07-17 14:28 UTC (18+ messages)
` [PATCH V3 02/15] vhost: remove the unnecessary parameter of vhost_vq_avail_empty()
` [PATCH V3 03/15] vhost: remove unnecessary parameter of vhost_enable_notify()/vhost_disable_notify
` [PATCH V3 04/15] vhost-net: don't use vhost_add_used_n() for zerocopy
` [PATCH V3 05/15] vhost: introduce helpers to manipulate shadow used ring
` [PATCH V3 06/15] vhost_net: switch TX to use shadow used ring API
` [PATCH V3 07/15] vhost_net: calculate last used length once for mergeable buffer
` [PATCH V3 08/15] vhost_net: switch to use shadow used ring API for RX
` [PATCH V3 09/15] vhost: do not export vhost_add_used_n() and vhost_add_used_and_signal_n()
` [PATCH V3 10/15] vhost: hide used ring layout from device
` [PATCH V3 11/15] vhost: do not use vring_used_elem
` [PATCH V3 12/15] vhost: vhost_put_user() can accept metadata type
` [PATCH V3 13/15] vhost: packed ring support
` [PATCH V3 14/15] vhost: event suppression for packed ring
` [PATCH V3 15/15] vhost: enable packed virtqueues
` [PATCH V3 00/15] Packed virtqueue support for vhost
[PATCH V3 00/15] Packed virtqueue support for vhost
2019-07-17 10:52 UTC
[PATCH v3 2/3] drm: plumb attaching dev thru to prime_pin/unpin
2019-07-17 6:59 UTC (2+ messages)
[PATCH v6 08/18] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
2019-07-17 6:04 UTC (3+ messages)
` [PATCH v6 11/18] drm/virtio: switch from ttm to gem shmem helpers
[PATCH v3] virtio_pmem: fix sparse warning
2019-07-17 3:02 UTC (2+ messages)
[PATCH v2 2/3] drm: plumb attaching dev thru to prime_pin/unpin
2019-07-16 19:52 UTC (2+ messages)
[PULL] virtio, vhost: fixes, features, performance
2019-07-16 15:31 UTC
[RFC] virtio-net: share receive_*() and add_recvbuf_*() with virtio-vsock
2019-07-16 10:22 UTC (12+ messages)
[PATCH 2/2] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
2019-07-16 6:58 UTC (9+ messages)
` [PATCH 0/2] Remove 32-bit Xen PV guest support
` [Xen-devel] "
[PATCH v1 09/33] drm/qxl: drop use of drmP.h
2019-07-15 16:32 UTC (6+ messages)
` [PATCH v1 27/33] drm/virtgpu: "
` [PATCH v1 31/33] drm/bochs: "
[PATCH v2] x86/paravirt: Drop {read,write}_cr8() hooks
2019-07-15 15:16 UTC
[PATCH] x86/paravirt: Drop {read,write}_cr8() hooks
2019-07-15 14:53 UTC (4+ messages)
[PATCH AUTOSEL 4.4 33/53] vhost_net: disable zerocopy by default
2019-07-15 14:45 UTC
[PATCH AUTOSEL 4.9 41/73] vhost_net: disable zerocopy by default
2019-07-15 14:35 UTC
[PATCH AUTOSEL 4.14 056/105] vhost_net: disable zerocopy by default
2019-07-15 14:27 UTC
[PATCH AUTOSEL 4.19 079/158] vhost_net: disable zerocopy by default
2019-07-15 14:16 UTC
[PATCH AUTOSEL 5.1 105/219] vhost_net: disable zerocopy by default
2019-07-15 14:01 UTC
[PATCH AUTOSEL 5.2 119/249] vhost_net: disable zerocopy by default
2019-07-15 13:44 UTC
[PATCH] x86/paravirt: Drop {read,write}_cr8() hooks
2019-07-15 13:00 UTC
[PATCH 0/2] Remove 32-bit Xen PV guest support
2019-07-15 11:37 UTC
[PATCH] scsi: virtio_scsi: Use struct_size() helper
2019-07-12 14:14 UTC (2+ messages)
[PATCH v3] virtio_pmem: fix sparse warning
2019-07-12 5:16 UTC
[PATCH 11/12] Documentation/x86: repointer docs to Documentation/arch/
2019-07-12 2:20 UTC
[PATCH v5 0/8] s390: virtio: support protected virtualization
2019-07-11 21:48 UTC (3+ messages)
` [PATCH v5 1/8] s390/mm: force swiotlb for "
[PATCH v2] virtio_pmem: fix sparse warning
2019-07-11 18:46 UTC (2+ messages)
[PATCH] virtio_pmem: fix sparse warning
2019-07-11 18:37 UTC (2+ messages)
[PATCH] drm/virtio: kick vq outside of the vq lock
2019-07-11 2:39 UTC
[PATCH] drm/virtio: kick vq outside of the vq lock
2019-07-11 2:29 UTC
[PATCH v2] virtio_pmem: fix sparse warning
2019-07-10 17:58 UTC
[RFC] virtio-net: share receive_*() and add_recvbuf_*() with virtio-vsock
2019-07-10 15:37 UTC
[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
2019-07-10 15:34 UTC (2+ messages)
` [PATCH v2 3/6] drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
[PATCH AUTOSEL 5.1 03/11] drm/virtio: move drm_connector_update_edid_property() call
2019-07-10 15:02 UTC
[PATCH] virtio_pmem: fix sparse warning
2019-07-10 14:27 UTC
[PATCH v3 0/3] vsock/virtio: several fixes in the .probe() and .remove()
2019-07-08 22:35 UTC
[PATCH v8 10/11] x86/paravirt: Adapt assembly for PIE support
2019-07-08 17:49 UTC
[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
2019-07-08 17:48 UTC
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).