public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-23 19:25:57 to 2022-02-24 16:58:08 UTC [more...]

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-24 16:55 UTC  (2+ messages)
` [PATCH v11 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area

[PATCH kvmtool v4 0/3] aarch64: Add stolen time support
 2022-02-24 16:51 UTC  (4+ messages)
` [PATCH kvmtool v4 1/3] "
` [PATCH kvmtool v4 2/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v4 3/3] Add --no-pvtime command line argument

[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-02-24 16:54 UTC  (9+ messages)
` [RFC PATCH 01/13] KVM: SVM: Add warning when encounter invalid APIC ID
` [RFC PATCH 02/13] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [RFC PATCH 03/13] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [RFC PATCH 04/13] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 16:53 UTC  (21+ messages)
` [PATCH V9 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V9 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V9 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V9 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V9 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V9 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V9 mlx5-next 07/15] net/mlx5: Add migration commands definitions
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
` [PATCH V9 mlx5-next 12/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V9 mlx5-next 13/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V9 mlx5-next 14/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V9 mlx5-next 15/15] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-24 16:25 UTC  (17+ messages)
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 15/18] KVM: x86/mmu: rename kvm_mmu_new_pgd, introduce variant that calls get_guest_pgd
` [PATCH v2 16/18] KVM: x86: introduce KVM_REQ_MMU_UPDATE_ROOT
` [PATCH v2 17/18] KVM: x86: flush TLB separately from MMU reset
` [PATCH v2 18/18] KVM: x86: do not unload MMU roots on all role changes

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-24 15:56 UTC  (9+ messages)
` [PATCH v6 34/64] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v6 39/64] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v6 40/64] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v6 41/64] KVM: arm64: nv: Trap and emulate TLBI "

[kvm-unit-tests PATCH] s390x: Test effect of storage keys on some instructions
 2022-02-24 15:55 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/8] s390x: Extend instruction interception tests
 2022-02-24 15:48 UTC  (10+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: Add more tests for MSCH
` [kvm-unit-tests PATCH v4 2/8] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests PATCH v4 3/8] s390x: Add sck tests
` [kvm-unit-tests PATCH v4 4/8] s390x: Add tests for STCRW
` [kvm-unit-tests PATCH v4 5/8] s390x: Add more tests for SSCH
` [kvm-unit-tests PATCH v4 6/8] s390x: Add more tests for STSCH
` [kvm-unit-tests PATCH v4 7/8] s390x: Add tests for TSCH
` [kvm-unit-tests PATCH v4 8/8] s390x: Add EPSW test

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-24 15:47 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24 15:40 UTC  (21+ 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 12/19] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to PSCI SYSTEM_SUSPEND

[PATCH] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
 2022-02-24 15:28 UTC  (2+ messages)

[PATCH v4 0/2] KVM: s390: make use of ultravisor AIV support
 2022-02-24 15:04 UTC  (2+ messages)

[PATCH 00/11] KVM: x86: Prep work for VMX IPI virtualization
 2022-02-24 14:58 UTC  (2+ messages)

[PATCH v2] KVM: x86: Fix emulation in writing cr8
 2022-02-24 14:44 UTC  (2+ messages)

[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
 2022-02-24 14:41 UTC  (2+ messages)

[PATCH v2] vhost: fix hung thread due to erroneous iotlb entries
 2022-02-24 14:33 UTC 

[PATCH v2] KVM:VMX:Remove scratch 'cpu' variable that shadows an identical scratch var
 2022-02-24 14:24 UTC  (2+ messages)

[PATCH v2] kvm:vmx: Fix typos comment in __loaded_vmcs_clear()
 2022-02-24 14:24 UTC  (2+ messages)

[PATCH v2] KVM:nVMX: Make setup/unsetup under the same conditions
 2022-02-24 14:23 UTC  (2+ messages)

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

[PATCH] KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non default value when tsc scaling disabled
 2022-02-24 14:22 UTC  (2+ messages)

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

[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  (9+ messages)
` [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 RFC v1 0/2] VM fork detection for RNG
 2022-02-24 11:35 UTC  (14+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng

[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 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  (2+ 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  (11+ 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  (7+ 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 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  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox