virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 06:43:25 to 2020-07-21 21:08:51 UTC [more...]

[PATCH v9 00/84] VM introspection
 2020-07-21 21:08 UTC  (54+ messages)
` [PATCH v9 01/84] signal: export kill_pid_info()
` [PATCH v9 02/84] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v9 03/84] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v9 04/84] KVM: add kvm_get_max_gfn()
` [PATCH v9 05/84] KVM: doc: fix the hypercall numbering
` [PATCH v9 06/84] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v9 07/84] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v9 08/84] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v9 09/84] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v9 10/84] KVM: x86: add .control_cr3_intercept() "
` [PATCH v9 11/84] KVM: x86: add .cr3_write_intercepted()
` [PATCH v9 12/84] KVM: x86: add .desc_ctrl_supported()
` [PATCH v9 13/84] KVM: svm: add support for descriptor-table exits
` [PATCH v9 14/84] KVM: x86: add .control_desc_intercept()
` [PATCH v9 15/84] KVM: x86: add .desc_intercepted()
` [PATCH v9 16/84] KVM: x86: export .msr_write_intercepted()
` [PATCH v9 17/84] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD
` [PATCH v9 18/84] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v9 19/84] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v9 20/84] KVM: x86: add .control_msr_intercept()
` [PATCH v9 21/84] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v9 22/84] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v9 23/84] KVM: x86: add .fault_gla()
` [PATCH v9 24/84] KVM: x86: add .spt_fault()
` [PATCH v9 25/84] KVM: x86: add .gpt_translation_fault()
` [PATCH v9 26/84] KVM: x86: add .control_singlestep()
` [PATCH v9 27/84] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v9 28/84] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v9 29/84] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v9 30/84] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v9 31/84] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v9 32/84] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v9 33/84] KVM: x86: page track: add track_create_slot() callback
` [PATCH v9 34/84] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v9 35/84] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v9 36/84] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v9 37/84] KVM: introduce VM introspection
` [PATCH v9 38/84] KVM: introspection: add hook/unhook ioctls
` [PATCH v9 39/84] KVM: introspection: add permission access ioctls
` [PATCH v9 40/84] KVM: introspection: add the read/dispatch message function
` [PATCH v9 41/84] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v9 42/84] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v9 43/84] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v9 44/84] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v9 45/84] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v9 46/84] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v9 47/84] KVM: introspection: add vCPU related data
` [PATCH v9 48/84] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v9 49/84] KVM: introspection: handle vCPU introspection requests
` [PATCH v9 50/84] KVM: introspection: handle vCPU commands
` [PATCH v9 51/84] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v9 52/84] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v9 53/84] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-21 21:01 UTC  (21+ messages)
` [PATCH v4 06/75] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v4 10/75] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events
` [PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs

[PATCH 00/10] RFC: move logical block size checking to the block core
 2020-07-21 15:14 UTC  (27+ messages)
` [PATCH 01/10] block: introduce blk_is_valid_logical_block_size
` [PATCH 02/10] block: virtio-blk: check logical block size
` [PATCH 03/10] block: loop: use blk_is_valid_logical_block_size
` [PATCH 04/10] block: nbd: "
` [PATCH 05/10] block: null: "
` [PATCH 06/10] block: ms_block: "
` [PATCH 07/10] block: mspro_blk: "
` [PATCH 08/10] block: nvme: "
` [PATCH 09/10] block: scsi: sd: "
` [PATCH 10/10] block: scsi: sr: "

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-21 14:36 UTC  (9+ messages)

[PATCH v2] virtio_ring: use alloc_pages_node for NUMA-aware allocation
 2020-07-21 11:28 UTC  (3+ messages)

[PATCH v3] drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
 2020-07-21 10:16 UTC 

[PATCH v1 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-07-21  9:59 UTC  (2+ messages)

[PATCH V2 vhost next 00/10] VDPA support for Mellanox ConnectX devices
 2020-07-21  5:51 UTC  (16+ messages)
` [PATCH V2 vhost next 01/10] vhost-vdpa: support batch updating
` [PATCH V2 vhost next 02/10] vdpa_sim: use the batching API
` [PATCH V2 vhost next 03/10] vdpa: remove hard coded virtq num
` [PATCH V2 vhost next 04/10] net/vdpa: Use struct for set/get vq state
` [PATCH V2 vhost next 05/10] vhost: Fix documentation
` [PATCH V2 vhost next 06/10] vdpa: Modify get_vq_state() to return error code
` [PATCH V2 vhost next 07/10] vdpa/mlx5: Add hardware descriptive header file
` [PATCH V2 vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
` [PATCH V2 vhost next 09/10] vdpa/mlx5: Add shared memory registration code
` [PATCH V2 vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices

[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
 2020-07-21  2:55 UTC  (18+ messages)

[PATCH V2 0/6] IRQ offloading for vDPA
 2020-07-21  2:51 UTC  (19+ messages)
` [PATCH V2 1/6] vhost: introduce vhost_call_ctx
` [PATCH V2 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V2 3/6] vDPA: implement IRQ offloading helpers in vDPA core
` [PATCH V2 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V2 5/6] ifcvf: replace irq_request/free with vDPA helpers
` [PATCH V2 6/6] irqbypass: do not start cons/prod when failed connect

[PATCH] VIRTIO CORE AND NET DRIVERS: Replace HTTP links with HTTPS ones
 2020-07-20 22:22 UTC  (2+ messages)

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-20 15:55 UTC  (4+ messages)
` [PATCH v3 02/19] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
    ` [PATCH v3 02/19] compiler.h: Split {READ, WRITE}_ONCE "

[PATCH v2] drm/virtio: fixed memory leak in virtio_gpu_execbuffer_ioctl()
 2020-07-20 15:29 UTC  (2+ messages)
` [PATCH v2] drm/virtio: Fix "

[PATCH] drm/virtio: Fix memory leak in virtio_gpu_execbuffer_ioctl()
 2020-07-20 11:48 UTC 

[PATCH] vhost: vdpa: remove per device feature whitelist
 2020-07-20  8:50 UTC 

[PATCH V2 vhost next 00/10] VDPA support for Mellanox ConnectX devices
 2020-07-20  6:54 UTC  (11+ messages)
` [PATCH V2 vhost next 01/10] vhost-vdpa: support batch updating
` [PATCH V2 vhost next 02/10] vdpa_sim: use the batching API
` [PATCH V2 vhost next 03/10] vdpa: remove hard coded virtq num
` [PATCH V2 vhost next 04/10] net/vdpa: Use struct for set/get vq state
` [PATCH V2 vhost next 05/10] vhost: Fix documentation
` [PATCH V2 vhost next 06/10] vdpa: Modify get_vq_state() to return error code
` [PATCH V2 vhost next 07/10] vdpa/mlx5: Add hardware descriptive header file
` [PATCH V2 vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
` [PATCH V2 vhost next 09/10] vdpa/mlx5: Add shared memory registration code
` [PATCH V2 vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices

[PATCH vhost next 00/10] VDPA support for Mellanox ConnectX devices
 2020-07-20  5:19 UTC  (30+ messages)
` [PATCH vhost next 01/10] vhost-vdpa: support batch updating
` [PATCH vhost next 02/10] vdpa_sim: use the batching API
` [PATCH vhost next 03/10] vdpa: remove hard coded virtq num
` [PATCH vhost next 04/10] net/vdpa: Use struct for set/get vq state
` [PATCH vhost next 05/10] vhost: Fix documentation
` [PATCH vhost next 06/10] vdpa: Add means to communicate vq status on get_vq_state
` [PATCH vhost next 07/10] vdpa/mlx5: Add hardware descriptive header file
` [PATCH vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
` [PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
` [PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices

Call for Workshops Proposals - WorldCIST'21, Terceira Island, Azores
 2020-07-19 15:01 UTC 

[PATCH] virtio_ring: use alloc_pages_node for NUMA-aware allocation
 2020-07-17 14:22 UTC  (3+ messages)

[RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
 2020-07-17  3:52 UTC  (11+ messages)
` [RFC for Linux v4 1/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES and inflate_cont_vq
` [RFC for qemu v4 2/2] virtio_balloon: Add dcvq to deflate continuous pages
    ` [virtio-dev] "
      ` [virtio-dev] [RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report "

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-16 21:46 UTC  (7+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

Interesting qemu/virt-manager bug about the "rotational" attribute on virtio-blk disks
 2020-07-16  9:33 UTC 

[PATCH 0/7] *** IRQ offloading for vDPA ***
 2020-07-16  8:06 UTC  (6+ messages)

[PATCH RFC don't apply] vdpa_sim: endian-ness for config space
 2020-07-16  7:42 UTC  (4+ messages)


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