messages from 2025-04-30 09:28:48 to 2025-05-01 11:05:00 UTC [more...]
[PATCH] vringh: use bvec_kmap_local
2025-05-01 11:04 UTC (4+ messages)
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-05-01 11:01 UTC (9+ messages)
` [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 v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-05-01 10:30 UTC (24+ messages)
` [PATCH v2 01/13] x86/kvm/emulate: Implement test_cc() in C
` [PATCH v2 02/13] x86/kvm/emulate: Introduce COP1
` [PATCH v2 03/13] x86/kvm/emulate: Introduce COP2
` [PATCH v2 04/13] x86/kvm/emulate: Introduce COP2R
` [PATCH v2 05/13] x86/kvm/emulate: Introduce COP2W
` [PATCH v2 06/13] x86/kvm/emulate: Introduce COP2CL
` [PATCH v2 07/13] x86/kvm/emulate: Introduce COP1SRC2
` [PATCH v2 08/13] x86/kvm/emulate: Introduce COP3WCL
` [PATCH v2 09/13] x86/kvm/emulate: Convert em_salc() to C
` [PATCH v2 10/13] x86/kvm/emulate: Remove fastops
` [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
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-01 9:53 UTC (20+ 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 v8 10/13] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v8 11/13] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v8 12/13] KVM: x86: KVM_X86_SW_PROTECTED_VM to support guest_memfd shared memory
` [PATCH v8 13/13] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-05-01 9:05 UTC (3+ messages)
` [Bug 220057] "
[PATCH v4 0/5] KVM: lockdep improvements
2025-05-01 8:24 UTC (7+ 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
Re: Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-05-01 8:19 UTC (13+ messages)
` "
` [PATCH final?] "
` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
[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 v3 00/33] single-binary: compile target/arm twice
2025-05-01 6:23 UTC (34+ 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 v4 00/15] MSR code cleanup part one
2025-05-01 5:42 UTC (7+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4A "
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-01 3:50 UTC (33+ messages)
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [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 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
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-05-01 2:40 UTC (4+ messages)
[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
2025-05-01 2:04 UTC
[PATCH] vhost/net: remove zerocopy support
2025-05-01 1:21 UTC (6+ messages)
[PATCH] KVM: selftests: Use $(SRCARCH) instead of $(ARCH)
2025-05-01 0:34 UTC (2+ messages)
[PATCH v2 00/12] single-binary: compile target/arm twice
2025-04-30 23:49 UTC (28+ messages)
` [PATCH v2 01/12] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v2 02/12] include/system/hvf: missing vaddr include
` [PATCH v2 03/12] meson: add common libs for target and target_system
` [PATCH v2 04/12] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v2 05/12] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v2 06/12] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v2 07/12] accel/hvf: add hvf_enabled() for common code
` [PATCH v2 08/12] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v2 09/12] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v2 10/12] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v2 11/12] target/arm/cpu: compile file twice (user, system) only
` [PATCH v2 12/12] target/arm/cpu32-stubs.c: compile file twice (user, system)
[PATCH v2] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
2025-04-30 22:09 UTC
[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 (5+ messages)
` [PATCH 1/2] KVM: selftests: Add default testfiles for KVM selftests runner
` [PATCH 2/2] KVM: selftests: Create KVM selftest runner
[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 (6+ messages)
` [PATCH v3 1/4] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v3 2/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus
` [PATCH v3 3/4] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v3 4/4] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it
[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
2025-04-30 20:09 UTC (2+ messages)
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-30 20:00 UTC (6+ messages)
[PATCH v5 0/7] Introduce CET supervisor state support
2025-04-30 18:29 UTC (19+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v5 4/7] x86/fpu: Initialize guest FPU permissions from guest defaults
` [PATCH v5 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container "
Linux-next TDX regression test report
2025-04-30 15:44 UTC
[PATCH 00/13] single-binary: compile target/arm twice
2025-04-30 14:39 UTC (4+ messages)
` [PATCH 12/13] target/arm/cpu: compile file twice (user, system) only
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-04-30 14:38 UTC (15+ messages)
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
[PATCH net-next v3 0/4] vsock: SOCK_LINGER rework
2025-04-30 13:50 UTC (17+ messages)
` [PATCH net-next v3 1/4] vsock/virtio: Linger on unsent data
` [PATCH net-next v3 2/4] vsock/virtio: Reduce indentation in virtio_transport_wait_close()
` [PATCH net-next v3 3/4] vsock: Move lingering logic to af_vsock core
[PATCH v4 0/5] Add support for the Bus Lock Threshold
2025-04-30 11:30 UTC (12+ messages)
` [PATCH v4 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v4 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
2025-04-30 11:15 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