public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-03 21:18:40 to 2025-05-05 22:57:19 UTC [more...]

[PATCH 0/2] Add KVM selftest runner
 2025-05-05 22:57 UTC  (8+ messages)
` [PATCH 1/2] KVM: selftests: Add default testfiles for KVM selftests runner
` [PATCH 2/2] KVM: selftests: Create KVM selftest runner

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-05 22:57 UTC  (6+ messages)

[PATCH AUTOSEL 6.14 083/642] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
 2025-05-05 22:48 UTC  (6+ messages)
` [PATCH AUTOSEL 6.14 124/642] vfio/pci: Handle INTx IRQ_NOTCONNECTED
` [PATCH AUTOSEL 6.14 317/642] x86/bugs: KVM: Add support for SRSO_MSR_FIX
` [PATCH AUTOSEL 6.14 330/642] vhost-scsi: Return queue full for page alloc failures during copy

[PATCH AUTOSEL 6.12 098/486] vfio/pci: Handle INTx IRQ_NOTCONNECTED
 2025-05-05 22:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 258/486] vhost-scsi: Return queue full for page alloc failures during copy

[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
 2025-05-05 21:39 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH 2/5] RISC-V: KVM: Add a hstateen lazy enabler helper function
` [PATCH 3/5] RISC-V: KVM: Support lazy enabling of siselect and aia bits
` [PATCH 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
` [PATCH 5/5] RISC-V: KVM: Remove the boot time enabling of hstateen bits

[PATCH] MAINTAINERS: Update Atish's email address
 2025-05-05 21:27 UTC 

[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-05 21:06 UTC  (3+ messages)
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH] RISC-V: KVM: Remove experimental tag for RISC-V
 2025-05-05 19:46 UTC 

[PATCH v5 00/48] single-binary: compile target/arm twice
 2025-05-05 19:37 UTC  (74+ messages)
` [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v5 02/48] include/system/hvf: missing vaddr include
` [PATCH v5 03/48] meson: add common libs for target and target_system
` [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
` [PATCH v5 05/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v5 06/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v5 07/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v5 08/48] accel/hvf: add hvf_enabled() for common code
` [PATCH v5 09/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v5 10/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v5 11/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v5 12/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v5 13/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v5 14/48] tcg: add vaddr type for helpers
` [PATCH v5 15/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v5 17/48] target/arm/helper: extract common helpers
` [PATCH v5 18/48] target/arm/debug_helper: only include "
` [PATCH v5 19/48] target/arm/debug_helper: remove target_ulong
` [PATCH v5 20/48] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v5 21/48] target/arm/helper: restrict include to common helpers
` [PATCH v5 22/48] target/arm/helper: replace target_ulong by vaddr
` [PATCH v5 23/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v5 24/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v5 25/48] target/arm/helper: compile file twice (user, system)
` [PATCH v5 26/48] target/arm/vfp_fpscr: "
` [PATCH v5 27/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v5 28/48] target/arm/arch_dump: compile file once (system)
` [PATCH v5 29/48] target/arm/arm-powerctl: "
` [PATCH v5 30/48] target/arm/cortex-regs: "
` [PATCH v5 31/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v5 32/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v5 33/48] target/arm/ptw: compile file once (system)
` [PATCH v5 34/48] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v5 35/48] target/arm/kvm-stub: compile file once (system)
` [PATCH v5 36/48] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v5 37/48] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v5 38/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v5 39/48] target/arm/kvm-stub: add missing stubs
` [PATCH v5 40/48] target/arm/machine: compile file once (system)
` [PATCH v5 41/48] target/arm/tcg/crypto_helper: compile file twice (system, user)
` [PATCH v5 42/48] target/arm/tcg/hflags: "
` [PATCH v5 43/48] target/arm/tcg/iwmmxt_helper: "
` [PATCH v5 44/48] target/arm/tcg/neon_helper: "
` [PATCH v5 45/48] target/arm/tcg/tlb_helper: "
` [PATCH v5 46/48] target/arm/tcg/tlb-insns: "
` [PATCH v5 47/48] target/arm/tcg/arith_helper: "
` [PATCH v5 48/48] target/arm/tcg/vfp_helper: "

[PATCH net-next v13 0/9] Device memory TCP TX
 2025-05-05 19:21 UTC  (9+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path

Re: Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-05-05 18:25 UTC  (17+ messages)
      `  "
        ` [PATCH final?] "
          ` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar

[PATCH v2] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
 2025-05-05 18:03 UTC 

KVM Forum 2025 Call for Presentations
 2025-05-05 17:10 UTC 

[PATCH v3 0/2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-05-05 16:34 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-05 16:14 UTC  (7+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v1 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v1 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v1 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v1 6/6] Documentation: kvm: new uAPI for handling SEA

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (13+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-05-05 15:10 UTC  (3+ messages)

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-05 12:46 UTC  (9+ messages)
` [RFC, PATCH 01/12] x86/virt/tdx: Allocate page bitmap for "
` [RFC, PATCH 02/12] x86/virt/tdx: Allocate reference counters for PAMT memory
` [RFC, PATCH 05/12] KVM: TDX: Add tdx_pamt_get()/put() helpers
` [RFC, PATCH 06/12] KVM: TDX: Allocate PAMT memory in __tdx_td_init()

[PATCH v11 0/9] Provide a new two step DMA mapping API
 2025-05-05 12:29 UTC  (11+ messages)
` [PATCH v11 1/9] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v11 2/9] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v11 3/9] iommu: generalize the batched sync after map interface
` [PATCH v11 4/9] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v11 5/9] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v11 6/9] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v11 7/9] dma-mapping: Implement link/unlink ranges API
` [PATCH v11 8/9] dma-mapping: add a dma_need_unmap helper
` [PATCH v11 9/9] docs: core-api: document the IOVA-based API

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-05-05  8:53 UTC  (2+ messages)

[PATCH v6 0/4] Enable Secure TSC for SEV-SNP
 2025-05-05  4:50 UTC  (3+ messages)

[PATCH v4 00/40] single-binary: compile target/arm twice
 2025-05-04 16:29 UTC  (53+ messages)
` [PATCH v4 01/40] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v4 02/40] include/system/hvf: missing vaddr include
` [PATCH v4 03/40] meson: add common libs for target and target_system
` [PATCH v4 04/40] meson: apply target config for picking files from libsystem and libuser
` [PATCH v4 05/40] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v4 06/40] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v4 07/40] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v4 08/40] accel/hvf: add hvf_enabled() for common code
` [PATCH v4 09/40] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v4 10/40] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v4 11/40] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v4 12/40] target/arm/cpu: compile file twice (user, system) only
` [PATCH v4 13/40] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v4 14/40] tcg: add vaddr type for helpers
` [PATCH v4 15/40] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v4 16/40] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v4 17/40] target/arm/helper: extract common helpers
` [PATCH v4 18/40] target/arm/debug_helper: only include "
` [PATCH v4 19/40] target/arm/debug_helper: remove target_ulong
` [PATCH v4 20/40] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v4 21/40] target/arm/helper: restrict include to common helpers
` [PATCH v4 22/40] target/arm/helper: replace target_ulong by vaddr
` [PATCH v4 23/40] target/arm/helper: expose aarch64 cpu registration
` [PATCH v4 24/40] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v4 25/40] target/arm/helper: compile file twice (user, system)
` [PATCH v4 26/40] target/arm/vfp_fpscr: "
` [PATCH v4 27/40] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v4 28/40] target/arm/arch_dump: compile file once (system)
` [PATCH v4 29/40] target/arm/arm-powerctl: "
` [PATCH v4 30/40] target/arm/cortex-regs: "
` [PATCH v4 31/40] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v4 32/40] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v4 33/40] target/arm/ptw: compile file once (system)
` [PATCH v4 34/40] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v4 35/40] target/arm/kvm-stub: compile file once (system)
` [PATCH v4 36/40] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v4 37/40] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v4 38/40] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v4 39/40] target/arm/kvm-stub: add missing stubs
` [PATCH v4 40/40] target/arm/machine: compile file once (system)

[PATCH v3 00/33] single-binary: compile target/arm twice
 2025-05-04 15:52 UTC  (29+ messages)
` [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
` [PATCH v3 15/33] target/arm/helper: extract common helpers
` [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
` [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
` [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
` [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw


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