kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 11:27:28 to 2021-11-08 16:45:32 UTC [more...]

[PATCH v4 0/5] Add SBI v0.2 support for KVM
 2021-11-08 16:45 UTC  (14+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01
` [PATCH v4 2/5] RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
` [PATCH v4 3/5] RISC-V: KVM: Add SBI v0.2 base extension
` [PATCH v4 4/5] RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v02
` [PATCH v4 5/5] RISC-V: KVM: Add SBI HSM extension in KVM

[PATCH 0/3] Use static_call for kvm_pmu_ops
 2021-11-08 15:41 UTC  (10+ messages)
` [PATCH 1/3] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH 2/3] KVM: x86: Introduce definitions to support static calls for kvm_pmu_ops

[PATCH] KVM: move struct kvm_vcpu * array to the bottom of struct kvm
 2021-11-08 15:35 UTC  (5+ messages)

[PATCH 0/2] KVM: x86: Sanitize writes to MSR_KVM_PV_EOI_EN
 2021-11-08 15:28 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Rename kvm_lapic_enable_pv_eoi()
` [PATCH 2/2] KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was written to MSR_KVM_PV_EOI_EN

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-11-08 14:27 UTC  (11+ messages)
` [PATCH v17 11/15] s390/ap: driver callback to indicate resource in use
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks

[GIT PULL] First batch of KVM changes for Linux 5.16
 2021-11-08 14:03 UTC  (3+ messages)

[PATCH 0/5] KVM: Turn the vcpu array into an xarray
 2021-11-08 12:13 UTC  (15+ messages)
` [PATCH 1/5] KVM: Move wiping of the kvm->vcpus array to common code
` [PATCH 2/5] KVM: mips: Use kvm_get_vcpu() instead of open-coded access
` [PATCH 3/5] KVM: s390: "
` [PATCH 4/5] KVM: x86: "
` [PATCH 5/5] KVM: Convert the kvm->vcpus array to a xarray

[PATCH] KVM: s390x: add debug statement for diag 318 CPNC data
 2021-11-08 13:04 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/7] Extending VIRTIO with a data transfer test
 2021-11-08 13:00 UTC  (24+ messages)
` [kvm-unit-tests PATCH 1/7] arm: virtio: move VIRTIO transport initialization inside virtio-mmio
` [kvm-unit-tests PATCH 2/7] s390x: css: add callback for emnumeration
` [kvm-unit-tests PATCH 3/7] s390x: virtio: CCW transport implementation
` [kvm-unit-tests PATCH 4/7] s390x: css: registering IRQ
` [kvm-unit-tests PATCH 5/7] virtio: implement the virtio_add_inbuf routine
` [kvm-unit-tests PATCH 6/7] s390x: virtio tests setup

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-11-08 12:44 UTC  (16+ messages)
` [PATCH 01/15] KVM: X86: Ensure the dirty PDPTEs to be loaded
` [PATCH 02/15] KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()
` [PATCH 03/15] KVM: SVM: Always clear available of VCPU_EXREG_PDPTR in svm_vcpu_run()
` [PATCH 04/15] KVM: VMX: Add and use X86_CR4_TLB_BITS when !enable_ept
` [PATCH 05/15] KVM: VMX: Add and use X86_CR4_PDPTR_BITS "
` [PATCH 06/15] KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITS
` [PATCH 07/15] KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()
` [PATCH 08/15] KVM: SVM: Remove useless check "
` [PATCH 09/15] KVM: SVM: Remove the unneeded code to mark available for CR3
` [PATCH 10/15] KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
` [PATCH 11/15] KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty
` [PATCH 12/15] KVM: VMX: Reset the bits that are meaningful to be reset in vmx_register_cache_reset()
` [PATCH 13/15] KVM: SVM: Add and use svm_register_cache_reset()
` [PATCH 14/15] KVM: X86: Remove kvm_register_clear_available()
` [PATCH 15/15] KVM: nVMX: Always write vmcs.GUEST_CR3 during nested VM-Exit

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-08 12:35 UTC  (13+ messages)

[RFC] KVM: x86: SVM: don't expose PV_SEND_IPI feature with AVIC
 2021-11-08 11:18 UTC  (6+ messages)
    `  "

[PATCH v2 0/7] Use static_call for kvm_pmu_ops
 2021-11-08 11:10 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: x86: Export kvm_pmu_is_valid_msr() for nVMX
` [PATCH v2 2/7] KVM: x86: Fix WARNING that macros should not use a trailing semicolon
` [PATCH v2 3/7] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v2 4/7] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH v2 5/7] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tagged as __initdata
` [PATCH v2 6/7] KVM: x86: Introduce definitions to support static calls for kvm_pmu_ops
` [PATCH v2 7/7] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-11-08 10:06 UTC  (9+ messages)
` [PATCH V10 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled

[PATCH v4] KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
 2021-11-08  9:02 UTC 

[RFC PATCH v2 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-08  8:57 UTC  (7+ messages)
` [RFC PATCH v2 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH v3] KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
 2021-11-08  8:55 UTC  (3+ messages)

