public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-05 19:47:00 to 2025-05-06 20:12:35 UTC [more...]

[PATCH] vfio/pci: Align huge faults to order
 2025-05-06 20:12 UTC  (2+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-06 19:45 UTC  (3+ messages)

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

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-05-06 19:22 UTC  (4+ messages)

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-06 19:18 UTC  (13+ messages)

[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
 2025-05-06 18:24 UTC  (8+ 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 v6 0/7] Introduce CET supervisor state support
 2025-05-06 17:24 UTC  (10+ messages)
` [PATCH v6 1/7] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
  ` [tip: x86/fpu] "
` [PATCH v6 2/7] x86/fpu: Drop @perm from guest pseudo FPU container
` [PATCH v6 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v6 4/7] x86/fpu: Initialize guest FPU permissions from guest defaults
` [PATCH v6 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container "
` [PATCH v6 6/7] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v6 7/7] x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only feature

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

[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
 2025-05-06 16:43 UTC  (44+ messages)
` [PATCH v4 01/43] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v4 02/43] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v4 03/43] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v4 04/43] arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v4 05/43] arm64: sysreg: Update ID_AA64PFR0_EL1 description
` [PATCH v4 06/43] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v4 07/43] arm64: sysreg: Update TRBIDR_EL1 description
` [PATCH v4 08/43] arm64: sysreg: Update CPACR_EL1 description
` [PATCH v4 09/43] arm64: sysreg: Add registers trapped by HFG{R,W}TR2_EL2
` [PATCH v4 10/43] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v4 11/43] arm64: sysreg: Add system instructions trapped by HFGIRT2_EL2
` [PATCH v4 12/43] arm64: Remove duplicated sysreg encodings
` [PATCH v4 13/43] arm64: tools: Resync sysreg.h
` [PATCH v4 14/43] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v4 15/43] arm64: Add FEAT_FGT2 capability
` [PATCH v4 16/43] KVM: arm64: Tighten handling of unknown FGT groups
` [PATCH v4 17/43] KVM: arm64: Simplify handling of negative FGT bits
` [PATCH v4 18/43] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v4 19/43] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_LS64_ACCDATA being disabled
` [PATCH v4 20/43] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v4 21/43] KVM: arm64: Plug FEAT_GCS handling
` [PATCH v4 22/43] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v4 23/43] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v4 24/43] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v4 25/43] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v4 26/43] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v4 27/43] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v4 28/43] KVM: arm64: Remove hand-crafted masks for "
` [PATCH v4 29/43] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v4 30/43] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v4 31/43] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v4 32/43] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v4 33/43] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v4 34/43] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v4 35/43] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v4 36/43] KVM: arm64: Use HCR_EL2 "
` [PATCH v4 37/43] KVM: arm64: Add FEAT_FGT2 registers to the VNCR page
` [PATCH v4 38/43] KVM: arm64: Add sanitisation for FEAT_FGT2 registers
` [PATCH v4 39/43] KVM: arm64: Add trap routing "
` [PATCH v4 40/43] KVM: arm64: Add context-switch "
` [PATCH v4 41/43] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v4 42/43] KVM: arm64: Add FGT descriptors for FEAT_FGT2
` [PATCH v4 43/43] KVM: arm64: Handle TSB CSYNC traps

[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
 2025-05-06 16:29 UTC  (8+ messages)
` [PATCH 2/6] x86/kvm: Rename the KVM private read_msr() function
` [PATCH 3/6] x86/msr: minimize usage of native_*() msr access functions

[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-06 16:27 UTC  (3+ messages)

[RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
 2025-05-06 16:05 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
 2025-05-06 15:57 UTC  (6+ messages)

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

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-06 13:23 UTC  (3+ messages)
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-05-06 13:18 UTC  (11+ messages)
` [RFC PATCH 07/21] KVM: TDX: Add a helper for WBINVD on huge pages with TD's keyID
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages

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

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-06 11:55 UTC  (3+ messages)
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-05-06  9:57 UTC  (3+ messages)
` [Bug 220057] "

[PATCH net-next v4 0/3] vsock: SOCK_LINGER rework
 2025-05-06  9:53 UTC  (8+ messages)
` [PATCH net-next v4 1/3] vsock/virtio: Linger on unsent data
` [PATCH net-next v4 2/3] vsock: Move lingering logic to af_vsock core
` [PATCH net-next v4 3/3] vsock/test: Expand linger test to ensure close() does not misbehave

[PATCH v11 0/9] Provide a new two step DMA mapping API
 2025-05-06  8:55 UTC  (2+ messages)

[PATCH] KVM: selftests: add test for SVE host corruption
 2025-05-06  8:51 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
 2025-05-06  8:42 UTC  (2+ messages)

[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
 2025-05-06  8:05 UTC  (4+ messages)
` [PATCH 3/3] riscv: Move all duplicate insn parsing "

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-05-06  3:33 UTC  (8+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v5 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaults

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-05-06  2:40 UTC  (8+ messages)

[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-05-06  1:40 UTC  (2+ messages)

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

[PATCH][v2] KVM: Remove obsolete comment about locking for kvm_io_bus_read/write
 2025-05-06  1:22 UTC 

[PATCH] KVM: selftests: Add a test for x86's fastops emulation
 2025-05-06  1:12 UTC 

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

[PATCH AUTOSEL 5.15 036/153] vfio/pci: Handle INTx IRQ_NOTCONNECTED
 2025-05-05 23:11 UTC 

[PATCH AUTOSEL 6.1 049/212] vfio/pci: Handle INTx IRQ_NOTCONNECTED
 2025-05-05 23:03 UTC 

[PATCH AUTOSEL 6.6 060/294] vfio/pci: Handle INTx IRQ_NOTCONNECTED
 2025-05-05 22:54 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 160/294] vhost-scsi: Return queue full for page alloc failures during copy

[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] MAINTAINERS: Update Atish's email address
 2025-05-05 21:27 UTC 

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


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