messages from 2025-05-05 15:45:31 to 2025-05-06 16:44:09 UTC [more...]
[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
2025-05-06 16:43 UTC (9+ 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 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 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
2025-05-06 14:15 UTC (12+ messages)
[PATCH v8 00/10] Basic SEV-SNP Selftests
2025-05-06 13:46 UTC (8+ messages)
[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-05-06 13:32 UTC (12+ messages)
[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
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-06 9:57 UTC (2+ messages)
[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 v6 0/7] Introduce CET supervisor state support
2025-05-06 9:51 UTC (9+ 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 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-06 9:24 UTC (7+ 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 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 (7+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
2025-05-06 1:23 UTC (3+ messages)
[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
[PATCH v5 00/48] single-binary: compile target/arm twice
2025-05-05 19:37 UTC (38+ messages)
` [PATCH v5 01/48] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v5 04/48] meson: apply target config for picking files from libsystem and libuser
` [PATCH v5 14/48] tcg: add vaddr type for helpers
` [PATCH v5 16/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [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: "
Re: Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-05-05 18:25 UTC (15+ messages)
` "
` [PATCH final?] "
` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
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 (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox