Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-11-25 13:54:35 to 2025-12-04 09:48:37 UTC [more...]

[PATCH v3 0/9] KVM: arm64: Add support for FEAT_IDST
 2025-12-04  9:48 UTC  (9+ messages)
` [PATCH v3 1/9] arm64: Repaint ID_AA64MMFR2_EL1.IDS description
` [PATCH v3 2/9] KVM: arm64: Add trap routing for GMID_EL1
` [PATCH v3 3/9] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v3 4/9] KVM: arm64: Handle FEAT_IDST for sysregs without specific handlers
` [PATCH v3 5/9] KVM: arm64: Handle CSSIDR2_EL1 and SMIDR_EL1 in a generic way
` [PATCH v3 6/9] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v3 7/9] KVM: arm64: pkvm: Add a generic synchronous exception injection primitive
` [PATCH v3 8/9] KVM: arm64: pkvm: Report optional ID register traps with a 0x18 syndrome

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2025-12-04  0:04 UTC  (5+ messages)

[PATCH 0/4] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-03 16:43 UTC  (13+ messages)
` [PATCH 1/4] arm64: Convert ID_AA64MMFR0_EL1.TGRAN{4,16,64}_2 to UnsignedEnum
` [PATCH 2/4] arm64: Convert VTCR_EL2 to sysreg infratructure
` [PATCH 3/4] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP()
` [PATCH 4/4] KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation

[PATCH v1 0/5] KVM: arm64: Enforce MTE disablement at EL2
 2025-12-02 22:43 UTC  (12+ messages)
` [PATCH v1 1/5] arm64: Remove dead code resetting HCR_EL2 for pKVM
` [PATCH v1 2/5] arm64: Clear HCR_EL2.ATA when MTE is not supported or disabled
` [PATCH v1 3/5] KVM: arm64: Refactor enter_exception64()
` [PATCH v1 4/5] arm64: Inject UNDEF when accessing MTE sysregs with MTE disabled
` [PATCH v1 5/5] KVM: arm64: Use kvm_has_mte() in pKVM trap initialization

[GIT PULL] KVM/arm64 updates for 6.19
 2025-12-02 17:36 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix core dump in rseq_test
 2025-12-02 17:05 UTC  (3+ messages)

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2025-12-02 16:08 UTC  (3+ messages)
` [PATCH v4 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v4 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-12-02 14:22 UTC  (33+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v3 02/10] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v3 03/10] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v3 04/10] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v3 05/10] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v3 06/10] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v3 07/10] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v3 08/10] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v3 09/10] arm64: run at EL2 if supported
` [kvm-unit-tests PATCH v3 10/10] arm64: add EL2 environment variable

[PATCH v9 00/30] Tracefs support for pKVM
 2025-12-02  9:36 UTC  (31+ messages)
` [PATCH v9 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v9 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v9 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v9 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v9 05/30] tracing: Introduce trace remotes
` [PATCH v9 06/30] tracing: Add reset to "
` [PATCH v9 07/30] tracing: Add non-consuming read "
` [PATCH v9 08/30] tracing: Add init callback "
` [PATCH v9 09/30] tracing: Add events "
` [PATCH v9 10/30] tracing: Add events/ root files "
` [PATCH v9 11/30] tracing: Add helpers to create trace remote events
` [PATCH v9 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v9 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v9 14/30] tracing: Add a trace remote module for testing
` [PATCH v9 15/30] tracing: selftests: Add trace remote tests
` [PATCH v9 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v9 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v9 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v9 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v9 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v9 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v9 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v9 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v9 24/30] KVM: arm64: Add trace remote "
` [PATCH v9 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v9 26/30] KVM: arm64: Add trace reset to "
` [PATCH v9 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v9 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v9 29/30] KVM: arm64: Add selftest event support "
` [PATCH v9 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCH v2 2/2] KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()
 2025-12-02  8:35 UTC  (2+ messages)

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-12-02  6:51 UTC  (14+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort
` [PATCH v2 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v2] KVM: arm64: Prevent FWD_TO_USER of SMCCC to pKVM
 2025-12-01 21:26 UTC 

[PATCH] KVM: arm64: Prevent FWD_TO_USER of SMCCC to pKVM
 2025-12-01 19:58 UTC  (3+ messages)

[PATCH] KVM: arm64: Use ARM_SMCCC_OWNER_ARCH in place of 0
 2025-12-01 18:21 UTC 

[PATCH v8 00/28] Tracefs support for pKVM
 2025-12-01 16:33 UTC  (17+ messages)
` [PATCH v8 20/28] KVM: arm64: Add clock support for the pKVM hyp
` [PATCH v8 21/28] KVM: arm64: Add tracing capability "
` [PATCH v8 24/28] KVM: arm64: Add trace reset to "
` [PATCH v8 25/28] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v8 26/28] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp

[PATCH 0/4] KVM: arm64: nv: HAF fixes
 2025-12-01  9:19 UTC  (12+ messages)
` [PATCH 1/4] KVM: arm64: Document KVM_PGTABLE_PROT_{UX,PX}
` [PATCH 2/4] KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2
` [PATCH 3/4] KVM: arm64: nv: Don't mask VTCR_EL2.HA if FEAT_HAFDBS is present
` [PATCH 4/4] KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBS

[PATCH] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
 2025-11-30 19:25 UTC  (2+ messages)

[PATCH][next] KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
 2025-11-28 18:51 UTC  (2+ messages)

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-28 17:12 UTC  (13+ messages)
` [PATCH v5 04/27] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v5 05/27] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
` [PATCH v5 17/27] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v5 27/27] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH v2 0/2] set_id_regs cleanup
 2025-11-27 19:16 UTC  (6+ messages)

[PATCH v2 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-27 16:38 UTC  (17+ messages)
` [PATCH v2 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH v2 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v2 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v2 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH v2 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST

[PATCH v5 0/9] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-11-27 16:23 UTC  (18+ messages)
` [PATCH v5 2/9] KVM: arm64: Fix Trace Buffer trap polarity for protected VMs
` [PATCH v5 5/9] KVM: arm64: Include VM type when checking VM capabilities in pKVM

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-11-27 15:47 UTC  (8+ messages)
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI "

[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-11-27 15:37 UTC  (11+ messages)
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v3 0/3] KVM ARM64 pre_fault_memory
 2025-11-26 17:14 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation

[PATCH 6.12.y] KVM: arm64: Make all 32bit ID registers fully writable
 2025-11-26 11:58 UTC  (2+ messages)

[PATCH] KVM: arm64: Convert ICH_HCR_EL2_TDIR cap to EARLY_LOCAL_CPU_FEATURE
 2025-11-26  6:24 UTC  (3+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-26  0:23 UTC  (6+ messages)
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU

[PATCH v2] KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()
 2025-11-25 21:26 UTC  (2+ messages)

[PATCH] KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()
 2025-11-25 21:25 UTC  (4+ messages)

[PATCH] KVM: arm64: Don't use FIELD_PREP() in initialisers
 2025-11-25 21:25 UTC  (2+ messages)

[PATCH] KVM: arm64: Add endian casting to kvm_swap_s1_desc()
 2025-11-25 19:41 UTC 

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-25 18:19 UTC  (2+ messages)

[PATCH v3 00/15] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-25 17:39 UTC  (3+ messages)
` [PATCH v3 04/15] KVM: arm64: Teach ptdump about FEAT_XNX permissions

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2025-11-25 15:03 UTC  (7+ messages)
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping

[PATCH] KVM: arm64: Fix error checking for FFA_VERSION
 2025-11-25 13:54 UTC  (5+ messages)


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