public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-19 15:43:57 to 2022-05-20 23:33:17 UTC [more...]

[PATCH v4 00/11] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-05-20 23:32 UTC  (8+ messages)
` [PATCH v4 01/11] KVM: selftests: Replace x86_page_size with PG_LEVEL_XX
` [PATCH v4 02/11] KVM: selftests: Add option to create 2M and 1G EPT mappings
` [PATCH v4 03/11] KVM: selftests: Drop stale function parameter comment for nested_map()
` [PATCH v4 04/11] KVM: selftests: Refactor nested_map() to specify target level
` [PATCH v4 05/11] KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
` [PATCH v4 06/11] KVM: selftests: Add a helper to check EPT/VPID capabilities
` [PATCH v4 07/11] KVM: selftests: Drop unnecessary rule for STATIC_LIBS

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-20 23:21 UTC  (3+ messages)
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

A really weird guest crash, that ONLY happens on KVM, and ONLY on 6th gen+ Intel Core CPU's
 2022-05-20 23:09 UTC  (6+ messages)

[PATCH v2 00/10] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-05-20 22:49 UTC  (9+ messages)
` [PATCH v2 10/10] KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2

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

[PATCH v3 00/10] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-05-20 21:57 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: selftests: Replace x86_page_size with PG_LEVEL_XX
` [PATCH v3 02/10] KVM: selftests: Add option to create 2M and 1G EPT mappings
` [PATCH v3 03/10] KVM: selftests: Drop stale function parameter comment for nested_map()
` [PATCH v3 04/10] KVM: selftests: Refactor nested_map() to specify target level
` [PATCH v3 05/10] KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
` [PATCH v3 06/10] KVM: selftests: Add a helper to check EPT/VPID capabilities
` [PATCH v3 07/10] KVM: selftests: Drop unnecessary rule for STATIC_LIBS
` [PATCH v3 08/10] KVM: selftests: Link selftests directly with lib object files
` [PATCH v3 09/10] KVM: selftests: Clean up LIBKVM files in Makefile
` [PATCH v3 10/10] KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2

[PATCH v3 0/1] vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
 2022-05-20 20:59 UTC  (7+ messages)
` [PATCH v3 1/1] "

[PATCH kvmtool 0/2] Fixes for virtio_balloon stats printing
 2022-05-20 20:51 UTC  (4+ messages)
` [PATCH kvmtool 1/2] virtio/balloon: Fix a crash when collecting stats
` [PATCH kvmtool 2/2] stat: Add descriptions for new virtio_balloon stat types

[PATCH v3 kvmtool 0/6] Fix few small issues in virtio code
 2022-05-20 20:51 UTC  (2+ messages)

[PATCH v3] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
 2022-05-20 20:41 UTC 

[PATCH] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
 2022-05-20 20:33 UTC  (8+ messages)

[PATCH v2] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
 2022-05-20 19:53 UTC 

[kvm-unit-tests PATCH 0/3] s390x: Rework TEID decoding and usage
 2022-05-20 19:08 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests PATCH 2/3] s390x: lib: SOP facility query function
` [kvm-unit-tests PATCH 3/3] s390x: Rework TEID decoding and usage

[PATCH] KVM: x86/emulator: Bounds check reg nr against reg array size
 2022-05-20 18:48 UTC  (4+ messages)

[PATCH] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
 2022-05-20 18:32 UTC 

[PATCH kvm-unit-tests] x86: do not overwrite bits 7 and 12 of MSR_IA32_MISC_ENABLE
 2022-05-20 18:32 UTC 

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-20 18:31 UTC  (8+ messages)
` [PATCH v6 2/8] mm/shmem: Support memfile_notifier
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v6 5/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v6 8/8] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
 2022-05-20 18:09 UTC 

[PATCH 0/4] Implement vdpasim stop operation
 2022-05-20 17:23 UTC  (5+ messages)
