kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 22:18:21 to 2021-11-08 10:06:52 UTC [more...]

[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

[RFC] KVM: x86: SVM: don't expose PV_SEND_IPI feature with AVIC
 2021-11-08  9:59 UTC 

[PATCH 0/3] Use static_call for kvm_pmu_ops
 2021-11-08  9:31 UTC  (12+ 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 3/3] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

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

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

[PATCH 0/5] KVM: Turn the vcpu array into an xarray
 2021-11-08  8:23 UTC  (13+ 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

[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 v4 0/5] Add SBI v0.2 support for KVM
 2021-11-06  4:50 UTC  (13+ 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] KVM: move struct kvm_vcpu * array to the bottom of struct kvm
 2021-11-06  0:29 UTC  (4+ messages)

[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 v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-11-05 13:15 UTC  (9+ 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

[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  (13+ messages)
` [PATCH v2 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v2 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v2 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [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  (33+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
` [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[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  (7+ 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  (4+ messages)
` [v3][PATCH 2/2] KVM: Clear pv eoi pending bit only when it is set

[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
 2021-11-04  9:10 UTC  (3+ messages)

[PATCH][v2] KVM: Clear pv eoi pending bit only when it is set
 2021-11-04  7:34 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] kvm: mmu: Use fast PF path for access tracking of huge pages when possible
 2021-11-04  0:33 UTC 

[PATCH v2 0/2] Add wrapper to read GPR of INVPCID, INVVPID, and INVEPT
 2021-11-03 23:00 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: Add a wrapper to read index of GPR for "


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