Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-12-12 15:23:46 to 2025-12-18 01:44:45 UTC [more...]

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-12-18  1:44 UTC  (8+ messages)

[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-17 21:42 UTC  (65+ messages)
` [PATCH 01/32] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH 02/32] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH 03/32] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH 04/32] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH 07/32] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH 09/32] KVM: arm64: gic-v5: Compute GICv5 FGTs on vcpu load
` [PATCH 10/32] KVM: arm64: gic-v5: Add emulation for ICC_IAFFID_EL1 accesses
` [PATCH 11/32] KVM: arm64: gic-v5: Trap and emulate ICH_PPI_HMRx_EL1 accesses
` [PATCH 13/32] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH 12/32] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH 15/32] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH 16/32] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH 14/32] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH 17/32] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH 19/32] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH 18/32] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH 20/32] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH 22/32] KVM: arm64: gic-v5: Reset vcpu state
` [PATCH 21/32] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH 24/32] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH 23/32] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH 25/32] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH 26/32] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH 28/32] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH 27/32] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH 29/32] irqchip/gic-v5: Check if impl is virt capable
` [PATCH 30/32] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH 31/32] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH 32/32] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest

[PATCH v5 00/24] ARM64 PMU Partitioning
 2025-12-17 23:05 UTC  (7+ messages)
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2025-12-17 15:28 UTC  (50+ messages)
` [PATCH v12 01/46] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v12 02/46] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v12 03/46] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v12 04/46] arm64: RMI: Add wrappers for RMI calls
` [PATCH v12 05/46] arm64: RMI: Check for RMI support at KVM init
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 07/46] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v12 08/46] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v12 09/46] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v12 10/46] arm64: RMI: RTT tear down
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
` [PATCH v12 12/46] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v12 13/46] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v12 14/46] arm64: RMI: Support for the VGIC in realms
` [PATCH v12 15/46] KVM: arm64: Support timers in realm RECs
` [PATCH v12 16/46] arm64: RMI: Handle realm enter/exit
` [PATCH v12 17/46] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v12 18/46] KVM: arm64: Handle realm MMIO emulation
` [PATCH v12 19/46] KVM: arm64: Expose support for private memory
` [PATCH v12 20/46] arm64: RMI: Allow populating initial contents
` [PATCH v12 21/46] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v12 22/46] arm64: RMI: Create the realm descriptor
` [PATCH v12 23/46] arm64: RMI: Add a VMID allocator for realms
` [PATCH v12 24/46] arm64: RMI: Runtime faulting of memory
` [PATCH v12 25/46] KVM: arm64: Handle realm VCPU load
` [PATCH v12 26/46] KVM: arm64: Validate register access for a Realm VM
` [PATCH v12 27/46] KVM: arm64: Handle Realm PSCI requests
` [PATCH v12 28/46] KVM: arm64: WARN on injected undef exceptions
` [PATCH v12 29/46] arm64: Don't expose stolen time for realm guests
` [PATCH v12 30/46] arm64: RMI: allow userspace to inject aborts
` [PATCH v12 31/46] arm64: RMI: support RSI_HOST_CALL
` [PATCH v12 32/46] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v12 33/46] arm64: RMI: Always use 4k pages for realms
` [PATCH v12 34/46] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v12 35/46] HACK: Restore per-CPU cpu_armpmu pointer
` [PATCH v12 36/46] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v12 37/46] arm64: RMI: Enable PMU support with a realm guest
` [PATCH v12 38/46] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v12 39/46] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v12 40/46] arm64: RMI: Initialize PMCR.N with number counter supported by RMM
` [PATCH v12 41/46] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v12 42/46] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v12 43/46] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v12 44/46] arm64: RMI: Provide accurate register list
` [PATCH v12 45/46] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v12 46/46] arm64: RMI: Enable realms to be created

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-12-17 14:00 UTC  (23+ 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/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-12-17 13:39 UTC  (3+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v3 0/4] KVM: arm64: pKVM fixes
 2025-12-17  9:18 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
` [PATCH v3 2/4] KVM: arm64: Inject UNDEF for a register trap without accessor
` [PATCH v3 3/4] KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()
` [PATCH v3 4/4] KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()

[PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
 2025-12-17  0:13 UTC  (3+ messages)

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2025-12-16 11:54 UTC  (14+ messages)
` [RFC PATCH v6 01/35] arm64/sysreg: Add new SPE fields
` [RFC PATCH v6 02/35] arm64/sysreg: Define MDCR_EL2.E2PB values
` [RFC PATCH v6 05/35] KVM: arm64: Add KVM_CAP_ARM_SPE capability
` [RFC PATCH v6 08/35] HACK! KVM: arm64: Enable SPE virtualization only in VHE mode
` [RFC PATCH v6 16/35] KVM: arm64: Advertise SPE version in ID_AA64DFR0_EL1.PMSver
` [RFC PATCH v6 17/35] KVM: arm64: Add writable SPE system registers to VCPU context

[PATCH v5 19/24] KVM: arm64: Implement lazy PMU context swaps
 2025-12-15 18:06 UTC  (3+ messages)

[PATCH v5 21/24] KVM: arm64: Inject recorded guest interrupts
 2025-12-15 17:50 UTC  (3+ messages)

[PATCH v2 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2025-12-15 16:51 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
` [PATCH v2 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
` [PATCH v2 3/5] KVM: riscv: "
` [PATCH v2 4/5] KVM: selftests: Move page_align() to shared header
` [PATCH v2 5/5] KVM: selftests: Fix typos and stale comments in kvm_util

[PATCH v1 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
 2025-12-15 15:45 UTC  (6+ messages)
` [PATCH v1 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
` [PATCH v1 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
` [PATCH v1 3/5] KVM: riscv: "
` [PATCH v1 4/5] KVM: selftests: Move page_align() to shared header
` [PATCH v1 5/5] KVM: selftests: Fix typos and stale comments in kvm_util

[PATCH v2 0/4] KVM: arm64: pKVM fixes
 2025-12-15 15:39 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
` [PATCH v2 2/4] KVM: arm64: Print register encoding if there's no accessor
` [PATCH v2 3/4] KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()
` [PATCH v2 4/4] KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()

[PATCH v3 0/3] KVM ARM64 pre_fault_memory
 2025-12-15 11:43 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation

[PATCH v11 RESEND 0/9] support FEAT_LSUI
 2025-12-15  9:56 UTC  (12+ messages)
` [PATCH v11 RESEND 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 RESEND 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 RESEND 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 RESEND 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 RESEND 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 RESEND 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 RESEND 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 RESEND 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 RESEND 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

sea_to_user sefltest failure
 2025-12-15  5:54 UTC  (3+ messages)

[PATCH v5 22/24] KVM: arm64: Add KVM_CAP to partition the PMU
 2025-12-12 22:59 UTC  (2+ messages)

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-12-12 22:42 UTC  (6+ messages)
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA

[PATCH v5 20/24] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
 2025-12-12 22:36 UTC  (2+ messages)

[PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2025-12-12 21:59 UTC  (2+ messages)

[PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
 2025-12-12 21:57 UTC  (2+ messages)

[PATCH v5 16/24] KVM: arm64: Account for partitioning in PMCR_EL0 access
 2025-12-12 21:31 UTC  (2+ messages)

[PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
 2025-12-12 21:22 UTC  (2+ messages)

[PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
 2025-12-12 21:06 UTC  (2+ messages)

[PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
 2025-12-12 20:54 UTC  (2+ messages)

[PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
 2025-12-12 20:29 UTC  (2+ messages)

[PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
 2025-12-12 20:27 UTC  (2+ messages)

[PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
 2025-12-12 19:22 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 00/11] arm64: EL2 support
 2025-12-12 16:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 11/11] arm64: add EL2 environment variable

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2025-12-12 16:00 UTC  (5+ messages)
` [PATCH v2 6/6] KVM: arm64: Honor UX/PX attributes for EL2 S1 mappings


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