kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-23 14:06:46 to 2022-02-24 14:20:58 UTC [more...]

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 14:20 UTC 

[kvm-unit-tests PATCH v3 0/8] s390x: Extend instruction interception tests
 2022-02-24 14:08 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 6/8] s390x: Add more tests for STSCH

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24 14:07 UTC  (17+ messages)
` [PATCH v3 01/19] KVM: arm64: Drop unused param from kvm_psci_version()
` [PATCH v3 02/19] KVM: arm64: Create a helper to check if IPA is valid
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call
` [PATCH v3 05/19] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v3 06/19] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v3 09/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v3 10/19] KVM: Create helper for setting a system event exit

[PATCH v3 0/2] VM fork detection for RNG
 2022-02-24 13:39 UTC  (3+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
 2022-02-24 13:32 UTC  (4+ messages)

[PATCH v1 00/16] KVM: Add Xen event channel acceleration
 2022-02-24 12:48 UTC  (17+ messages)
` [PATCH v1 01/16] KVM: Use enum to track if cached PFN will be used in guest and/or host
` [PATCH v1 02/16] KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
` [PATCH v1 03/16] KVM: x86: Use gfn_to_pfn_cache for pv_time
` [PATCH v1 04/16] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
` [PATCH v1 05/16] KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
` [PATCH v1 06/16] KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
` [PATCH v1 07/16] KVM: x86/xen: Support direct injection of event channel events
` [PATCH v1 08/16] KVM: x86/xen: intercept EVTCHNOP_send from guests
` [PATCH v1 09/16] KVM: x86/xen: handle PV IPI vcpu yield
` [PATCH v1 10/16] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v1 11/16] KVM: x86/xen: handle PV timers oneshot mode
` [PATCH v1 12/16] KVM: x86/xen: Kernel acceleration for XENVER_version
` [PATCH v1 13/16] KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
` [PATCH v1 14/16] KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
` [PATCH v1 15/16] KVM: x86/xen: handle PV spinlocks slowpath
` [PATCH v1 16/16] KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND

[PATCH 0/7] My set of KVM unit tests + fixes
 2022-02-24 12:44 UTC  (6+ messages)

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 12:39 UTC  (12+ messages)
` [PATCH V8 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V8 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V8 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-02-24 12:10 UTC  (3+ messages)

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-24 11:59 UTC  (3+ messages)
` [PATCH v6 39/64] KVM: arm64: nv: Set a handler for the system instruction traps

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-24 11:35 UTC  (17+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH RFC v1 2/2] drivers/virt: add vmgenid driver for reinitializing RNG

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-24 11:28 UTC  (12+ messages)
` [PATCH 10/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH 11/23] KVM: x86/mmu: Pass const memslot to kvm_mmu_init_sp() and descendants
` [PATCH 12/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH 13/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[kvm-unit-tests PATCH] s390x: Test effect of storage keys on some instructions
 2022-02-24 11:09 UTC 

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-24 11:02 UTC  (33+ messages)
` [PATCH v2 02/18] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH v2 03/18] KVM: x86/mmu: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH v2 04/18] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH v2 05/18] KVM: x86/mmu: use struct kvm_mmu_root_info for mmu->root
` [PATCH v2 06/18] KVM: x86/mmu: do not consult levels when freeing roots
` [PATCH v2 07/18] KVM: x86/mmu: Do not use guest root level in audit
` [PATCH v2 08/18] KVM: x86/mmu: do not pass vcpu to root freeing functions
` [PATCH v2 09/18] KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bit
` [PATCH v2 10/18] KVM: x86/mmu: load new PGD after the shadow MMU is initialized
` [PATCH v2 11/18] KVM: x86/mmu: Always use current mmu's role when loading new PGD
` [PATCH v2 12/18] KVM: x86/mmu: clear MMIO cache when unloading the MMU
` [PATCH v2 13/18] KVM: x86: reset and reinitialize the MMU in __set_sregs_common
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3

[kvm-unit-tests PATCH v3 00/11] Add #VC exception handling for AMD SEV-ES
 2022-02-24 10:54 UTC  (12+ messages)
` [kvm-unit-tests PATCH v3 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v3 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v3 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v3 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v3 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v3 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v3 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v3 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v3 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v3 11/11] x86: AMD SEV-ES: Handle string IO for "

[PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-24 10:14 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH][resend] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
 2022-02-24  9:57 UTC 

[kvm-unit-tests PATCH v2 00/10] Add #VC exception handling for AMD SEV-ES
 2022-02-24  9:42 UTC  (16+ messages)
` [kvm-unit-tests PATCH v2 03/10] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v2 04/10] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v2 05/10] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v2 07/10] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v2 10/10] x86: AMD SEV-ES: Handle string IO for IOIO #VC

[PATCH v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-24  9:32 UTC  (5+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-24  8:58 UTC  (13+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces
` [PATCH v6 10/11] vfio: Remove iommu group notifier

[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-24  8:53 UTC  (2+ messages)

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-24  8:07 UTC  (8+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH v5 0/8] vfio/hisilicon: add ACC live migration driver
 2022-02-23 23:38 UTC  (15+ messages)
` [PATCH v5 5/8] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v5 6/8] hisi_acc_vfio_pci: Add helper to retrieve the PF qm data
` [PATCH v5 7/8] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH] KVM: x86: Fix pointer mistmatch warning when patching RET0 static calls
 2022-02-23 22:23 UTC  (6+ messages)

[PATCH v2 0/2] VM fork detection for RNG
 2022-02-23 22:04 UTC  (3+ messages)
` [PATCH v2 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v2 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

linux-next: manual merge of the kvm tree with the kvm-fixes tree
 2022-02-23 20:00 UTC 

[PATCH 00/11] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-02-23 19:50 UTC  (3+ messages)
` [PATCH 01/11] KVM: x86/pmu: Update comments for AMD gp counters

[PATCH 7/9] kvm: s390: Add CPU dump functionality
 2022-02-23 19:46 UTC  (2+ messages)

[PATCH 6/9] kvm: s390: Add configuration dump functionality
 2022-02-23 19:25 UTC  (3+ messages)

[PATCH v5 07/14] PCI: Add driver dma ownership management
 2022-02-23 18:07 UTC  (3+ messages)

[PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type
 2022-02-23 17:47 UTC  (16+ messages)

[PATCH] vhost: validate range size before adding to iotlb
 2022-02-23 17:14 UTC  (11+ messages)

[PATCH v2 0/3] s390: Ultravisor device
 2022-02-23 15:57 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests

[kvm-unit-tests PATCH v3 0/5] s390x: Attestation tests
 2022-02-23 15:48 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v3 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v3 5/5] s390x: uv-guest: Add attestation tests

[RFC PATCH] KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new API
 2022-02-23 15:33 UTC 

[PATCH] x86/mm/cpa: Generalize __set_memory_enc_pgtable()
 2022-02-23 14:33 UTC  (7+ 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).