` [PATCH 1/4] vdpa: Add "
` [PATCH 2/4] vhost-vdpa: introduce STOP backend feature bit
` [PATCH 3/4] vhost-vdpa: uAPI to stop the device
` [PATCH 4/4] vdpa_sim: Implement stop vdpa op

[mst-vhost:vhost 26/43] drivers/vhost/vdpa.c:1003:3-9: preceding lock on line 991 (fwd)
 2022-05-20 16:37 UTC 

[PATCH] KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
 2022-05-20 16:31 UTC  (4+ messages)

[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2022-05-20 16:18 UTC  (6+ messages)
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64

Unsure about whether 3 bugs are on KVM side or QEMU side
 2022-05-20 16:09 UTC 

[PATCH v3 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-05-20 16:04 UTC  (6+ messages)
` [PATCH v3 6/8] KVM: Fully serialize gfn=>pfn cache refresh via mutex

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-05-20 16:03 UTC  (5+ messages)
` [PATCH 03/89] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2

[CFP LPC 2022] Confidential Computing Microconference
 2022-05-20 15:48 UTC 

[PATCH] KVM: x86: Inhibit APICv/AVIC when changing apic id/base from the defaults
 2022-05-20 15:26 UTC  (2+ messages)

[PATCH RESEND v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
 2022-05-20 15:20 UTC  (8+ messages)
` [PATCH RESEND v3 03/11] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU
` [PATCH RESEND v3 11/11] KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-05-20 15:02 UTC  (6+ messages)
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh

[PATCH] KVM: x86: Move kzalloc out of atomic context on PREEMPT_RT
 2022-05-20 14:49 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: optimizing the code in mmu_try_to_unsync_pages
 2022-05-20 14:47 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
 2022-05-20 14:46 UTC 

[PATCH 2/3] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
 2022-05-20 14:45 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-20 14:39 UTC  (11+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v2] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
 2022-05-20 14:37 UTC 

[PATCH 1/3] KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
 2022-05-20 14:32 UTC  (3+ messages)
` [PATCH 3/3] KVM: x86/pmu: Drop redundant-clumsy-asymmetric PERFCTR_CORE MSRs handling

[PATCH 1/3] KVM: x86/pmu: Add fast-path check for per-vm vPMU disablility
 2022-05-20 14:32 UTC  (3+ messages)
` [PATCH 3/3] KVM: x86/svm/pmu: Drop 'enum index' for more counters scalability

[PATCH RESEND] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-05-20 14:25 UTC  (2+ messages)

[PATCH v2] KVM: x86/pmu: Don't pre-set the pmu->global_ctrl when refreshing
 2022-05-20 14:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update KVM RISC-V entry to cover selftests support
 2022-05-20 14:19 UTC  (3+ messages)

[kvm-unit-tests PATCH] s390x: Ignore gcc 12 warnings for low addresses
 2022-05-20 14:08 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: Avoid gcc 12 warnings
 2022-05-20 14:05 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests PATCH v2 2/2] s390x: Fix gcc 12 warning about array bounds

[PATCH] KVM: x86: SVM: fix nested PAUSE filtering
 2022-05-20 14:05 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-05-20 14:02 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 02/23] lib: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v2 09/23] lib/printf: Support for precision modifier in printing strings
` [kvm-unit-tests PATCH v2 14/23] lib: Avoid ms_abi for calls related to EFI on arm64

[PATCH] KVM: Free new dirty bitmap if creating a new memslot fails
 2022-05-20 13:44 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: nEPT X-only unsync bug fix
 2022-05-20 13:31 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/2] lib: Cleanups
 2022-05-20 13:24 UTC  (3+ messages)
` [PATCH kvm-unit-tests v2 1/2] lib: Fix whitespace
` [PATCH kvm-unit-tests v2 2/2] lib: Add ctype.h and collect is* functions

[PATCH] KVM: x86: hyper-v: fix type of valid_bank_mask
 2022-05-20 13:19 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] lib: Cleanups
 2022-05-20 13:17 UTC  (7+ messages)
` [PATCH kvm-unit-tests 1/2] lib: Fix whitespace
` [PATCH kvm-unit-tests 2/2] lib: Add ctype.h and collect is* functions

[PATCH] KVM: eventfd: Fix false positive RCU usage warning
 2022-05-20 13:10 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3
 2022-05-20 12:46 UTC  (5+ messages)

[PATCH v12 00/16] Introduce Architectural LBR for vPMU
 2022-05-20 12:28 UTC  (2+ messages)

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-20 12:28 UTC  (7+ messages)

[PATCH 1/3] KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header file
 2022-05-20 12:00 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: remove useless prototype
 2022-05-20 12:00 UTC 

[GIT PULL] KVM/riscv changes for 5.19
 2022-05-20 11:55 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 5.19
 2022-05-20 11:55 UTC  (2+ messages)

[PATCH] Documentation: kvm: reorder ARM-specific section about KVM_SYSTEM_EVENT_SUSPEND
 2022-05-20 11:23 UTC 

[RFC PATCH v1 0/8] virtio/vsock: experimental zerocopy receive
 2022-05-20 11:09 UTC  (5+ messages)

[PATCH] iommu/s390: tolerate repeat attach_dev calls
 2022-05-20 10:30 UTC  (5+ messages)

[PATCH] vfio/pci: Add driver_managed_dma to the new vfio_pci drivers
 2022-05-20 10:20 UTC  (3+ messages)

[PATCH v2 00/19] Control VQ support in vDPA
 2022-05-20  8:04 UTC  (2+ messages)

[QEMU PATCH] x86: Set maximum APIC ID to KVM prior to vCPU creation
 2022-05-20  7:56 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 21498d01d045c5b95b93e0a0625ae965b4330ebe
 2022-05-20  6:08 UTC 

[RFC] KVM / QEMU: Introduce Interface for Querying APICv Info
 2022-05-20  5:51 UTC  (3+ messages)

[PATCH] vfio: Do not manipulate iommu dma_owner for fake iommu groups
 2022-05-20  5:32 UTC  (3+ messages)

KVM/riscv changes for 5.19
 2022-05-20  4:49 UTC  (2+ messages)

[Bug 216002] New: When a break point is set, nested virtualization sees "kvm_queue_exception: Assertion `!env->exception_has_payload' failed."
 2022-05-20  2:41 UTC  (2+ messages)
` [Bug 216002] "

[PATCH v7 0/8] KVM: PKS Virtualization support
 2022-05-20  1:24 UTC  (3+ messages)
` [PATCH v7 8/8] KVM: VMX: Enable PKS for nested VM

[Bug 216003] New: Single stepping Windows 7 bootloader results in Assertion `ret < cpu->num_ases && ret >= 0' failed
 2022-05-20  0:54 UTC 

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-19 23:44 UTC  (5+ messages)
` [PATCH v3 20/34] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too

[PATCH v9 0/9] IPI virtualization support for VM
 2022-05-19 23:41 UTC  (8+ messages)

[PATCH] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
 2022-05-19 21:34 UTC  (2+ messages)

[PATCH] KVM: VMX: Read BNDCFGS if not from_vmentry
 2022-05-19 17:59 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-19 17:08 UTC  (2+ messages)

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-05-19 16:55 UTC  (14+ messages)
` [RFC PATCH v3 02/19] KVM: x86: inhibit APICv/AVIC when the guest and/or host changes apic id/base from the defaults
` [RFC PATCH v3 03/19] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
` [RFC PATCH v3 05/19] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [RFC PATCH v3 06/19] KVM: x86: mmu: add gfn_in_memslot helper
` [RFC PATCH v3 14/19] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page

[PATCH v2 0/1] vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
 2022-05-19 16:35 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2] vdpasim: allow to enable a vq repeatedly
 2022-05-19 16:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox