public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-24 17:24:39 to 2025-02-26 01:48:41 UTC [more...]

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-26  1:48 UTC  (2+ messages)

[PATCH v7 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-02-26  1:37 UTC  (7+ messages)
` [PATCH v7 1/3] KVM: x86: Add a wbinvd helper
` [PATCH v7 3/3] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH v4 0/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
 2025-02-26  1:35 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] "
  ` [PATCH v6 0/2] "
    ` [PATCH v6 1/2] x86, lib: Add WBNOINVD helper functions

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2025-02-26  1:10 UTC  (3+ messages)
` [Bug 219009] "

[RFC PATCH 0/6] KVM: x86: async PF user
 2025-02-26  0:58 UTC  (8+ messages)

[PATCH v9 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-02-26  0:50 UTC  (5+ messages)

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-02-26  0:38 UTC  (5+ messages)
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
 2025-02-26  0:27 UTC  (18+ messages)
` [PATCH 1/7] KVM: x86: Free vCPUs before freeing VM state
` [PATCH 2/7] KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pending
` [PATCH 3/7] KVM: Assert that a destroyed/freed vCPU is no longer visible
` [PATCH 4/7] KVM: x86: Don't load/put vCPU when unloading its MMU during teardown
` [PATCH 5/7] KVM: x86: Unload MMUs during vCPU destruction, not before
` [PATCH 6/7] KVM: x86: Fold guts of kvm_arch_sync_events() into kvm_arch_pre_destroy_vm()
` [PATCH 7/7] KVM: Drop kvm_arch_sync_events() now that all implementations are nops

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-02-26  0:12 UTC  (4+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v4 0/5] bugfix some driver issues
 2025-02-26  0:09 UTC  (7+ messages)
` [PATCH v4 1/5] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH v4 2/5] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH v4 3/5] hisi_acc_vfio_pci: bugfix cache write-back issue
` [PATCH v4 4/5] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH v4 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver

[PATCH 0/6] IBPB cleanups and a fixup
 2025-02-25 22:40 UTC  (10+ messages)
` [PATCH 1/6] x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
` [PATCH 4/6] x86/bugs: Use a static branch to guard IBPB on vCPU load
` [PATCH 5/6] KVM: nVMX: Always use IBPB to properly virtualize IBRS

[PATCH v5 0/2] KVM: SVM: Make VMGEXIT GHCB exit codes more readable
 2025-02-25 22:39 UTC  (6+ messages)
` [PATCH v5 1/2] KVM: SVM: Convert plain error code numbers to defines
` [PATCH v5 2/2] KVM: SVM: Provide helpers to set the error code

[PATCH RFC] x86: avoid one cpu limit for kvm
 2025-02-25 21:55 UTC  (2+ messages)

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-25 21:02 UTC  (8+ messages)
` [PATCH v5 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v5 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v5 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v5 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v5 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v5 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-25 20:37 UTC  (3+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

[PATCH v6 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2025-02-25 20:35 UTC  (4+ messages)

[RFC PATCH v2 0/2] Eventfd signal on guest AP configuration change
 2025-02-25 20:12 UTC  (3+ messages)
` [RFC PATCH v2 1/2] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
` [RFC PATCH v2 2/2] s390/vfio-ap: Fixing mdev remove notification

[PATCH v7 00/10] Basic SEV-SNP Selftests
 2025-02-25 19:45 UTC  (9+ messages)
` [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure

[PATCH v3 00/27] Enable FRED with KVM VMX
 2025-02-25 19:32 UTC  (22+ messages)
` [PATCH v3 03/27] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v3 20/27] KVM: x86: Allow WRMSRNS to be advertised to guests
` [PATCH v3 21/27] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v3 24/27] KVM: nVMX: Add a prerequisite to existence of VMCS fields

[PATCH v10 00/11] arm64: support poll_idle()
 2025-02-25 19:06 UTC  (4+ messages)
` [PATCH v10 08/11] governors/haltpoll: drop kvm_para_available() check

[PATCH net-next v5 0/9] Device memory TCP TX
 2025-02-25 18:54 UTC  (15+ messages)
` [PATCH net-next v5 3/9] net: devmem: Implement TX path
` [PATCH net-next v5 4/9] net: devmem: make dmabuf unbinding scheduled work
` [PATCH net-next v5 9/9] selftests: ncdevmem: Implement devmem TCP TX

[bugzilla-daemon@kernel.org: [Bug 219619] New: vfio-pci: screen graphics artifacts after 6.12 kernel upgrade]
 2025-02-25 17:59 UTC  (2+ messages)

[PATCH v4 00/16] KVM: arm64: Add NV GICv3 support
 2025-02-25 17:29 UTC  (17+ messages)
` [PATCH v4 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v4 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v4 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v4 04/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH v4 05/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v4 06/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v4 07/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v4 08/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v4 09/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v4 10/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v4 11/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v4 12/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v4 13/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v4 14/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v4 15/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v4 16/16] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3

[PATCH v3 00/30] TDX initialization + vCPU/VM creation
 2025-02-25 17:28 UTC  (12+ messages)
` [PATCH 12/30] KVM: VMX: Initialize TDX during KVM module load
` [PATCH 18/30] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH 20/30] KVM: TDX: create/destroy VM structure
` [PATCH 23/30] KVM: TDX: initialize VM with TDX specific parameters

[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-25 17:01 UTC  (4+ messages)
` [PATCH v5 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-25 16:55 UTC  (11+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types

[PATCH 0/3] KVM: SVM: Zero DEBUGCTL before VMRUN if necessary
 2025-02-25 16:19 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Snapshot the host's DEBUGCTL in common x86
` [PATCH 2/3] KVM: SVM: Manually zero/restore DEBUGCTL if LBR virtualization is disabled
` [PATCH 3/3] KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs

[PATCH 00/10] KVM: SVM: Attempt to cleanup SEV_FEATURES
 2025-02-25 14:42 UTC  (32+ messages)
` [PATCH 01/10] KVM: SVM: Save host DR masks but NOT DRs on CPUs with DebugSwap
` [PATCH 02/10] KVM: SVM: Don't rely on DebugSwap to restore host DR0..DR3
` [PATCH 03/10] KVM: SVM: Terminate the VM if a SEV-ES+ guest is run with an invalid VMSA
` [PATCH 04/10] KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error
` [PATCH 05/10] KVM: SVM: Require AP's "requested" SEV_FEATURES to match KVM's view
` [PATCH 06/10] KVM: SVM: Simplify request+kick logic in SNP AP Creation handling
` [PATCH 07/10] KVM: SVM: Use guard(mutex) to simplify SNP AP Creation error handling
` [PATCH 08/10] KVM: SVM: Mark VMCB dirty before processing incoming snp_vmsa_gpa
` [PATCH 09/10] KVM: SVM: Use guard(mutex) to simplify SNP vCPU state updates
` [PATCH 10/10] KVM: SVM: Invalidate "next" SNP VMSA GPA even on failure

[RFC kvm-unit-tests PATCH 0/4] x86/apic: SVM AVIC tests and some cleanups
 2025-02-25 10:40 UTC  (5+ messages)
` [RFC kvm-unit-tests PATCH 1/4] x86/apic: Move ioapic tests together and add them to apic test group
` [RFC kvm-unit-tests PATCH 2/4] x86/apic: Disable PIT for x2apic test to allow SVM AVIC to be tested
` [RFC kvm-unit-tests PATCH 3/4] x86/apic: Disable PIT for ioapic "
` [RFC kvm-unit-tests PATCH 4/4] x86/apic: Add test for xapic-split

[RFC kvm-unit-tests PATCH] lib: Use __ASSEMBLER__ instead of __ASSEMBLY__
 2025-02-25 13:37 UTC  (2+ messages)

[PATCH 0/2] KVM: s390: Don't use %pK through debug printing or tracepoints
 2025-02-25 13:08 UTC  (5+ messages)
` [PATCH 1/2] KVM: s390: Don't use %pK through tracepoints
` [PATCH 2/2] KVM: s390: Don't use %pK through debug printing

[PATCH v7 00/52] QEMU TDX support
 2025-02-25 11:59 UTC  (7+ messages)
` [PATCH v7 08/52] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v7 16/52] i386/tdvf: Introduce function to parse TDVF metadata

[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-25 10:01 UTC  (6+ messages)

[PATCH v7 05/52] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
 2025-02-25  8:59 UTC  (2+ messages)

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-02-25  7:01 UTC  (15+ messages)
` [PATCH V2 02/12] KVM: x86: Allow the use of kvm_load_host_xsave_state() with guest_state_protected
` [PATCH V2 05/12] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH V2 07/12] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH V2 08/12] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH V2 09/12] KVM: TDX: restore user ret MSRs

[PATCH] KVM: x86: ioapic: Optimize EOI handling to reduce unnecessary VM exits
 2025-02-25  6:42 UTC  (2+ messages)
` [PATCH Resend] "

[PATCH 0/3] update live migration configuration region
 2025-02-25  6:07 UTC  (7+ messages)
` [PATCH 1/3] migration: update BAR space size
` [PATCH 3/3] migration: adapt to new migration configuration

[PATCH] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-02-25  0:45 UTC 

[PATCH v2 0/6] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-25  0:17 UTC  (5+ messages)
` [PATCH v2 4/6] vfio/type1: Use consistent types for page counts
` [PATCH v2 6/6] vfio/type1: Use mapping page mask for pfnmaps

[PATCH v1 0/2] virtio: Add length checks for device writable portions
 2025-02-24 23:31 UTC  (3+ messages)
` [PATCH 1/2] virtio_blk: add length check for device writable portion
` [PATCH 2/2] virtio_fs: "

[PATCH v2 00/14] KVM: arm64: NV userspace ABI
 2025-02-24 19:52 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] two KVM MMU fixes for TDX
 2025-02-24 18:39 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.14 take #1
 2025-02-24 18:20 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.14, take #3
 2025-02-24 18:20 UTC  (2+ messages)

[PATCH] KVM: SVM: Inject #GP if memory operand for INVPCID is non-canonical
 2025-02-24 17:45 UTC 

[PATCH] KVM: x86: Always set mp_state to RUNNABLE on wakeup from HLT
 2025-02-24 17:41 UTC 

[PATCH v2 0/2] KVM: SVM: Fix an STI shadow on VMRUN bug
 2025-02-24 17:29 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow
` [PATCH v2 2/2] KVM: selftests: Assert that STI blocking isn't set after event injection

[kvm-unit-test PATCH 1/3] nVMX: fixed-function performance counters could be not contiguous
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Move SMP #defines from apic-defs.h to smp.h
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Force host-phys-bits for normal maxphyaddr access tests
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data"
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 00/18] x86/pmu: Fixes and improvements
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] x86: LA57 canonical testcases
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH] nVMX: Clear A/D enable bit in EPTP after negative testcase on non-A/D host
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] x86: Use macros for selectors in asm
 2025-02-24 17:24 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] x86: Bump per-CPU stack/data to 12KiB
 2025-02-24 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] x86: Add split/bus lock smoke test
 2025-02-24 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Make set/clear_bit() atomic
 2025-02-24 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH] pmu_lbr: drop check for MSR_LBR_TOS != 0
 2025-02-24 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/5] Collection of tests for canonical checks on LA57 enabled CPUs
 2025-02-24 17:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 0/5] x86: Add test cases for LAM
 2025-02-24 17:23 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