kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 03:18:18 to 2022-01-24 02:10:38 UTC [more...]

[PATCH] KVM: remove async parameter of hva_to_pfn_remapped()
 2022-01-24  2:04 UTC 

[PATCH] gvisor: add some missing definitions to vmx.h
 2022-01-23 19:53 UTC 

[PATCH] x86: add additional EPT bit definitions
 2022-01-23 19:52 UTC 

[PATCH v2 0/1] KVM: Dirty quota-based throttling
 2022-01-23 18:58 UTC  (4+ messages)
` [PATCH v2 1/1] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v5 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-01-23 18:45 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] KVM: selftests: Allow creation of selftest VM without vcpus
` [PATCH v5 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[PATCH 06/54] x86/kvm: replace bitmap_weight with bitmap_empty where appropriate
 2022-01-23 18:38 UTC 

[PATCH v6 00/21] AMX support for KVM
 2022-01-23  6:22 UTC  (3+ messages)
` [PATCH v6 04/21] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID

[PATCH] KVM: x86/cpuid: Exclude unpermitted xfeatures for vcpu->arch.guest_supported_xcr0
 2022-01-23  5:50 UTC 

[PATCH v4 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-01-23  4:56 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] KVM: selftests: Allow creation of selftest VM without vcpus
` [PATCH v4 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[PATCH] KVM: x86: Update the states size cpuid even if XCR0/IA32_XSS is reset
 2022-01-23  4:37 UTC  (5+ messages)
  ` [PATCH v2] KVM: x86: Sync the states size with the XCR0/IA32_XSS at any time
      ` [PATCH v3] KVM: x86: Sync the states size with the XCR0/IA32_XSS at, "

[PATCH AUTOSEL 4.14 4/4] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:14 UTC 

[PATCH AUTOSEL 4.9 4/4] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:14 UTC 

[PATCH AUTOSEL 5.10 8/9] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:12 UTC 

[PATCH AUTOSEL 4.4 3/3] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:14 UTC 

[PATCH AUTOSEL 4.19 5/5] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:13 UTC 

[PATCH AUTOSEL 5.4 7/8] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:13 UTC 

[PATCH AUTOSEL 5.15 12/16] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:12 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 13/16] vdpa: clean up get_config_size ret value handling

[PATCH AUTOSEL 5.16 15/19] vhost/test: fix memory leak of vhost virtqueues
 2022-01-23  0:11 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 16/19] vdpa: clean up get_config_size ret value handling

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-01-22 21:11 UTC  (8+ messages)

[PATCH] KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
 2022-01-22 21:21 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems
 2022-01-22 11:32 UTC  (3+ messages)

[PATCH] KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used
 2022-01-22  8:47 UTC  (2+ messages)

[PATCH v5 0/2] Enable legacy LBR support for guest
 2022-01-22 16:12 UTC  (3+ messages)
` [PATCH v5 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
` [PATCH v5 2/2] target/i386: Add lbr-fmt vPMU option to support guest LBR

[PATCH v4 0/5] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-22  8:17 UTC  (8+ messages)
` [PATCH v4 1/5] KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries
` [PATCH v4 2/5] KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm_update_cpuid_runtime()
` [PATCH v4 3/5] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
` [PATCH v4 4/5] KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
` [PATCH v4 5/5] KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN

[GIT PULL] Second batch of KVM changes for Linux 5.17
 2022-01-22  8:06 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/8] x86: APIC bug fix and cleanup
 2022-01-22  1:18 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/8] x86: Always use legacy xAPIC to get APIC ID during TSS setup
` [kvm-unit-tests PATCH 2/8] x86: nVMX: Load actual GS.base for both guest and host
` [kvm-unit-tests PATCH 3/8] x86: smp: Replace spaces with tabs
` [kvm-unit-tests PATCH 4/8] x86: desc: "
` [kvm-unit-tests PATCH 5/8] x86: Add proper helpers for per-cpu reads/writes
` [kvm-unit-tests PATCH 6/8] x86: apic: Replace spaces with tabs
` [kvm-unit-tests PATCH 7/8] x86: apic: Track APIC ops on a per-cpu basis
` [kvm-unit-tests PATCH 8/8] x86: apic: Make xAPIC and I/O APIC pointers static

[PATCH v3 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-01-21 22:20 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] KVM: selftests: Allow creation of selftest VM without vcpus
` [PATCH v3 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[kvm-unit-tests PATCH v4 0/3] Add additional testing for routing L2 exceptions
 2022-01-21 19:12 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 1/3] x86: Make exception_mnemonic() visible to the tests
` [kvm-unit-tests PATCH v4 2/3] x86: Add support for running a nested guest multiple times in one test
` [kvm-unit-tests PATCH v4 3/3] x86: Add test coverage for nested_vmx_reflect_vmexit() testing

[PATCH] KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
 2022-01-21 18:42 UTC 

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2022-01-21 18:15 UTC  (12+ messages)

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-21 17:14 UTC  (10+ messages)
` [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[PATCH v17] qapi: introduce 'x-query-x86-cpuid' QMP command
 2022-01-21 16:39 UTC 

[PATCH v16] qapi: introduce 'x-query-x86-cpuid' QMP command
 2022-01-21 16:33 UTC  (3+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-21 15:50 UTC  (3+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[kvm-unit-tests PATCH] vmx: Fix EPT accessed and dirty flag test
 2022-01-21 15:50 UTC  (2+ messages)

[PATCH v2] vhost: cache avail index in vhost_enable_notify()
 2022-01-21 15:31 UTC 

[PATCH kvm-unit-tests v1 0/8] s390x: Extend instruction interception tests
 2022-01-21 15:09 UTC  (9+ messages)
` [PATCH kvm-unit-tests v1 1/8] s390x: Add more tests for MSCH
` [PATCH kvm-unit-tests v1 2/8] s390x: Add test for PFMF low-address protection
` [PATCH kvm-unit-tests v1 3/8] s390x: Add sck tests
` [PATCH kvm-unit-tests v1 4/8] s390x: Add tests for STCRW
` [PATCH kvm-unit-tests v1 5/8] s390x: Add more tests for SSCH
` [PATCH kvm-unit-tests v1 6/8] s390x: Add more tests for STSCH
` [PATCH kvm-unit-tests v1 7/8] s390x: Add tests for TSCH
` [PATCH kvm-unit-tests v1 8/8] s390x: Add EPSW test

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-21 13:50 UTC  (19+ messages)
` [RFC PATCH v1 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [RFC PATCH v1 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

[kvm-unit-tests PATCH] Use a prefix for the STANDALONE environment variable
 2022-01-21 12:04 UTC  (2+ messages)

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-21 11:33 UTC  (15+ messages)
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs

[PATCH] KVM: x86: skip host CPUID call for hypervisor leaves
 2022-01-21 11:08 UTC  (2+ messages)

[PATCH 0/9] KVM: SVM: Fix and clean up "can emulate" mess
 2022-01-21  8:30 UTC  (23+ messages)
` [PATCH 1/9] KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
` [PATCH 2/9] Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
` [PATCH 3/9] KVM: SVM: Don't intercept #GP for SEV guests
` [PATCH 4/9] KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support
` [PATCH 5/9] KVM: x86: Pass emulation type to can_emulate_instruction()
` [PATCH 6/9] KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests
` [PATCH 7/9] KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer
` [PATCH 8/9] KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access
` [PATCH 9/9] KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode

[PATCH v2 0/3] Provide VM capability to disable PMU virtualization for individual VMs
 2022-01-21  6:59 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: introduce function to create test VM without vcpus
` [PATCH v2 3/3] selftests: Verify disabling PMU via KVM_CAP_CONFIG_PMU

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2022-01-21  2:14 UTC  (3+ messages)

[RFC PATCH v3 01/11] KVM: Capture VM start
 2022-01-20 19:16 UTC  (12+ messages)

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-20 18:20 UTC  (3+ messages)
` [PATCH V2 06/10] selftests: landlock: Add the uapi headers include variable

[PATCH] KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
 2022-01-20 17:42 UTC  (5+ messages)

[PATCH 0/2] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-01-20 17:39 UTC  (3+ messages)
` [PATCH 1/2] kvm: selftests: aarch64: fix assert in gicv3_access_reg
` [PATCH 2/2] kvm: selftests: aarch64: fix some vgic related comments

[PATCH v2] KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
 2022-01-20 17:30 UTC  (3+ messages)

[PATCH] docs: kvm: fix WARNINGs from api.rst
 2022-01-20 17:13 UTC  (3+ messages)

[PATCH 0/2] KVM: selftests: Add powerpc support
 2022-01-20 17:01 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH 2/2] KVM: selftests: Add support for ppc64le

[PATCH v1] vhost: cache avail index in vhost_enable_notify()
 2022-01-20 16:55 UTC  (6+ messages)

[kvm-unit-tests 00/13] Add #VC exception handling for AMD SEV-ES
 2022-01-20 16:18 UTC  (15+ messages)
` [kvm-unit-tests 01/13] x86/efi: Allow specifying AMD SEV/SEV-ES guest launch policy
` [kvm-unit-tests 02/13] x86: AMD SEV-ES: Setup #VC exception handler for AMD SEV-ES
` [kvm-unit-tests 03/13] x86: Move svm.h to lib/x86/
` [kvm-unit-tests 04/13] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests 05/13] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests 06/13] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests 07/13] x86: AMD SEV-ES: Handle WBINVD #VC
` [kvm-unit-tests 08/13] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests 09/13] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests 10/13] x86: AMD SEV-ES: Handle RDTSC/RDTSCP #VC
` [kvm-unit-tests 11/13] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests 12/13] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests 13/13] x86: AMD SEV-ES: Handle string IO for "

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2022-01-20 15:05 UTC  (7+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH v8 32/40] x86/compressed: use firmware-validated CPUID for SEV-SNP guests

[PATCH] KVM: x86/xcr0: Don't make XFEATURE_MASK_SSE a mandatory bit setting
 2022-01-20 12:01 UTC  (3+ messages)
  ` [DROP][PATCH] "

[GIT PULL] VFIO updates for v5.17-rc1
 2022-01-20 11:59 UTC  (2+ messages)

[PATCH] selftests: kvm/x86: Check if cpuid_d_0_ebx follows XCR0 value change
 2022-01-20 11:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-20 11:27 UTC  (22+ messages)
          ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

linux-next: manual merge of the kvm-fixes tree with Linus' tree
 2022-01-20 10:47 UTC  (2+ messages)

[PATCH] KVM: x86: Fix the #GP(0) and #UD conditions for XSETBV emulation
 2022-01-20  9:49 UTC  (8+ messages)
      ` [DROP][PATCH] "

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-20  9:47 UTC  (7+ messages)
` [PATCH v2 21/30] KVM: s390: pci: handle refresh of PCI translations

[PATCH 0/2] KVM: x86/emulator: Fix wrong checks when loading code segment in emulator
 2022-01-20  9:33 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/emulator: Defer not-present segment check in __load_segment_descriptor()
` [PATCH 2/2] KVM: x86: Fix wrong privilege check for code segment "

[kvm-unit-tests PATCH 0/2] x86/emulator: Add some tests for loading segment descriptor in emulator
 2022-01-20  9:26 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86/emulator: Add some tests for lret instruction emulation
` [kvm-unit-tests PATCH 2/2] x86/emulator: Add some tests for ljmp "

[PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error
 2022-01-20  8:46 UTC 

linux-next: build warning after merge of the kvm tree
 2022-01-20  5:52 UTC  (4+ messages)

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-20  5:34 UTC  (6+ messages)
` [PATCH v5 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well


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