public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 23:22:49 to 2025-11-16 06:32:21 UTC [more...]

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-16  6:32 UTC  (11+ messages)

[PATCH] KVM: selftests: Include missing uapi header for *_VECTOR definitions
 2025-11-15 11:08 UTC 

[kvm-unit-tests PATCH v4 00/18] x86: Improve CET tests
 2025-11-15  6:15 UTC  (22+ messages)
` [kvm-unit-tests PATCH v4 01/18] x86: cet: Pass virtual addresses to invlpg
` [kvm-unit-tests PATCH v4 02/18] x86: cet: Remove unnecessary memory zeroing for shadow stack
` [kvm-unit-tests PATCH v4 03/18] x86: cet: Directly check for #CP exception in run_in_user()
` [kvm-unit-tests PATCH v4 04/18] x86: cet: Validate #CP error code
` [kvm-unit-tests PATCH v4 05/18] x86: cet: Use report_skip()
` [kvm-unit-tests PATCH v4 06/18] x86: cet: Drop unnecessary casting
` [kvm-unit-tests PATCH v4 07/18] x86: cet: Validate writing unaligned values to SSP MSR causes #GP
` [kvm-unit-tests PATCH v4 08/18] x86: cet: Validate CET states during VMX transitions
` [kvm-unit-tests PATCH v4 09/18] x86: cet: Make shadow stack less fragile
` [kvm-unit-tests PATCH v4 10/18] x86: cet: Simplify IBT test
` [kvm-unit-tests PATCH v4 11/18] x86: cet: Use symbolic values for the #CP error codes
` [kvm-unit-tests PATCH v4 12/18] x86: cet: Test far returns too
` [kvm-unit-tests PATCH v4 13/18] x86: Avoid top-most page for vmalloc on x86-64
` [kvm-unit-tests PATCH v4 14/18] x86: cet: Run SHSTK and IBT tests as appropriate if either feature is supported
` [kvm-unit-tests PATCH v4 15/18] x86: cet: Drop the "intel_" prefix from the CET testcase
` [kvm-unit-tests PATCH v4 16/18] x86: cet: Enable NOTRACK handling for IBT tests
` [kvm-unit-tests PATCH v4 17/18] x86: cet: Reset IBT tracker state on #CP violations
` [kvm-unit-tests PATCH v4 18/18] x86: cet: Add testcases to verify KVM rejects emulation of CET instructions

[kvm-unit-tests PATCH v3 00/17] x86: Improve CET tests
 2025-11-15  5:09 UTC  (25+ messages)
` [kvm-unit-tests PATCH v3 01/17] x86/run_in_user: Add an "end branch" marker on the user_mode destination
` [kvm-unit-tests PATCH v3 02/17] x86: cet: Pass virtual addresses to invlpg
` [kvm-unit-tests PATCH v3 03/17] x86: cet: Remove unnecessary memory zeroing for shadow stack
` [kvm-unit-tests PATCH v3 04/17] x86: cet: Directly check for #CP exception in run_in_user()
` [kvm-unit-tests PATCH v3 05/17] x86: cet: Validate #CP error code
` [kvm-unit-tests PATCH v3 06/17] x86: cet: Use report_skip()
` [kvm-unit-tests PATCH v3 07/17] x86: cet: Drop unnecessary casting
` [kvm-unit-tests PATCH v3 08/17] x86: cet: Validate writing unaligned values to SSP MSR causes #GP
` [kvm-unit-tests PATCH v3 09/17] x86: cet: Validate CET states during VMX transitions
` [kvm-unit-tests PATCH v3 10/17] x86: cet: Make shadow stack less fragile
` [kvm-unit-tests PATCH v3 11/17] x86: cet: Simplify IBT test
` [kvm-unit-tests PATCH v3 12/17] x86: cet: Use symbolic values for the #CP error codes
` [kvm-unit-tests PATCH v3 13/17] x86: cet: Test far returns too
` [kvm-unit-tests PATCH v3 14/17] x86: Avoid top-most page for vmalloc on x86-64
` [kvm-unit-tests PATCH v3 15/17] x86/cet: Run SHSTK and IBT tests as appropriate if either feature is supported
` [kvm-unit-tests PATCH v3 16/17] x86/cet: Drop the "intel_" prefix from the CET testcase
` [kvm-unit-tests PATCH v3 17/17] x86/cet: Add testcases to verify KVM rejects emulation of CET instructions

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-11-15  4:56 UTC  (5+ messages)

[PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
 2025-11-15  4:10 UTC  (4+ messages)
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-15  0:52 UTC  (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[RFC PATCH 0/4] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-11-14 23:55 UTC  (5+ messages)

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-14 23:33 UTC  (25+ messages)
` [PATCH 2/9] KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
` [PATCH 3/9] KVM: SVM: Add a helper to detect VMRUN failures
` [PATCH 4/9] KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
` [PATCH 5/9] KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
` [PATCH 6/9] KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
` [PATCH 7/9] KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
` [PATCH 8/9] KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM

[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
 2025-11-14 22:13 UTC  (8+ messages)
` [PATCH net-next v9 06/14] vsock/loopback: add netns support

[PATCH] KVM: selftests: Add SYNC after guest ITS setup in vgic_lpi_stress
 2025-11-14 20:26 UTC  (3+ messages)

[PATCH 00/10] KVM: emulate: enable AVX moves
 2025-11-14 20:10 UTC  (14+ messages)
` [PATCH 01/10] KVM: emulate: add MOVNTDQA
` [PATCH 02/10] KVM: emulate: move Src2Shift up one bit
` [PATCH 03/10] KVM: emulate: improve formatting of flags table
` [PATCH 04/10] KVM: emulate: move op_prefix to struct x86_emulate_ctxt
` [PATCH 05/10] KVM: emulate: share common register decoding code
` [PATCH 06/10] KVM: emulate: add get_xcr callback
` [PATCH 07/10] KVM: emulate: add AVX support to register fetch and writeback
` [PATCH 08/10] KVM: x86: Refactor REX prefix handling in instruction emulation
` [PATCH 09/10] KVM: emulate: decode VEX prefix
` [PATCH 10/10] KVM: emulate: enable AVX moves

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-14 18:26 UTC  (12+ messages)
` [PATCH v5 2/5] iommu: Tiny domain for iommu_setup_dma_ops()
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v5 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
 2025-11-14 17:41 UTC  (9+ messages)
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity

[PATCH] KVM: selftests: Use GUEST_ASSERT_EQ() to check exit codes in Hyper-V SVM test
 2025-11-14 16:58 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix redundant updates of LBR MSR intercepts
 2025-11-14 16:52 UTC  (3+ messages)

[PATCH v5 0/9] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-14 16:40 UTC  (15+ messages)
` [PATCH v5 1/9] KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()
` [PATCH v5 2/9] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
` [PATCH v5 3/9] x86/bugs: Decouple ALTERNATIVE usage from VERW macro definition
` [PATCH v5 4/9] x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
` [PATCH v5 5/9] KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
` [PATCH v5 6/9] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS
` [PATCH v5 7/9] KVM: VMX: Bundle all L1 data cache flush mitigation code together
` [PATCH v5 8/9] KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n
` [PATCH v5 9/9] KVM: x86: Unify L1TF flushing under per-CPU variable

[PATCH v2 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2025-11-14 15:35 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v2 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v2 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v2 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only

[PATCH v7 0/2] KVM: guest_memfd: use write for population
 2025-11-14 15:23 UTC  (4+ messages)
` [PATCH v7 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v7 2/2] KVM: selftests: update guest_memfd write tests

[PATCH] KVM: arm64: GICv3: Don't advertise ICH_HCR_EL2.En==1 when no vgic is configured
 2025-11-14 15:04 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/17] x86/vmx: align with Linux kernel VMX definitions
 2025-11-14 14:52 UTC  (3+ messages)

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-14 14:09 UTC  (3+ messages)
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1

[GIT PULL] KVM/arm64 fix for 6.18, take #3
 2025-11-14 11:34 UTC 

[PATCH v4 0/4] SEV-SNP guest policy bit support updates
 2025-11-14  9:37 UTC  (3+ messages)
` [PATCH v4 2/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-11-14  9:21 UTC  (29+ messages)
` [RFC PATCH v2 02/23] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH v2 03/23] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
` [RFC PATCH v2 12/23] KVM: x86/mmu: Introduce kvm_split_cross_boundary_leafs()
` [RFC PATCH v2 14/23] KVM: TDX: Split and inhibit huge mappings if a VMExit carries level info
` [RFC PATCH v2 23/23] KVM: TDX: Turn on PG_LEVEL_2M after TD is RUNNABLE

[kvm-unit-tests PATCH] x86/vmexit: Add WBINVD and INVD VM-Exit latency testcases
 2025-11-14  9:06 UTC  (2+ messages)

[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
 2025-11-14  9:03 UTC  (2+ messages)

[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2025-11-14  8:50 UTC  (6+ messages)
` [PATCH v4 4/4] KVM: SVM: Add Bus Lock Detect support

[RFC PATCH 0/7] KVM: SVM: Support for PMC virtualization
 2025-11-14  6:38 UTC  (4+ messages)
` [RFC PATCH 4/7] KVM: x86/pmu: Add support for hardware virtualized PMUs

[PATCH net] vhost: rewind next_avail_head while discarding descriptors
 2025-11-14  6:25 UTC  (4+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-14  6:19 UTC  (3+ messages)
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match

[PATCH v3 00/14] Improvements for (nested) SVM testing
 2025-11-14  5:46 UTC  (16+ messages)
` [PATCH v3 02/14] x86/vmx: Skip vmx_pf_exception_test_fep early if FEP is not available
` [PATCH v3 09/14] x86/svm: Deflake svm_tsc_scale_test
` [PATCH v3 12/14] x86/svm: Cleanup LBRV tests
` [PATCH v3 14/14] x86/svm: Rename VMCB fields to match KVM

[GIT PULL] VFIO fixes for v6.18-rc6
 2025-11-14  1:05 UTC  (2+ messages)

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-11-14  0:53 UTC  (5+ messages)

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2025-11-14  0:52 UTC  (4+ messages)

[PATCH] KVM: VMX: Make loaded_vmcs_clear() static in vmx.c
 2025-11-14  0:46 UTC  (2+ messages)

[kvm-unit-tests] x86/svm: Correctly extract the IP from LBR MSRs
 2025-11-14  0:46 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Print error code for unhandled exceptions
 2025-11-14  0:46 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] x86 hypercall spring^W summer cleanup
 2025-11-14  0:46 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Fix triple fault in eventinj test
 2025-11-14  0:46 UTC  (2+ messages)

[PATCH] KVM: x86: Use "checked" versions of get_user() and put_user()
 2025-11-14  0:46 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-11-14  0:38 UTC  (2+ messages)
`  "

[PATCH kvm-unit-tests] xsave: add testcase for emulation of AVX instructions
 2025-11-14  0:32 UTC 

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-14  0:05 UTC  (11+ messages)
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE

[kvm-unit-tests PATCH] x86/emulator: Treat DR6_BUS_LOCK as writable if CPU has BUS_LOCK_DETECT
 2025-11-13 23:54 UTC 

[PATCH RFC v1 00/20] KVM: x86: Support APX feature for guests
 2025-11-13 23:40 UTC  (27+ messages)
` [PATCH RFC v1 08/20] KVM: VMX: Support extended register index in exit handling
` [PATCH RFC v1 10/20] KVM: x86: Refactor REX prefix handling in instruction emulation
` [PATCH RFC v1 11/20] KVM: x86: Refactor opcode table lookup "
` [PATCH RFC v1 12/20] KVM: x86: Support REX2-extended register index in the decoder
` [PATCH RFC v1 14/20] KVM: x86: Emulate REX2-prefixed 64-bit absolute jump
` [PATCH RFC v1 15/20] KVM: x86: Reject EVEX-prefix instructions in the emulator
` [PATCH RFC v1 16/20] KVM: x86: Decode REX2 prefix "
` [PATCH RFC v1 17/20] KVM: x86: Prepare APX state setting in XCR0


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