Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-05-06 16:44:12 to 2025-05-08 06:18:11 UTC [more...]

[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
 2025-05-08  6:18 UTC  (9+ messages)
` [PATCH 1/5] KVM: RISC-V: refactor vector state reset
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-08  2:08 UTC  (8+ messages)
` [RFC, PATCH 05/12] KVM: TDX: Add tdx_pamt_get()/put() helpers

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-05-08  1:30 UTC  (12+ messages)
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages

[PATCH net-next v4] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-08  1:23 UTC 

[PATCH net-next v14 0/9] Device memory TCP TX
 2025-05-08  0:48 UTC  (10+ messages)
` [PATCH net-next v14 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v14 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v14 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v14 4/9] net: devmem: Implement TX path
` [PATCH net-next v14 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v14 6/9] net: enable driver support for netmem TX
` [PATCH net-next v14 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v14 8/9] net: check for driver support in netmem TX
` [PATCH net-next v14 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
 2025-05-08  0:34 UTC  (5+ messages)

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-08  0:02 UTC  (18+ messages)
` [PATCH v5 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v5 2/9] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v5 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v5 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v5 7/9] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v5 9/9] x86/nmi: Include NMI-source information in tracepoint and debug prints

[PATCH v7 00/49] single-binary: compile target/arm twice
 2025-05-07 23:42 UTC  (50+ messages)
` [PATCH v7 01/49] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
` [PATCH v7 02/49] include/system/hvf: missing vaddr include
` [PATCH v7 03/49] meson: add common libs for target and target_system
` [PATCH v7 04/49] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v7 05/49] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v7 06/49] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v7 07/49] accel/hvf: add hvf_enabled() for common code
` [PATCH v7 08/49] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v7 09/49] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v7 10/49] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v7 11/49] target/arm/cpu: compile file twice (user, system) only
` [PATCH v7 12/49] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v7 13/49] tcg: add vaddr type for helpers
` [PATCH v7 14/49] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v7 15/49] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v7 16/49] target/arm/helper: extract common helpers
` [PATCH v7 17/49] target/arm/debug_helper: only include "
` [PATCH v7 18/49] target/arm/debug_helper: remove target_ulong
` [PATCH v7 19/49] target/arm/debug_helper: compile file twice (user, system)
` [PATCH v7 20/49] target/arm/helper: restrict include to common helpers
` [PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr
` [PATCH v7 22/49] target/arm/helper: expose aarch64 cpu registration
` [PATCH v7 23/49] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v7 24/49] target/arm/helper: compile file twice (user, system)
` [PATCH v7 25/49] target/arm/vfp_fpscr: "
` [PATCH v7 26/49] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v7 27/49] target/arm/arch_dump: compile file once (system)
` [PATCH v7 28/49] target/arm/arm-powerctl: "
` [PATCH v7 29/49] target/arm/cortex-regs: "
` [PATCH v7 30/49] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v7 31/49] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PATCH v7 32/49] target/arm/ptw: compile file once (system)
` [PATCH v7 33/49] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v7 34/49] target/arm/kvm-stub: compile file once (system)
` [PATCH v7 35/49] target/arm/machine: reduce migration include to avoid target specific definitions
` [PATCH v7 36/49] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v7 37/49] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PATCH v7 38/49] target/arm/kvm-stub: add missing stubs
` [PATCH v7 39/49] target/arm/machine: compile file once (system)
` [PATCH v7 40/49] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PATCH v7 41/49] target/arm/tcg/crypto_helper: compile file once
` [PATCH v7 42/49] target/arm/tcg/hflags: compile file twice (system, user)
` [PATCH v7 43/49] target/arm/tcg/iwmmxt_helper: "
` [PATCH v7 44/49] target/arm/tcg/neon_helper: "
` [PATCH v7 45/49] target/arm/tcg/tlb_helper: "
` [PATCH v7 46/49] target/arm/helper: restrict define_tlb_insn_regs to system target
` [PATCH v7 47/49] target/arm/tcg/tlb-insns: compile file once (system)
` [PATCH v7 48/49] target/arm/tcg/arith_helper: compile file once
` [PATCH v7 49/49] target/arm/tcg/vfp_helper: compile file twice (system, user)

[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
 2025-05-07 23:03 UTC  (15+ 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 v3 0/2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-05-07 19:54 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-07 19:24 UTC  (3+ messages)
` [PATCH v1 6/6] Documentation: kvm: new uAPI for handling SEA

