messages from 2025-04-30 20:30:32 to 2025-05-02 01:17:33 UTC [more...]
[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
2025-05-02 1:17 UTC (6+ messages)
` [PATCH v5 1/2] KVM: x86: Advance guest TSC after deep suspend
` [PATCH v5 2/2] KVM: x86: Include host suspended time in steal time
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-02 0:46 UTC (54+ messages)
` [PATCH v8 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v8 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v8 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 41/43] KVM: arm64: Expose support for private memory
` [PATCH v8 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v8 43/43] KVM: arm64: Allow activating realms
[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
2025-05-01 22:35 UTC (3+ messages)
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-01 21:43 UTC (23+ messages)
` [PATCH v8 01/13] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v8 02/13] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v8 03/13] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v8 04/13] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v8 05/13] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
` [PATCH v8 07/13] KVM: Fix comments that refer to slots_lock
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v8 09/13] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
[PATCH v3 00/33] single-binary: compile target/arm twice
2025-05-01 21:14 UTC (68+ messages)
` [PATCH v3 01/33] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v3 02/33] include/system/hvf: missing vaddr include
` [PATCH v3 03/33] meson: add common libs for target and target_system
` [PATCH v3 04/33] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v3 05/33] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v3 07/33] accel/hvf: add hvf_enabled() for common code
` [PATCH v3 08/33] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v3 10/33] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v3 11/33] target/arm/cpu: compile file twice (user, system) only
` [PATCH v3 12/33] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
` [PATCH v3 14/33] target/arm/helper: user i64 for probe_access
` [PATCH v3 15/33] target/arm/helper: extract common helpers
` [PATCH v3 16/33] target/arm/debug_helper: only include "
` [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
` [PATCH v3 18/33] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v3 19/33] target/arm/helper: restrict include to common helpers
` [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
` [PATCH v3 21/33] target/arm/helper: expose aarch64 cpu registration
` [PATCH v3 22/33] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v3 23/33] target/arm/helper: compile file twice (user, system)
` [PATCH v3 24/33] target/arm/vfp_fpscr: "
` [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v3 26/33] target/arm/arch_dump: compile file once (system)
` [PATCH v3 27/33] target/arm/arm-powerctl: "
` [PATCH v3 28/33] target/arm/cortex-regs: "
` [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
` [PATCH v3 31/33] target/arm/ptw: compile file once (system)
` [PATCH v3 32/33] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v3 33/33] target/arm/kvm-stub: compile file once (system)
[PATCH 00/10] KVM: selftests: Convert to kernel-style types
2025-05-01 21:03 UTC (12+ messages)
` [PATCH 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH 10/10] KVM: selftests: Use u8 instead of uint8_t
[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-05-01 20:53 UTC (10+ messages)
` [PATCH 1/3] x86: KVM: VMX: Wrap GUEST_IA32_DEBUGCTL read/write with access functions
` [PATCH 3/3] x86: KVM: VMX: preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while in the guest mode
[PATCH v2] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
2025-05-01 20:47 UTC (2+ messages)
[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-05-01 18:59 UTC (18+ messages)
` [PATCH v2 11/13] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH v2 12/13] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v2 13/13] objtool: Validate kCFI calls
[ANNOUNCE] PUCK Agenda - 2025.04.02 - No Topic
2025-05-01 18:07 UTC (4+ messages)
[PATCH] KVM: selftests: Use $(SRCARCH) instead of $(ARCH)
2025-05-01 17:47 UTC (3+ messages)
Re: Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-05-01 16:56 UTC (14+ messages)
` "
` [PATCH final?] "
` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-05-01 15:50 UTC (6+ messages)
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-05-01 15:28 UTC (7+ messages)
` [Bug 220057] "
[PATCHv3 0/2]
2025-05-01 15:12 UTC (5+ messages)
` [PATCHv3 2/2] kvm: retry nx_huge_page_recovery_thread creation
x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
2025-05-01 15:03 UTC
[PATCH v5 0/7] Introduce CET supervisor state support
2025-05-01 14:24 UTC (6+ 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 v2] vringh: use bvec_kmap_local
2025-05-01 14:22 UTC
[PATCH v4 0/5] KVM: lockdep improvements
2025-05-01 13:55 UTC (11+ messages)
` [PATCH v4 1/5] locking/mutex: implement mutex_trylock_nested
` [PATCH v4 2/5] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v4 3/5] RISC-V: KVM: switch to kvm_trylock/unlock_all_vcpus
` [PATCH v4 4/5] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v4 5/5] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-05-01 13:52 UTC (18+ messages)
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 08/42] arm64: sysreg: Add registers trapped by HFG{R,W}TR2_EL2
` [PATCH v3 13/42] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v3 16/42] KVM: arm64: Simplify handling of negative FGT bits
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 21/42] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v3 28/42] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
2025-05-01 13:44 UTC (2+ messages)
[PATCH v3 0/3] RISC-V KVM selftests improvements
2025-05-01 13:36 UTC (2+ messages)
[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
2025-05-01 13:13 UTC (2+ messages)
[PATCH] vringh: use bvec_kmap_local
2025-05-01 11:04 UTC (3+ messages)
[PATCH net-next v4 0/3] vsock: SOCK_LINGER rework
2025-05-01 8:05 UTC (4+ 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 v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
2025-05-01 5:42 UTC (2+ messages)
` [PATCH v4A "
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-05-01 2:40 UTC (4+ messages)
[PATCH] vhost/net: remove zerocopy support
2025-05-01 1:21 UTC (6+ messages)
[PATCH v2 00/12] single-binary: compile target/arm twice
2025-04-30 23:49 UTC (3+ messages)
` [PATCH v2 08/12] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
[PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
2025-04-30 21:41 UTC (3+ messages)
[PATCH 0/2] Add KVM selftest runner
2025-04-30 21:31 UTC (3+ messages)
` [PATCH 2/2] KVM: selftests: Create "
[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
2025-04-30 20:54 UTC (2+ messages)
[PATCH v3 0/4] KVM: lockdep improvements
2025-04-30 20:30 UTC (2+ 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