kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 12:40:27 to 2022-10-06 00:03:24 UTC [more...]

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-06  0:03 UTC 

[GIT PULL] First batch of KVM changes for Linux 6.1
 2022-10-06  0:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] nVMX: Expect #GP on VMXON with "generic" invalid CR0/CR4 bits
 2022-10-05 23:54 UTC 

[kvm-unit-tests PATCH v3 0/9] x86: n{VMX,SVM} exception tests
 2022-10-05 23:52 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/9] nVMX: Add "nop" after setting EFLAGS.TF to guarantee single-step #DB
` [kvm-unit-tests PATCH v3 2/9] x86: Move helpers to generate misc exceptions to processor.h
` [kvm-unit-tests PATCH v3 3/9] nVMX: Move #OF test to generic exceptions test
` [kvm-unit-tests PATCH v3 4/9] nVMX: Drop one-off INT3=>#BP test
` [kvm-unit-tests PATCH v3 5/9] x86: nSVM: Add an exception test framework and tests
` [kvm-unit-tests PATCH v3 6/9] x86: nSVM: Move #BP test to exception test framework
` [kvm-unit-tests PATCH v3 7/9] x86: nSVM: Move #OF "
` [kvm-unit-tests PATCH v3 8/9] x86: nSVM: Move part of #NM "
` [kvm-unit-tests PATCH v3 9/9] nVMX: Move #NM test to generic "

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-05 23:46 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-10-05 23:18 UTC  (2+ messages)

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-10-05 23:18 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-10-05 23:17 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-05 22:48 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 03/13] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v3 04/13] x86/pmu: Add tests for Intel Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v3 05/13] x86: create pmu group for quick pmu-scope testing
` [kvm-unit-tests PATCH v3 07/13] x86/pmu: Pop up FW prefix to avoid out-of-context propagation
` [kvm-unit-tests PATCH v3 08/13] x86/pmu: Add PDCM check before accessing PERF_CAP register
` [kvm-unit-tests PATCH v3 09/13] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources
` [kvm-unit-tests PATCH v3 13/13] x86/pmu: Update testcases to cover AMD PMU

[PATCH 0/4] KVM: x86/svm/pmu: Add AMD Guest PerfMonV2 support
 2022-10-05 22:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] x86/pmu: Update rdpmc testcase to cover #GP and emulation path
