kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 00:03:54 to 2022-10-08 09:50:43 UTC [more...]

[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-10-08  9:50 UTC  (9+ messages)
` [PATCH v6 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v6 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v6 3/3] KVM: selftests: randomize page access order

[PATCH] KVM: x86: disable halt polling when powersave governor is used
 2022-10-08  9:40 UTC  (3+ messages)

[PATCH] [PATCH] Revert 'vfio: Delete container_q'
 2022-10-08  9:50 UTC 

[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-10-08  3:14 UTC  (17+ messages)
` [PATCH v2 01/15] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v2 02/15] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v2 03/15] KVM: arm64: Pass mm_ops through the "
` [PATCH v2 04/15] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v2 05/15] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v2 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps
` [PATCH v2 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v2 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH v2 10/15] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v2 11/15] KVM: arm64: Split init and set for table PTE
` [PATCH v2 12/15] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v2 13/15] KVM: arm64: Make leaf->leaf "
` [PATCH v2 14/15] KVM: arm64: Make table->block "
` [PATCH v2 15/15] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v4 0/4] dirty_log_perf_test CPU pinning
 2022-10-08  0:46 UTC  (14+ messages)
` [PATCH v4 1/4] KVM: selftests: Add missing break between 'e' and 'g' option in dirty_log_perf_test
` [PATCH v4 2/4] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v4 3/4] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v4 4/4] KVM: selftests: Run dirty_log_perf_test on specific CPUs

[PATCH v5 0/7] Introduce and test masked events
 2022-10-08  0:37 UTC  (9+ messages)
` [PATCH v5 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v5 2/7] kvm: x86/pmu: Remove invalid raw events from the pmu event filter
` [PATCH v5 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v3 0/2] KVM: arm64: Limit stage2_apply_range() batch size to largest block
 2022-10-07 23:41 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: Work out supported block level at compile time
` [PATCH v3 2/2] KVM: arm64: Limit stage2_apply_range() batch size to largest block