[RFC PATCH v2 00/28] KVM: arm64: Make CPU ID registers writable by userspace
 2021-11-08  7:45 UTC  (14+ messages)
` [RFC PATCH v2 01/28] KVM: arm64: Add has_reset_once flag for vcpu
` [RFC PATCH v2 02/28] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v2 04/28] KVM: arm64: Keep consistency of ID registers between vCPUs
` [RFC PATCH v2 18/28] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability

There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c
 2021-11-08  5:11 UTC  (3+ messages)

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-07 10:53 UTC  (11+ messages)

[PATCH] riscv: kvm: fix non-kernel-doc comment block
 2021-11-07  3:47 UTC 

[PULL 00/20] Migration 20211031 patches
 2021-11-06 11:45 UTC  (6+ messages)
` [PULL 04/20] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PULL 07/20] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-11-05 22:47 UTC  (10+ messages)
` [PATCH 1/5 V11] KVM: SEV: Refactor out sev_es_state struct
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration
` [PATCH V11 3/5] KVM: SEV: Add support for SEV-ES "
` [PATCH V11 4/5] selftest: KVM: Add open sev dev helper

[PATCH v2] kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
 2021-11-05 20:20 UTC 

[kvm-unit-tests PATCH v1 0/7] x86_64 UEFI set up process refactor and scripts fixes
 2021-11-05 18:54 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/7] x86 UEFI: Refactor set up process

RFC: KVM: x86/mmu: Eager Page Splitting
 2021-11-05 17:17 UTC  (3+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-05 16:53 UTC  (16+ messages)

[PATCH v3 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-11-05 15:39 UTC  (15+ messages)
` [PATCH v3 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v3 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v3 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v3 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[PATCH] KVM: x86: disable pv eoi if guest gives a wrong address
 2021-11-05 10:17 UTC  (4+ messages)
  ` 答复: "

[PATCH v2 0/2] KVM: x86: Correct adjustment of KVM_CPUID_FEATURES
 2021-11-05  9:51 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
` [PATCH v2 2/2] KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES

[PATCH] KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
 2021-11-05  9:20 UTC  (5+ messages)

[PATCH] vdpa: Avoid duplicate call to vp_vdpa get_status
 2021-11-05  8:32 UTC  (3+ messages)

[PATCH] vdpa: Mark vdpa_config_ops.get_vq_notification as optional
 2021-11-05  8:32 UTC  (3+ messages)

[PATCH] KVM: x86: check steal time address when enable steal time
 2021-11-05  6:37 UTC 

[PATCH v2 0/6] KVM: arm64: Emulate the OS lock
 2021-11-05  5:36 UTC  (4+ messages)
` [PATCH v2 4/6] KVM: arm64: Emulate the OS Lock

[PATCH] kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
 2021-11-05  0:18 UTC  (2+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-04 22:41 UTC  (4+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-11-04 22:05 UTC  (10+ messages)

[PATCH RESEND] KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
 2021-11-04 19:11 UTC 

[PATCH v2 0/6] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-04 19:05 UTC  (3+ messages)
` [PATCH v2 5/6] KVM: x86/xen: Maintain valid mapping of Xen shared_info page

[RFC PATCH 0/8] KVM: arm64: Add support for hypercall services selection
 2021-11-04 19:04 UTC  (13+ messages)
` [RFC PATCH 1/8] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH 2/8] KVM: arm64: Setup base for hypercall firmware registers
` [RFC PATCH 3/8] KVM: arm64: Add standard secure service calls firmware register
` [RFC PATCH 6/8] tools: Import the firmware registers

[PATCH v3 0/7] nitro_enclaves: Add support for Arm64
 2021-11-04 19:03 UTC  (7+ messages)
` [PATCH v3 1/7] nitro_enclaves: Enable Arm64 support

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2021-11-04 17:47 UTC  (8+ messages)
` [PATCH v3 23/37] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit

[PATCH 0/2] KVM: RISC-V: MMU bug fix and cleanup
 2021-11-04 16:41 UTC  (3+ messages)
` [PATCH 1/2] KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot
` [PATCH 2/2] KVM: RISC-V: Use common KVM implementation of MMU memory caches

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-04 16:03 UTC  (9+ messages)
` [PATCH v6 14/42] x86/sev: Register GHCB memory when SEV-SNP is active

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-04 14:18 UTC  (4+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref

[PATCH v3 0/2] Add wrapper to read GPR of INVPCID, INVVPID, and INVEPT
 2021-11-04 13:57 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-11-04 13:44 UTC  (6+ messages)
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests

[v4][PATCH 1/2] KVM: x86: don't print when fail to read/write pv eoi memory
 2021-11-04 11:56 UTC  (2+ messages)
` [v4][PATCH 2/2] KVM: Clear pv eoi pending bit only when it is set

[v3][PATCH 1/2] KVM: x86: don't print when fail to read/write pv eoi memory
 2021-11-04 11:32 UTC  (3+ messages)
` [v3][PATCH 2/2] KVM: Clear pv eoi pending bit only when it is set


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