kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-10 07:22:54 to 2022-06-13 21:42:50 UTC [more...]

[PATCH] KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_DEBUG_LOCK_ALLOC
 2022-06-13 21:42 UTC 

[PATCH v9 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-06-13 21:25 UTC  (11+ messages)
` [PATCH v9 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v9 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v9 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v9 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v9 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v9 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v9 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v9 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v9 09/10] KVM: selftests: Test disabling NX hugepages on a VM
` [PATCH v9 10/10] KVM: selftests: Cache binary stats metadata for duration of test

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-13 20:58 UTC  (3+ messages)
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL
 2022-06-13 20:28 UTC  (7+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-13 20:24 UTC  (3+ messages)

[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
 2022-06-13 19:35 UTC  (5+ messages)

[PATCH 0/4] KVM: selftests: Fixups for overhaul
 2022-06-13 19:35 UTC  (8+ messages)
` [PATCH 1/4] KVM: selftests: Add a missing apostrophe in comment to show ownership
` [PATCH 2/4] KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce type
` [PATCH 3/4] KVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr_pages_required()
` [PATCH 4/4] KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible

[syzbot] WARNING in handle_exception_nmi (2)
 2022-06-13 17:54 UTC  (3+ messages)

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-06-13 17:33 UTC  (4+ messages)
` [RFC 1/3] dt-bindings: arm: Add document for SCMI Virtio backend device

[PATCH] KVM: x86: add a bool variable to distinguish whether to use PVIPI
 2022-06-13 17:16 UTC 

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (5+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v7 0/4] KVM: SEV-ES: Add tests to validate #VC handling
 2022-06-13 17:04 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: SEV-ES: Add configuration options to test "
` [PATCH v7 2/4] KVM: SEV-ES: Add tests to validate VC handling for CPUID and WBINVD
` [PATCH v7 3/4] KVM: SEV-ES: Add tests to validate VC handling for MSR and DR7 register accesses
` [PATCH v7 4/4] KVM SEV-ES: Add tests to validate VC handling for IO instructions

[PATCH] KVM: nVMX: Don't expose TSC scaling to L1 when on Hyper-V
 2022-06-13 16:57 UTC  (4+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-13 16:02 UTC  (5+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-13 15:16 UTC  (3+ messages)
` [Bug 216026] "

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-13 14:57 UTC  (31+ messages)
` [PATCH v2 126/144] KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
` [PATCH v2 138/144] KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
` [PATCH v2 142/144] KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
` [PATCH v2 143/144] KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
` [PATCH v2 144/144] KVM: selftests: Sanity check input to ioctls() at build time
  ` [PATCH v2 132/144] KVM: selftests: Purge vm+vcpu_id == vcpu silliness

[kvm:queue 5/184] arch/x86/kvm/svm/avic.c:913:6: warning: shift count >= width of type
 2022-06-13 14:49 UTC 

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-13 14:08 UTC  (9+ messages)
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core

[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-13 13:39 UTC  (40+ messages)
` [PATCH v7 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v7 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v7 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v7 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v7 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v7 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v7 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v7 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v7 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v7 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v7 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v7 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v7 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v7 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v7 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v7 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v7 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v7 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v7 19/39] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v7 20/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v7 21/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v7 22/39] KVM: nSVM: "
` [PATCH v7 23/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v7 24/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v7 25/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v7 26/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v7 27/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v7 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v7 29/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v7 30/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v7 31/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v7 32/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v7 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v7 34/39] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v7 35/39] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v7 36/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v7 37/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v7 38/39] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
` [PATCH v7 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
 2022-06-13 14:09 UTC  (9+ messages)
` [PATCH 1/7] KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
` [PATCH 2/7] KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
` [PATCH 3/7] Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu"
` [PATCH 4/7] Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
` [PATCH 5/7] KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
` [PATCH 7/7] KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs

[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-13 12:58 UTC  (4+ messages)
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently

[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
 2022-06-13 12:40 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 3/3] "

[PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK
 2022-06-13 14:37 UTC  (3+ messages)

[PATCH 3/3] RISC-V: KVM: Add extensible CSR emulation framework
 2022-06-13 10:37 UTC  (2+ messages)

[kvm-unit-tests PATCH v5 0/1] s390x: add migration test for storage keys
 2022-06-13 10:14 UTC  (2+ messages)
` [kvm-unit-tests PATCH v5 1/1] "

[PATCH 0/3] Improve instruction and CSR emulation in KVM RISC-V
 2022-06-13  9:59 UTC  (4+ messages)
` [PATCH 2/3] RISC-V: KVM: Add extensible system instruction emulation framework

[kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys
 2022-06-13  9:19 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/1] "
    ` [kvm-unit-tests PATCH v4 1/1] s390x: add migration test for storage keys:q!

[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-13  8:54 UTC  (8+ messages)
` [RFC PATCH v2 3/8] af_vsock: add zerocopy receive logic

[KVM] a5202946dc: kernel-selftests.kvm.make_fail
 2022-06-13  7:26 UTC  (2+ messages)

[PATCH vfio 0/2] Migration few enhancements
 2022-06-13  7:13 UTC  (4+ messages)
` [PATCH vfio 2/2] vfio: Split migration ops from main device ops

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-13  5:03 UTC  (9+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH] KVM: x86/mmu: Remove unused "type" of split_page_type()
 2022-06-13  2:47 UTC  (2+ messages)

(no subject)
 2022-06-12 15:58 UTC 

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-12  8:59 UTC  (24+ messages)
` [PATCH v2 01/19] KVM: arm64: Always start with clearing SVE flag on load
` [PATCH v2 02/19] KVM: arm64: Always start with clearing SME "
` [PATCH v2 03/19] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH v2 04/19] KVM: arm64: Move FP state ownership from flag to a tristate
` [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH v2 06/19] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH v2 07/19] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH v2 08/19] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH v2 09/19] KVM: arm64: Move vcpu debug/SPE/TRBE "
` [PATCH v2 10/19] KVM: arm64: Move vcpu SVE/SME flags to the state "
` [PATCH v2 11/19] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag "
` [PATCH v2 12/19] KVM: arm64: Move vcpu WFIT "
` [PATCH v2 13/19] KVM: arm64: Kill unused vcpu flags field
` [PATCH v2 14/19] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
` [PATCH v2 15/19] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
` [PATCH v2 16/19] KVM: arm64: Add build-time sanity checks for flags
` [PATCH v2 17/19] KVM: arm64: Reduce the size of the vcpu flag members
` [PATCH v2 18/19] KVM: arm64: Document why pause cannot be turned into a flag
` [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path

[GIT PULL] virtio,vdpa: fixes
 2022-06-12  0:33 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix a misplaced paranthesis in APICV inhibit mask generation
 2022-06-11 13:44 UTC  (2+ messages)

[PATCH] vfio: de-extern-ify function prototypes
 2022-06-10 22:44 UTC  (3+ messages)

[PATCH] KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
 2022-06-10 21:41 UTC 

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-06-10 21:04 UTC  (3+ messages)
` [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-10 19:27 UTC  (13+ messages)

[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
 2022-06-10 17:11 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v5 2/8] KVM: x86: Fill apic_lvt_mask with enums / explicit entries
` [PATCH v5 3/8] KVM: x86: Add APIC_LVTx() macro
` [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v5 5/8] KVM: x86: Use kcalloc to allocate the mce_banks array
` [PATCH v5 6/8] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v5 7/8] KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
` [PATCH v5 8/8] KVM: selftests: Add a self test for CMCI and UCNA emulations

[PATCH kvmtool 00/24] Virtio v1 support
 2022-06-10 16:31 UTC  (3+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-10 16:14 UTC  (8+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-10 14:30 UTC  (9+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-10  9:43 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: "

[RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected
 2022-06-10  8:29 UTC 

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-06-10  8:28 UTC  (8+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-10  7:48 UTC  (6+ messages)
` [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state


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