kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 12:57:12 to 2022-10-06 00:52:36 UTC [more...]

[PATCH 00/12] KVM: selftests: Add X86_PROPERTY_* magic
 2022-10-06  0:51 UTC  (13+ messages)
` [PATCH 01/12] KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
` [PATCH 02/12] KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*
` [PATCH 03/12] KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
` [PATCH 04/12] KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID test
` [PATCH 05/12] KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* support
` [PATCH 06/12] KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
` [PATCH 07/12] KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
` [PATCH 08/12] KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*
` [PATCH 09/12] KVM: selftest: Add PMU feature framework, use in PMU event filter test
` [PATCH 10/12] KVM: selftests: Add dedicated helpers for getting x86 Family and Model
` [PATCH 11/12] KVM: selftests: Add and use KVM helpers for "
` [PATCH 12/12] KVM: selftest: Drop helpers for getting specific KVM supported CPUID entry

[PATCH 0/7]KVM: selftests: Clean up x86 page walker utilities
 2022-10-06  0:45 UTC  (8+ messages)
` [PATCH 1/7] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH 2/7] KVM: selftests: Drop reserved bit checks from PTE accessor
` [PATCH 3/7] KVM: selftests: Remove useless shifts when creating guest page tables
` [PATCH 4/7] KVM: selftests: Verify parent PTE is PRESENT when getting child PTE
` [PATCH 5/7] KVM: selftests: Use virt_get_pte() when getting PTE pointer
` [PATCH 6/7] KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()
` [PATCH 7/7] KVM: selftests: Play nice with huge pages when getting PTEs/GPAs

[PATCH v6 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-10-06  0:34 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v6 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v6 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v6 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v6 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v6 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v6 7/7] KVM: selftests: Add ucall pool based implementation

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-06  0:26 UTC  (6+ messages)

[PATCH] KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
 2022-10-06  0:21 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
 2022-10-06  0:14 UTC  (2+ messages)

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-06  0:03 UTC  (9+ messages)
` [PATCH v5 1/8] perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
` [PATCH v5 2/8] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
` [PATCH v5 3/8] KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
` [PATCH v5 4/8] KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL
` [PATCH v5 5/8] KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
` [PATCH v5 6/8] KVM: x86: Init vcpu->arch.perf_capabilities in common x86 code
` [PATCH v5 7/8] KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
` [PATCH v5 8/8] KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checks

[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] 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  (4+ messages)
` [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
` [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


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