public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 11:04:49 to 2025-11-14 09:37:41 UTC [more...]

[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
 2025-11-14  9:37 UTC  (17+ messages)
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-14  9:37 UTC  (8+ 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] KVM: arm64: GICv3: Don't advertise ICH_HCR_EL2.En==1 when no vgic is configured
 2025-11-14  9:35 UTC 

[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
 2025-11-14  9:33 UTC  (13+ messages)
` [PATCH net-next v9 03/14] vsock/virtio: add netns support to virtio transport and virtio common
` [PATCH net-next v9 06/14] vsock/loopback: add netns support

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-11-14  9:21 UTC  (30+ 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)

[kvm-unit-tests PATCH v3 00/17] x86: Improve CET tests
 2025-11-14  8:59 UTC  (20+ 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

[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

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-14  5:26 UTC  (21+ messages)
` [PATCH 1/9] KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
` [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 9/9] KVM: SVM: Harden exit_code against being used in Spectre-like attacks

[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  (9+ messages)

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

[PATCH 00/10] KVM: emulate: enable AVX moves
 2025-11-14  0:51 UTC  (12+ 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] 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  (17+ 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  (37+ messages)
` [PATCH RFC v1 02/20] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH RFC v1 07/20] KVM: nVMX: Support the extended instruction info field
` [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

[PATCH v5 0/9] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-13 23:37 UTC  (10+ 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] KVM: guest_memfd: Elaborate on how release() vs. get_pfn() is safe against UAF
 2025-11-13 23:22 UTC 

[PATCH 0/5] KVM: SVM: Fix and clean up OSVW handling
 2025-11-13 23:14 UTC  (6+ messages)
` [PATCH 1/5] KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
` [PATCH 2/5] KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
` [PATCH 3/5] KVM: SVM: Extract OS-visible workarounds setup to helper function
` [PATCH 4/5] KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
` [PATCH 5/5] KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-13 23:07 UTC  (4+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 2/3] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v9 00/22] Enable FRED with KVM VMX
 2025-11-13 22:20 UTC  (3+ messages)

[PATCH 0/2] KVM: SVM: Add fast MMIO bus writes
 2025-11-13 22:16 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
` [PATCH 2/2] KVM: SVM: Add support for expedited writes to the fast MMIO bus

[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-13 22:01 UTC  (12+ messages)
` [PATCH v4 4/8] KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
` [PATCH v4 5/8] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS

[PATCH] KVM: arm64: GICv3: Check the implementation before accessing ICH_VTR_EL2
 2025-11-13 21:37 UTC  (2+ messages)

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

[PATCH v2 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-11-13 21:13 UTC  (4+ messages)

[PATCH] KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
 2025-11-13 21:02 UTC  (3+ messages)

[PATCH v6 0/4] KVM: x86: Fix hard lockup with periodic timer in guest
 2025-11-13 20:51 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
` [PATCH v6 2/4] KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
` [PATCH v6 3/4] KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
` [PATCH v6 4/4] KVM: x86: Grab lapic_timer in a local variable to cleanup periodic code

[PATCH v3 0/5] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
 2025-11-13 19:01 UTC  (2+ messages)
` (subset) "

[PATCH RESEND] KVM: TDX: Use struct_size and simplify tdx_get_capabilities
 2025-11-13 18:55 UTC  (7+ messages)

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-13 15:32 UTC  (4+ messages)
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-13 15:24 UTC  (3+ messages)
` [PATCH RFC v2 06/11] KVM: s390: Add helper to pin multiple guest pages

[PATCH v2] KVM: s390: Add capability that forwards operation exceptions
 2025-11-13 14:32 UTC 

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-13 13:56 UTC  (15+ messages)
` [PATCH 02/10] sched/fair: Add rate-limiting and validation helpers
` [PATCH 04/10] sched/fair: Add penalty calculation and application logic

[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
 2025-11-13 12:05 UTC  (4+ messages)
` [PATCH v3 2/2] target/arm/kvm: "


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