messages from 2025-05-09 17:01:32 to 2025-05-13 02:10:06 UTC [more...]
[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
2025-05-13 2:09 UTC (37+ messages)
` [RFC PATCH 03/18] KVM: x86: Add module parameter for Intel MBEC
` [RFC PATCH 04/18] KVM: VMX: add cpu_has_vmx_mbec helper
` [RFC PATCH 05/18] KVM: x86: Add pt_guest_exec_control to kvm_vcpu_arch
` [RFC PATCH 06/18] KVM: VMX: Wire up Intel MBEC enable/disable logic
` [RFC PATCH 09/18] KVM: x86/mmu: Extend access bitfield in kvm_mmu_page_role
` [RFC PATCH 10/18] KVM: VMX: Extend EPT Violation protection bits
` [RFC PATCH 11/18] KVM: VMX: Enhance EPT violation handler for PROT_USER_EXEC
` [RFC PATCH 12/18] KVM: x86/mmu: Introduce shadow_ux_mask
` [RFC PATCH 13/18] KVM: x86/mmu: Adjust SPTE_MMIO_ALLOWED_MASK to understand MBEC
` [RFC PATCH 14/18] KVM: x86/mmu: Extend is_executable_pte "
` [RFC PATCH 15/18] KVM: x86/mmu: Extend make_spte "
` [RFC PATCH 16/18] KVM: nVMX: Setup Intel MBEC in nested secondary controls
` [RFC PATCH 17/18] KVM: VMX: Allow MBEC with EVMCS
[PATCH v2 0/5] KVM: Dirty ring fixes and cleanups
2025-05-13 1:25 UTC (7+ messages)
` [PATCH v2 1/5] KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
` [PATCH v2 3/5] KVM: Conditionally reschedule when resetting the dirty ring
` [PATCH v2 5/5] KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets
[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-05-13 0:34 UTC (6+ messages)
` [PATCH 1/3] x86: KVM: VMX: Wrap GUEST_IA32_DEBUGCTL read/write with access functions
[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-12 23:07 UTC (2+ messages)
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-05-12 21:59 UTC (19+ messages)
[PATCH v2] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-12 21:55 UTC (2+ messages)
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-12 21:53 UTC (5+ messages)
` [RFC PATCH 18/21] KVM: x86: Split huge boundary leafs before private to shared conversion
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-12 19:29 UTC (10+ messages)
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v8 11/13] KVM: arm64: Enable mapping guest_memfd in arm64
[PATCH v7 00/49] single-binary: compile target/arm twice
2025-05-12 18:10 UTC (5+ messages)
[PATCH v8 00/48] single-binary: compile target/arm twice
2025-05-12 18:05 UTC (49+ messages)
` [PATCH v8 01/48] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
` [PATCH v8 02/48] include/system/hvf: missing vaddr include
` [PATCH v8 03/48] meson: add common libs for target and target_system
` [PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v8 05/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v8 06/48] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v8 07/48] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v8 08/48] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v8 09/48] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v8 10/48] target/arm/cpu: compile file twice (user, system) only
` [PATCH v8 11/48] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v8 12/48] tcg: add vaddr type for helpers
` [PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v8 14/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v8 15/48] target/arm/helper: extract common helpers
` [PATCH v8 16/48] target/arm/debug_helper: only include "
` [PATCH v8 17/48] target/arm/debug_helper: remove target_ulong
` [PATCH v8 18/48] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v8 19/48] target/arm/helper: restrict include to common helpers
` [PATCH v8 20/48] target/arm/helper: replace target_ulong by vaddr
` [PATCH v8 21/48] target/arm/helper: expose aarch64 cpu registration
` [PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v8 23/48] target/arm/helper: compile file twice (user, system)
` [PATCH v8 24/48] target/arm/vfp_fpscr: "
` [PATCH v8 25/48] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v8 26/48] target/arm/arch_dump: compile file once (system)
` [PATCH v8 27/48] target/arm/arm-powerctl: "
` [PATCH v8 28/48] target/arm/cortex-regs: "
` [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v8 31/48] target/arm/ptw: compile file once (system)
` [PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v8 33/48] target/arm/kvm-stub: compile file once (system)
` [PATCH v8 34/48] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v8 37/48] target/arm/kvm-stub: add missing stubs
` [PATCH v8 38/48] target/arm/machine: compile file once (system)
` [PATCH v8 39/48] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PATCH v8 40/48] target/arm/tcg/crypto_helper: compile file once
` [PATCH v8 41/48] target/arm/tcg/hflags: compile file twice (system, user)
` [PATCH v8 42/48] target/arm/tcg/iwmmxt_helper: "
` [PATCH v8 43/48] target/arm/tcg/neon_helper: "
` [PATCH v8 44/48] target/arm/tcg/tlb_helper: "
` [PATCH v8 45/48] target/arm/helper: restrict define_tlb_insn_regs to system target
` [PATCH v8 46/48] target/arm/tcg/tlb-insns: compile file once (system)
` [PATCH v8 47/48] target/arm/tcg/arith_helper: compile file once
` [PATCH v8 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user)
[PATCH v5 0/6] KVM: lockdep improvements
2025-05-12 18:04 UTC (7+ messages)
` [PATCH v5 1/6] locking/mutex: implement mutex_trylock_nested
` [PATCH v5 2/6] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v5 3/6] KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
` [PATCH v5 4/6] x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom implementation
` [PATCH v5 5/6] KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUs
` [PATCH v5 6/6] RISC-V: KVM: "
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-12 18:00 UTC (10+ messages)
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v6 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v6 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-12 15:24 UTC (19+ messages)
` [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
` How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
` How to mark internal properties
` [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
[PATCH v7 0/6] Introduce CET supervisor state support
2025-05-12 15:21 UTC (9+ messages)
` [PATCH v7 1/6] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v7 2/6] x86/fpu: Initialize guest FPU permissions from guest defaults
` [PATCH v7 3/6] x86/fpu: Initialize guest fpstate and FPU pseudo container "
` [PATCH v7 4/6] x86/fpu: Remove xfd argument from __fpstate_reset()
` [PATCH v7 5/6] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v7 6/6] x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only feature
[PATCH] vhost/net: remove zerocopy support
2025-05-12 15:21 UTC (7+ messages)
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-12 14:45 UTC (12+ messages)
` [PATCH v8 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
[PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
2025-05-12 14:09 UTC (2+ messages)
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-05-12 14:06 UTC (10+ messages)
[syzbot] Monthly kvm report (May 2025)
2025-05-12 13:34 UTC
[PATCH net-next v4 0/3] vsock: SOCK_LINGER rework
2025-05-12 12:23 UTC (7+ messages)
` [PATCH net-next v4 3/3] vsock/test: Expand linger test to ensure close() does not misbehave
[RFC PATCH v2 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
2025-05-12 11:41 UTC (4+ messages)
` [RFC PATCH v2 1/3] arm64/sysreg: Expose MTE_frac so that it is visible to KVM
` [RFC PATCH v2 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability
` [RFC PATCH v2 3/3] KVM: selftests: Confirm exposing MTE_frac does not break migration
[PATCH v5 0/5] Add support for the Bus Lock Threshold
2025-05-12 10:46 UTC (4+ messages)
` [PATCH v5 2/5] x86/cpufeatures: Add CPUID feature bit "
[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-12 10:25 UTC (11+ messages)
` [PATCH 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-05-12 10:07 UTC (2+ messages)
` (subset) "
[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
2025-05-12 9:55 UTC (16+ messages)
` [RFC, PATCH 02/12] x86/virt/tdx: Allocate reference counters for PAMT memory
` [RFC, PATCH 03/12] x86/virt/tdx: Add wrappers for TDH.PHYMEM.PAMT.ADD/REMOVE
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops
[PATCH v5 00/11] i386: miscellaneous cleanup
2025-05-12 9:35 UTC (4+ messages)
` [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
[PATCH v4 00/13] Enable shared device assignment
2025-05-12 9:43 UTC (14+ messages)
` [PATCH v4 01/13] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
` [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
` [PATCH v4 11/13] KVM: Introduce CVMPrivateSharedListener for attribute changes during page conversions
KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table
2025-05-12 9:29 UTC (2+ messages)
[PATCH v8 10/13] KVM: arm64: Handle guest_memfd()-backed guest page faults
2025-05-12 7:07 UTC (3+ messages)
[PATCH v11 0/5] KVM: selftests: Add LoongArch support
2025-05-12 6:54 UTC (6+ messages)
` [PATCH v11 3/5] KVM: selftests: Add core KVM selftests support for LoongArch
` [PATCH v11 5/5] KVM: selftests: Add test cases "
[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
2025-05-12 5:03 UTC (5+ messages)
` 答复: [????] "
` 答复: [????] Re: ??: "
[GIT PULL] KVM changes for Linux 6.15-rc6
2025-05-11 18:40 UTC (2+ messages)
[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-05-11 13:45 UTC (3+ messages)
[PATCH v2 0/2] VCPU reset fixes
2025-05-11 13:43 UTC (9+ messages)
` [PATCH v2 2/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
[GIT PULL] KVM: x86: Fixes for 6.15-rcN
2025-05-11 11:13 UTC (2+ messages)
[PATCH V3 0/1] KVM: TDX: Decrease TDX VM shutdown time
2025-05-11 8:57 UTC (3+ messages)
` [PATCH V3 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
Inquiry
2025-05-10 14:32 UTC
[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
2025-05-10 16:03 UTC (4+ messages)
` [PATCH 3/6] x86/msr: minimize usage of native_*() msr access functions
[GIT PULL] KVM/arm64 fixes for 6.15, round #3
2025-05-10 15:10 UTC (2+ messages)
[GIT PULL] KVM/riscv fixes for 6.15 take #1
2025-05-10 15:09 UTC (2+ messages)
[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
2025-05-10 9:56 UTC (4+ messages)
` [PATCH v4 31/43] KVM: arm64: Switch to table-driven FGU configuration
[PATCH v8 0/6] bugfix some driver issues
2025-05-10 8:11 UTC (7+ messages)
` [PATCH v8 1/6] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH v8 2/6] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH v8 3/6] hisi_acc_vfio_pci: bugfix cache write-back issue
` [PATCH v8 4/6] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH v8 5/6] hisi_acc_vfio_pci: bugfix live migration function without VF device driver
` [PATCH v8 6/6] hisi_acc_vfio_pci: update function return values
[PATCH v7 0/6] bugfix some driver issues
2025-05-10 7:46 UTC (7+ messages)
` [PATCH v7 5/6] hisi_acc_vfio_pci: bugfix live migration function without VF device driver
` [PATCH v7 6/6] hisi_acc_vfio_pci: update function return values
[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
2025-05-09 22:38 UTC (14+ messages)
[PATCH v6 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaults
2025-05-09 18:29 UTC (3+ messages)
` [PATCH v6a 6/8] x86/fpu: Remove xfd argument from __fpstate_reset()
[PATCH] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-09 17:57 UTC (4+ 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