virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 08:04:41 to 2021-10-06 17:41:02 UTC [more...]

[PATCH v12 00/77] VM introspection
 2021-10-06 17:31 UTC  (33+ messages)
` [PATCH v12 01/77] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v12 02/77] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v12 03/77] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v12 04/77] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v12 09/77] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v12 10/77] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v12 11/77] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v12 12/77] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [PATCH v12 15/77] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v12 16/77] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v12 18/77] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v12 19/77] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v12 24/77] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v12 28/77] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v12 29/77] KVM: introduce VM introspection
` [PATCH v12 30/77] KVM: introspection: add hook/unhook ioctls
` [PATCH v12 37/77] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v12 44/77] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v12 47/77] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v12 50/77] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v12 51/77] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v12 54/77] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v12 58/77] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v12 60/77] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v12 67/77] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v12 68/77] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v12 70/77] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v12 72/77] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v12 73/77] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v12 74/77] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v12 76/77] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v12 77/77] KVM: x86: call the page tracking code on emulation failure

[PATCH 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-06 14:25 UTC 

[PATCH v2] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-10-06 12:27 UTC 

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-06 12:15 UTC  (52+ messages)
                    ` [virtio-dev] "

[virtio-dev] Fwd: [PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
 2021-10-06 11:54 UTC  (2+ messages)

[PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
 2021-10-06  9:55 UTC  (4+ messages)
  ` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response

[PATCH v2 2/6] driver core: Add common support to skip probe for un-authorized devices
 2021-10-06  5:45 UTC  (57+ messages)
  ` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest
  ` [PATCH v2 1/6] driver core: Move the "authorized" attribute from USB/Thunderbolt to core

[PATCH v2 0/9] proc/vmcore: sanitize access to virtio-mem memory
 2021-10-05 19:30 UTC  (12+ messages)
` [PATCH v2 1/9] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v2 2/9] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v2 3/9] x86/xen: print a warning when HVMOP_get_mem_type fails
` [PATCH v2 4/9] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v2 5/9] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v2 6/9] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v2 7/9] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v2 8/9] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v2 9/9] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-05 18:26 UTC  (4+ messages)

[PATCH V3 0/9] Use copy_process/create_io_thread in vhost layer
 2021-10-05 17:10 UTC  (14+ messages)
` [PATCH V3 1/9] fork: Make IO worker options flag based
` [PATCH V3 2/9] fork: pass worker_flags to copy_thread
` [PATCH V3 3/9] fork: move PF_IO_WORKER's kernel frame setup to new flag
` [PATCH V3 4/9] fork: add option to not clone or dup files
` [PATCH V3 5/9] fork: add helper to clone a process
` [PATCH V3 6/9] io_uring: switch to kernel_worker
` [PATCH V3 7/9] fork: Add worker flag to ignore signals
` [PATCH V3 8/9] vhost: move worker thread fields to new struct
` [PATCH V3 9/9] vhost: use kernel_worker to check RLIMITs and inherit v2 cgroups

[PATCH AUTOSEL 5.14 34/40] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
 2021-10-05 13:50 UTC 

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-05 13:43 UTC  (3+ messages)
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE

[PATCH] virtio_console: break out of buf poll on remove
 2021-10-05 13:33 UTC  (2+ messages)

[PATCH 0/4] hwrng: virtio - add an internal buffer
 2021-10-05 13:30 UTC  (9+ messages)
` [PATCH 1/4] "

[PATCH 3/3] vdpa: Check for iova range at mappings changes
 2021-10-05 10:47 UTC  (4+ messages)
  ` [PATCH 2/3] vdpa: Add vhost_vdpa_section_end

[PATCH] x86/paravirt: use %rip-relative addressing in hook calls
 2021-10-05  7:43 UTC  (2+ messages)

[PATCH 0/9] More virtio hardening
 2021-10-05  7:42 UTC  (2+ messages)

[PATCH] gpio: aggregator: Add interrupt support
 2021-10-05  6:52 UTC  (5+ messages)

[PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-10-04 14:48 UTC  (4+ messages)
  ` [PATCH 5/5] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH 0/5] iommu: Some IOVA code reorganisation

[PATCH V2 0/9] Use copy_process/create_io_thread in vhost layer
 2021-10-04 13:12 UTC  (5+ messages)
` [PATCH V2 8/9] vhost: move worker thread fields to new struct
` [PATCH V2 9/9] vhost: use kernel_worker to check RLIMITs and inherit v2 cgroups

[PATCH 2/2] virtio-blk: set NUMA affinity for a tagset
 2021-09-30 13:16 UTC  (3+ messages)

[PATCH][next] drm/virtio: fix another potential integer overflow on shift of a int
 2021-09-30 10:27 UTC 

[PATCH][next] drm/virtio: fix potential integer overflow on shift of a int
 2021-09-30 10:19 UTC 


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