` [kvm-unit-tests PATCH 2/2] x86/pmu: Add AMD Guest PerfMonV2 testcases

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-05 22:05 UTC  (12+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[RFC PATCH] KVM: optionally commit write on ioeventfd write
 2022-10-05 21:15 UTC 

[kvm-unit-tests PATCH v2 0/4] x86: nSVM: Add testing for routing L2 exceptions
 2022-10-05 21:17 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Add an exception test framework and tests
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Move part of #NM test to exception test framework

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-05 20:58 UTC 

linux-next: Fixes tag needs some work in the vfio tree
 2022-10-05 20:25 UTC 

High pings when using SR-IOV w\ macvtap & virtio
 2022-10-05 19:54 UTC 

[PATCH v1 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-05 19:16 UTC  (11+ messages)
` [PATCH v1 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH v1 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v1 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG

[kvm-unit-tests PATCH v2] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
 2022-10-05 19:14 UTC  (2+ messages)

[kvm-unit-tests RFC PATCH 1/5] efi: Compile standalone binaries for EFI
 2022-10-05 18:38 UTC  (4+ messages)
  ` [kvm-unit-tests RFC PATCH 2/5] x86/efi: Fix efi runner scripts for standalone
  ` [kvm-unit-tests RFC PATCH 3/5] x86/efi: Update unittests.cfg to build standalones
  ` [kvm-unit-tests RFC PATCH 5/5] x86/efi: Update README with standalone instructions

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-10-05 17:09 UTC  (11+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H

[PATCH v3 0/2] KVM: s390: pv: fix clock comparator late after suspend/resume
 2022-10-05 17:01 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: s390: pv: don't allow userspace to set the clock under PV
` [PATCH v3 2/2] KVM: s390: remove now unused function kvm_s390_set_tod_clock

[PATCH v2 4/4] vfio: Fold vfio_virqfd.ko into vfio.ko
 2022-10-05 16:53 UTC  (3+ messages)

[PATCH v2] vfio: Follow a strict lifetime for struct iommu_group
 2022-10-05 15:40 UTC  (24+ messages)

[RFC PATCH v2 0/1] KVM: s390: pv: fix clock comparator late after suspend/resume
 2022-10-05 15:08 UTC  (5+ messages)
` [RFC PATCH v2 1/1] KVM: s390: pv: don't allow userspace to set the clock under PV

[kvm-unit-tests GIT PULL 00/28] storage keys, attestation, migration tests
 2022-10-05 14:00 UTC  (6+ messages)
` [kvm-unit-tests GIT PULL 02/28] s390x: add test for SIGP STORE_ADTL_STATUS order

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-05 12:30 UTC  (10+ messages)
` [PATCH v2 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH v2 1/8] KVM: x86: Add initializer for gfn_to_pfn_cache
  ` [PATCH v2 2/8] KVM: x86: Shorten gfn_to_pfn_cache function names
  ` [PATCH v2 3/8] KVM: x86: Remove unused argument in gpc_unmap_khva()
  ` [PATCH v2 4/8] KVM: x86: Store immutable gfn_to_pfn_cache properties
  ` [PATCH v2 5/8] KVM: x86: Clean up kvm_gpc_check()
  ` [PATCH v2 6/8] KVM: x86: Clean up hva_to_pfn_retry()
  ` [PATCH v2 7/8] KVM: x86: Clean up kvm_gpc_refresh(), kvm_gpc_unmap()
  ` [PATCH v2 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()

[v2] KVM: s390: pv: fix external interruption loop not always detected
 2022-10-05 12:20 UTC 

Finish removing MPX from arch/x86?
 2022-10-05 12:04 UTC  (5+ messages)

[PATCH 0/3] Add TCG & KVM support for MSR_CORE_THREAD_COUNT
 2022-10-05 11:54 UTC  (5+ messages)
` [PATCH 1/3] x86: Implement MSR_CORE_THREAD_COUNT MSR
` [PATCH 2/3] i386: kvm: Add support for MSR filtering
` [PATCH 3/3] KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR

[PATCH 5.4 00/37] IBRS support // Retbleed mitigations
 2022-10-05 10:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
 2022-10-05  9:51 UTC  (8+ messages)

[RFC v2 00/15] vfio: Adopt iommufd
 2022-10-05  9:02 UTC  (4+ messages)
` [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend

[RFC PATCH 0/3] Use TAP in some more KVM selftests
 2022-10-05  8:33 UTC  (3+ messages)
` [PATCH 1/3] KVM: selftests: Use TAP interface in the kvm_binary_stats_test

[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-05  0:41 UTC  (8+ messages)
` [PATCH v5 1/7] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v5 2/7] KVM: x86: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking
` [PATCH v5 4/7] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v5 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v5 6/7] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v5 7/7] KVM: selftests: Automate choosing dirty ring size "

arm64 build failure on kvm/next
 2022-10-04 22:32 UTC  (2+ messages)

HvExtCallQueryCapabilities and HvExtCallGetBootZeroedMemory implementation in KVM for Windows guest
 2022-10-04 22:15 UTC 

[PATCH 0/4] KVM: selftests: Fix and clean up emulator_error_test
 2022-10-04 20:30 UTC  (4+ messages)

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-10-04 20:10 UTC  (7+ messages)
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup

[PATCH] KVM: SVM: Fix reserved fields of struct sev_es_save_area
 2022-10-04 19:06 UTC  (6+ messages)

The root cause of failure of access_tracking_perf_test in a nested guest
 2022-10-04 18:52 UTC  (5+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-10-04 18:48 UTC  (7+ messages)

[PATCH v14 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-10-04 16:56 UTC  (14+ messages)
` [PATCH v14 1/6] KVM: s390: pv: asynchronous "
` [PATCH v14 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v14 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v14 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v14 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v14 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-04 15:45 UTC  (13+ messages)
` [PATCH v4 3/6] "

[PULL 43/54] gdbstub: move sstep flags probing into AccelClass
 2022-10-04 13:01 UTC  (4+ messages)
` [PULL 44/54] gdbstub: move breakpoint logic to accel ops
` [PULL 45/54] gdbstub: move guest debug support check to ops
` [PULL 46/54] accel/kvm: move kvm_update_guest_debug to inline stub

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


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