[PATCH v6 0/7] Introduce CET supervisor state support
 2025-05-07 18:04 UTC  (6+ messages)
` [PATCH v6 5/7] x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaults

[PATCH net-next] vhost/net: align variable names with XDP terminology
 2025-05-07 17:31 UTC  (3+ messages)

[PATCH v3 1/4] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
 2025-05-07 17:04 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-07 16:59 UTC  (31+ messages)
` [kvm-unit-tests PATCH v3 01/16] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH v3 02/16] scripts: Add 'test_args' test definition parameter
` [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally
` [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v3 05/16] scripts: Document environment variables
` [kvm-unit-tests PATCH v3 06/16] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v3 07/16] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments "
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 15/16] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool

[PATCH net-next] vhost/net: use xdp_get_frame_len()
 2025-05-07 16:19 UTC 

[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
 2025-05-07 14:32 UTC  (4+ messages)
  ` 答复: [????] "

[PATCH] KVM: selftests: Use $(SRCARCH) instead of $(ARCH)
 2025-05-07 13:27 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
 2025-05-07 13:19 UTC  (7+ messages)

[PATCH v5 00/20] AMD: Add Secure AVIC Guest Support
 2025-05-07 11:39 UTC  (8+ messages)
` [PATCH v5 01/20] KVM: x86: Move find_highest_vector() to a common header
` [PATCH v5 02/20] x86: apic: Move apic_update_irq_cfg() calls to apic_update_vector()

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-07 10:42 UTC  (5+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE

[PATCH net-next v4 0/3] vsock: SOCK_LINGER rework
 2025-05-07  8:26 UTC  (9+ messages)
` [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 v2] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
 2025-05-07  7:56 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Make AArch64 support sticky
 2025-05-07  7:56 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.15, round #3
 2025-05-07  7:55 UTC 

[PATCH] RISC-V: KVM: Remove experimental tag for RISC-V
 2025-05-07  6:38 UTC  (2+ messages)

[PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
 2025-05-07  5:44 UTC  (2+ messages)

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-05-07  3:15 UTC  (5+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-07  0:46 UTC  (4+ messages)

[ANNOUNCE] PUCK Agenda - 2025.05.07 - No Topic
 2025-05-07  0:16 UTC 

[PATCH v2 00/13] KVM: Introduce KVM Userfault
 2025-05-07  0:13 UTC  (11+ messages)
` [PATCH v2 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v2 03/13] KVM: Allow late setting of KVM_MEM_USERFAULT on guest_memfd memslot
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v2 06/13] KVM: arm64: "

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-06 20:46 UTC  (12+ messages)

[PATCH] vfio/pci: Align huge faults to order
 2025-05-06 20:12 UTC  (2+ messages)

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-05-06 19:18 UTC  (11+ messages)

[PATCH v8 00/10] Basic SEV-SNP Selftests
 2025-05-06 17:06 UTC  (7+ messages)

[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
 2025-05-06 16:43 UTC  (24+ messages)
` [PATCH v4 20/43] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v4 22/43] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v4 23/43] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v4 24/43] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v4 25/43] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v4 26/43] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v4 27/43] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v4 28/43] KVM: arm64: Remove hand-crafted masks for "
` [PATCH v4 29/43] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v4 30/43] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v4 31/43] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v4 32/43] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v4 33/43] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v4 34/43] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v4 35/43] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v4 36/43] KVM: arm64: Use HCR_EL2 "
` [PATCH v4 37/43] KVM: arm64: Add FEAT_FGT2 registers to the VNCR page
` [PATCH v4 38/43] KVM: arm64: Add sanitisation for FEAT_FGT2 registers
` [PATCH v4 39/43] KVM: arm64: Add trap routing "
` [PATCH v4 40/43] KVM: arm64: Add context-switch "
` [PATCH v4 41/43] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v4 42/43] KVM: arm64: Add FGT descriptors for FEAT_FGT2
` [PATCH v4 43/43] KVM: arm64: Handle TSB CSYNC traps


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox