messages from 2020-12-07 20:57:16 to 2020-12-16 16:56:33 UTC [more...]
[PATCH v2 00/12] x86: major paravirt cleanup
2020-12-16 16:56 UTC (24+ messages)
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` x86/ioapic: Cleanup the timer_works() irqflags mess
[PATCH 0/7] Introduce vdpa management tool
2020-12-16 16:54 UTC (7+ messages)
[PATCH net v2 2/2] vhost_net: fix high cpu load when sendmsg fails
2020-12-16 14:17 UTC (2+ messages)
` [PATCH net v2 1/2] vhost_net: fix ubuf refcount incorrectly "
drm, qxl: post 5.11 merge warning+explosion
2020-12-16 13:34 UTC
swiotlb/virtio: unchecked device dma address and length
2020-12-16 13:07 UTC (9+ messages)
[PATCH 00/21] Control VQ support in vDPA
2020-12-16 9:47 UTC (23+ messages)
` [PATCH 01/21] vhost: move the backend feature bits to vhost_types.h
` [PATCH 02/21] virtio-vdpa: don't set callback if virtio doesn't need it
` [PATCH 03/21] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [PATCH 04/21] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [PATCH 05/21] vdpa: add the missing comment for nvqs in struct vdpa_device
` [PATCH 06/21] vdpa: introduce virtqueue groups
` [PATCH 07/21] vdpa: multiple address spaces support
` [PATCH 08/21] vdpa: introduce config operations for associating ASID to a virtqueue group
` [PATCH 09/21] vhost_iotlb: split out IOTLB initialization
` [PATCH 10/21] vhost: support ASID in IOTLB API
` [PATCH 11/21] vhost-vdpa: introduce asid based IOTLB
` [PATCH 12/21] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [PATCH 13/21] vhost-vdpa: introduce uAPI to get the number of address spaces
` [PATCH 14/21] vhost-vdpa: uAPI to get virtqueue group id
` [PATCH 15/21] vhost-vdpa: introduce uAPI to set group ASID
` [PATCH 16/21] vhost-vdpa: support ASID based IOTLB API
` [PATCH 17/21] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
` [PATCH 18/21] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [PATCH 19/21] vdpa_sim: factor out buffer completion logic
` [PATCH 20/21] vdpa_sim: filter destination mac address
` [PATCH 21/21] vdpasim: control virtqueue support
[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
2020-12-16 8:45 UTC (3+ messages)
[PATCH net 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails
2020-12-16 7:47 UTC (4+ messages)
` [PATCH net 2/2] vhost_net: fix high cpu load "
[PATCH v4 00/18] vdpa: generalize vdpa simulator
2020-12-15 14:42 UTC (19+ messages)
` [PATCH v4 01/18] vdpa: remove unnecessary 'default n' in Kconfig entries
` [PATCH v4 02/18] vdpa_sim: remove unnecessary headers inclusion
` [PATCH v4 03/18] vdpa_sim: remove hard-coded virtq count
` [PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable
` [PATCH v4 05/18] vdpa_sim: rename vdpasim_config_ops variables
` [PATCH v4 06/18] vdpa_sim: add struct vdpasim_dev_attr for device attributes
` [PATCH v4 07/18] vdpa_sim: add device id field in vdpasim_dev_attr
` [PATCH v4 08/18] vdpa_sim: add supported_features "
` [PATCH v4 09/18] vdpa_sim: add work_fn "
` [PATCH v4 10/18] vdpa_sim: store parsed MAC address in a buffer
` [PATCH v4 11/18] vdpa_sim: make 'config' generic and usable for any device type
` [PATCH v4 12/18] vdpa_sim: add get_config callback in vdpasim_dev_attr
` [PATCH v4 13/18] vdpa_sim: add set_config "
` [PATCH v4 14/18] vdpa_sim: set vringh notify callback
` [PATCH v4 15/18] vdpa_sim: use kvmalloc to allocate vdpasim->buffer
` [PATCH v4 16/18] vdpa_sim: make vdpasim->buffer size configurable
` [PATCH v4 17/18] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
` [PATCH v4 18/18] vdpa: split vdpasim to core and net modules
[PATCH v3 00/19] vdpa: generalize vdpa simulator
2020-12-15 11:43 UTC (9+ messages)
` [PATCH v3 05/19] vdpa_sim: remove the limit of IOTLB entries
` [PATCH v3 13/19] vdpa_sim: add get_config callback in vdpasim_dev_attr
[PATCH 5.9 032/105] vdpa: mlx5: fix vdpa/vhost dependencies
2020-12-14 17:28 UTC
[PATCH net-next] tun: fix ubuf refcount incorrectly on error path
2020-12-14 4:06 UTC (11+ messages)
` [PATCH net v2] "
[PATCH net] vhost_net: fix high cpu load when sendmsg fails
2020-12-14 3:13 UTC (4+ messages)
[PATCH v3 0/8] drm: Support short-term vmap via vmap_local
2020-12-11 14:09 UTC (24+ messages)
` [PATCH v3 1/8] drm/ast: Don't pin cursor source BO explicitly during update
` [PATCH v3 2/8] drm/ast: Only map cursor BOs during updates
` [PATCH v3 3/8] dma-buf: Add vmap_local and vnumap_local operations
` [PATCH v3 4/8] drm/gem: Create infrastructure for GEM vmap_local
` [PATCH v3 5/8] drm/cma-helper: Provide a vmap function for short-term mappings
` [PATCH v3 6/8] drm/shmem-helper: "
` [PATCH v3 7/8] drm/vram-helper: "
` [PATCH v3 8/8] drm/fb-helper: Move BO locking from DRM client to fbdev damage worker
[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
2020-12-10 14:25 UTC (10+ messages)
` [PATCH v2 09/20] drm/i915: Remove references to struct drm_device.pdev
` [PATCH v2 13/20] drm/nouveau: "
[RFC PATCH 08/27] vhost: Add a flag for software assisted Live Migration
2020-12-10 11:57 UTC (21+ messages)
` [RFC PATCH 09/27] vhost: Route host->guest notification through qemu
` [RFC PATCH 10/27] vhost: Allocate shadow vring
` [RFC PATCH 13/27] vhost: Send buffers to device
` [RFC PATCH 16/27] virtio: Expose virtqueue_alloc_element
` [RFC PATCH 18/27] vhost: add vhost_vring_poll_rcu
` [RFC PATCH 20/27] vhost: Return used buffers
` [RFC PATCH 24/27] vhost: iommu changes
` [RFC PATCH 00/27] vDPA software assisted live migration
` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
` [RFC PATCH 07/27] vhost: Route guest->host notification through qemu
[PATCH v1] vdpa/mlx5: Use write memory barrier after updating CQ index
2020-12-10 9:11 UTC
[RFC PATCH 0/8] vhost: allow userspace to control vq cpu affinity
2020-12-09 15:58 UTC (5+ messages)
` [RFC PATCH 5/8] vhost: allow userspace to bind vqs to CPUs
[PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver
2020-12-09 12:53 UTC (11+ messages)
` Howto listen to/handle gpio state changes ? "
[PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index
2020-12-09 12:47 UTC (6+ messages)
[PATCH RESEND v2] virtio-input: add multi-touch support
2020-12-09 8:28 UTC (4+ messages)
[PATCH] virtio: replace constant parameter '1' with num
2020-12-08 13:55 UTC
(subset) [PATCH 000/141] Fix fall-through warnings for Clang
2020-12-08 4:52 UTC
[PATCH v3] drivers: gpio: add virtio-gpio guest driver
2020-12-08 1:20 UTC (4+ messages)
[PATCH v11 00/81] VM introspection
2020-12-07 20:46 UTC (31+ messages)
` [PATCH v11 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v11 43/81] KVM: introspection: add vCPU related data
` [PATCH v11 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v11 46/81] KVM: introspection: handle vCPU commands
` [PATCH v11 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v11 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v11 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v11 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v11 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v11 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v11 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v11 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v11 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v11 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v11 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v11 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v11 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v11 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v11 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v11 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v11 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v11 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v11 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v11 73/81] KVM: introspection: restore the state of MSR "
` [PATCH v11 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v11 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v11 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v11 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v11 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v11 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
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).