[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
 2022-10-07 22:41 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: SVM: Unconditionally enumerate EferLmsleUnsupported

[PATCH] KVM: x86: Advertise that the SMM_CTL MSR is not supported
 2022-10-07 22:27 UTC  (2+ messages)

[PATCH v4 0/5] MSR filtering and MSR exiting flag clean up
 2022-10-07 22:24 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernel
` [PATCH v4 2/5] KVM: x86: Add a VALID_MASK for the MSR exit reason flags
` [PATCH v4 5/5] selftests: kvm/x86: Test the flags in MSR filtering and MSR exiting

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-10-07 22:19 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-07 21:54 UTC  (14+ 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

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-10-07 20:02 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: x86/pmu: Limit the maximum number of supported Intel GP counters

[PATCH v2 0/3] Allow the group FD to remain open when unplugging a device
 2022-10-07 19:53 UTC  (6+ messages)
` [PATCH v2 1/3] vfio: Add vfio_file_is_group()
` [PATCH v2 2/3] vfio: Hold a reference to the iommu_group in kvm for SPAPR
` [PATCH v2 3/3] vfio: Make the group FD disassociate from the iommu_group

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-10-07 19:30 UTC  (11+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v6 2/5] KVM: x86: Dirty "
` [PATCH v6 5/5] KVM: selftests: Add selftests for dirty quota throttling

[PATCH] vfio: More vfio_file_is_group() use cases
 2022-10-07 19:01 UTC  (2+ messages)

[PATCH] kvm_host.h: fix spelling typo in function declaration
 2022-10-07 17:55 UTC  (2+ messages)

[PATCH] kvm: vmx: keep constant definition format consistent
 2022-10-07 17:54 UTC  (2+ messages)

[PATCH] kvm: x86: Keep the lock order consistent
 2022-10-07 17:28 UTC  (2+ messages)

[PATCH] kvm: x86: keep srcu writer side operation mutually exclusive
 2022-10-07 17:12 UTC  (2+ messages)

[PATCH ] kvm: x86: Reduce unnecessary function call
 2022-10-07 17:04 UTC  (2+ messages)

[PATCH 5.4 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
 2022-10-07 17:00 UTC  (8+ messages)

[PATCH v3 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-10-07 16:26 UTC  (2+ messages)

[PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-10-07 15:03 UTC  (6+ messages)
` [PATCH v3 2/3] kvm: Add new pfn error KVM_PFN_ERR_SIGPENDING

[PATCH 0/3] Allow the group FD to remain open when unplugging a device
 2022-10-07 14:46 UTC  (14+ messages)
` [PATCH 1/3] vfio: Add vfio_file_is_group()
` [PATCH 2/3] vfio: Hold a reference to the iommu_group in kvm for SPAPR
` [PATCH 3/3] vfio: Make the group FD disassociate from the iommu_group

[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-07 14:31 UTC  (5+ messages)
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking

[PATCH v4] x86: add etc/phys-bits fw_cfg file
 2022-10-07 13:44 UTC  (7+ messages)

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-07  1:54 UTC  (11+ messages)

[PATCH v3 1/2] x86/cpufeatures: Add macros for Intel's new fast rep string features
 2022-10-07  1:46 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: x86: Expose CPUID.(EAX=7,ECX=1).EAX[12:10] to the guest

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

[PATCH 1/2] KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
 2022-10-07  0:35 UTC  (4+ messages)
` [PATCH 2/2] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-10-06 22:57 UTC  (10+ messages)

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-10-06 20:23 UTC  (7+ messages)
` [RFC V3 PATCH 3/6] selftests: kvm: ucall: Allow querying ucall pool gpa
` [RFC V3 PATCH 5/6] selftests: kvm: x86: Execute VMs with private memory
` [RFC V3 PATCH 6/6] sefltests: kvm: x86: Add selftest for "

[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
 2022-10-06 20:07 UTC 

[PATCHv4 0/8] Virtual NMI feature
 2022-10-06 18:40 UTC  (2+ messages)

[V4 0/8] KVM: selftests: Add simple SEV test
 2022-10-06 18:31 UTC  (11+ messages)
` [V4 1/8] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [V4 3/8] KVM: selftests: add hooks for managing encrypted guest memory
` [V4 4/8] KVM: selftests: handle encryption bits in page tables
` [V4 6/8] KVM: selftests: add library for creating/interacting with SEV guests
` [V4 8/8] KVM: selftests: Add simple sev vm testing

HvExtCallQueryCapabilities and HvExtCallGetBootZeroedMemory implementation in KVM for Windows guest
 2022-10-06 17:26 UTC  (3+ messages)

Windows-11 22H2 upgrade problems
 2022-10-06 16:05 UTC  (2+ messages)

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

[kvm-unit-tests PATCH 0/3] arm/arm64: mmu cleanups and fixes
 2022-10-06 14:50 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/3] lib/vmalloc: Treat virt_to_pte_phys() as returning a physical address
` [kvm-unit-tests PATCH 2/3] arm/arm64: mmu: Teach virt_to_pte_phys() about block descriptors
` [kvm-unit-tests PATCH 3/3] arm/arm64: mmu: Rename mmu_get_pte() -> follow_pte()

[PATCH v2] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
 2022-10-06 12:34 UTC  (3+ messages)

[PATCH v2] vfio: Follow a strict lifetime for struct iommu_group
 2022-10-06 11:55 UTC  (13+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: Add exit time test
 2022-10-06 11:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib/s390x: time: add wrapper for stckf
` [kvm-unit-tests PATCH v2 2/2] s390x: add exittime tests

[kvm-unit-tests PATCH v1 0/2] s390x: Add migration test for guest TOD clock
 2022-10-06 10:58 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib/s390x: move TOD clock related functions to library
` [kvm-unit-tests PATCH v1 2/2] s390x: add migration TOD clock test

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

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[PATCH v2] vsock: replace virtio_vsock_pkt with sk_buff
 2022-10-06  7:34 UTC  (4+ messages)

[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 v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-06  0:03 UTC  (5+ messages)
` [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


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