messages from 2025-04-29 12:35:13 to 2025-04-30 18:30:07 UTC [more...]
[PATCH v5 0/7] Introduce CET supervisor state support
2025-04-30 18:29 UTC (20+ 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 "
[PATCH v2 00/12] single-binary: compile target/arm twice
2025-04-30 18:28 UTC (14+ 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 v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-30 18:07 UTC (4+ messages)
[PATCH] vringh: use bvec_kmap_local
2025-04-30 17:43 UTC (2+ messages)
[PATCH v4 00/15] MSR code cleanup part one
2025-04-30 17:34 UTC (9+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
[PATCH 0/2] Add KVM selftest runner
2025-04-30 17:01 UTC (3+ messages)
` [PATCH 1/2] KVM: selftests: Add default testfiles for KVM selftests runner
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-04-30 16:56 UTC (14+ 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
[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-30 16:19 UTC (17+ 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
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 (20+ messages)
` [PATCH 02/13] include/system/hvf: missing vaddr include
` [PATCH 03/13] meson: add common libs for target and target_system
` [PATCH 05/13] target/arm/kvm_arm: copy definitions from kvm headers
` [PATCH 09/13] target/arm/cpu: get endianness from cpu state
` [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 (18+ 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 net-next v3 4/4] vsock/test: Expand linger test to ensure close() does not misbehave
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-04-30 13:06 UTC (2+ messages)
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-04-30 12:11 UTC (17+ messages)
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v8 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [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 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
[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)
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-30 9:13 UTC (11+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
[PATCH AUTOSEL 6.6 13/21] vhost_task: fix vhost_task_create() documentation
2025-04-30 9:10 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 14/21] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH v3 0/3] RISC-V KVM selftests improvements
2025-04-30 8:16 UTC (4+ messages)
` [PATCH v3 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v3 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v3 3/3] KVM: riscv: selftests: Add vector extension tests
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-04-30 7:32 UTC (14+ messages)
` [Bug 220057] "
[PATCH v2 0/3] RISC-V KVM selftests improvements
2025-04-30 7:22 UTC (10+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v2 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests
[PATCH 0/2] KVM: arm64: Make AArch64 support sticky
2025-04-30 5:38 UTC (2+ messages)
[PATCH] KVM: selftests: add test for SVE host corruption
2025-04-30 0:48 UTC (3+ messages)
[PATCH AUTOSEL 6.12 19/37] vhost_task: fix vhost_task_create() documentation
2025-04-29 23:51 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 20/37] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH AUTOSEL 6.14 20/39] vhost_task: fix vhost_task_create() documentation
2025-04-29 23:49 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 21/39] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
2025-04-29 22:55 UTC (2+ messages)
[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-29 20:36 UTC (26+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH 6/6] objtool: Validate kCFI calls
[PATCH v5 00/20] AMD: Add Secure AVIC Guest Support
2025-04-29 18:09 UTC (4+ messages)
` [PATCH v5 01/20] KVM: x86: Move find_highest_vector() to a common header
[PATCH] KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
2025-04-29 17:56 UTC (6+ messages)
[PATCH v2 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
2025-04-29 17:25 UTC (4+ messages)
` [PATCH v2 2/4] KVM: VMX: Move apicv_pre_state_restore to posted_intr.c
[PATCH v5 0/8] hw/hyperv: remove duplication compilation units
2025-04-29 16:44 UTC (6+ messages)
` [PATCH v5 7/8] include/system: make functions accessible from common code
[ANNOUNCE] PUCK Agenda - 2025.04.30 - CANCELED
2025-04-29 16:52 UTC
[ANNOUNCE] PUCK Agenda - 2025.04.02 - No Topic
2025-04-29 16:47 UTC (3+ messages)
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-04-29 14:30 UTC (29+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-04-29 13:46 UTC (5+ messages)
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
2025-04-29 13:44 UTC (4+ messages)
Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-04-29 13:25 UTC (11+ messages)
` "
` "
` [PATCH final?] "
` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
[PATCH v6 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
2025-04-29 13:16 UTC (3+ messages)
` [PATCH v6 2/2] KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
[PATCH] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
2025-04-29 12:57 UTC (5+ messages)
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-29 12:35 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