Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-12-10 10:54:23 to 2025-12-17 09:34:41 UTC [more...]

[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-17  9:34 UTC  (56+ messages)
` [PATCH 02/32] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH 01/32] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH 04/32] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH 03/32] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH 05/32] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH 06/32] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH 08/32] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH 07/32] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH 10/32] KVM: arm64: gic-v5: Add emulation for ICC_IAFFID_EL1 accesses
` [PATCH 09/32] KVM: arm64: gic-v5: Compute GICv5 FGTs on vcpu load
` [PATCH 12/32] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH 13/32] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH 11/32] KVM: arm64: gic-v5: Trap and emulate ICH_PPI_HMRx_EL1 accesses
` [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 15/32] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH 18/32] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH 19/32] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH 17/32] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH 21/32] KVM: arm64: gic-v5: Create, init vgic_v5
` [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 23/32] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH 24/32] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH 27/32] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH 28/32] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [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 29/32] irqchip/gic-v5: Check if impl is virt capable
` [PATCH 30/32] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH 32/32] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH 31/32] Documentation: KVM: Introduce documentation for VGICv5

[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 00/24] ARM64 PMU Partitioning
 2025-12-17  0:57 UTC  (8+ messages)
` [PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
` [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 v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
 2025-12-17  0:13 UTC  (3+ messages)

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-12-16 23:08 UTC  (21+ 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

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2025-12-16 11:54 UTC  (20+ 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  (6+ 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  (3+ messages)

[PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
 2025-12-12 20:27 UTC  (3+ 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  (19+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
` [PATCH v2 2/6] arm64: Convert ID_AA64MMFR0_EL1.TGRAN{4,16,64}_2 to UnsignedEnum
` [PATCH v2 3/6] arm64: Convert VTCR_EL2 to sysreg infratructure
` [PATCH v2 4/6] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 5/6] KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation
` [PATCH v2 6/6] KVM: arm64: Honor UX/PX attributes for EL2 S1 mappings

[PATCH 0/2] KVM: arm64: pKVM fixes
 2025-12-12 10:30 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
` [PATCH 2/2] KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()

[PATCH] KVM: arm64: vgic: simplify vgic_v3_redist_region_full()
 2025-12-12  9:35 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: add default case to switch statement
 2025-12-12  9:28 UTC  (2+ messages)

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

[PATCH v6 0/9] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-12-11 10:47 UTC  (10+ messages)
` [PATCH v6 1/9] KVM: arm64: Fix Trace Buffer trapping for protected VMs
` [PATCH v6 2/9] KVM: arm64: Fix Trace Buffer trap polarity "
` [PATCH v6 3/9] KVM: arm64: Fix MTE flag initialization "
` [PATCH v6 4/9] KVM: arm64: Introduce helper to calculate fault IPA offset
` [PATCH v6 5/9] KVM: arm64: Include VM type when checking VM capabilities in pKVM
` [PATCH v6 6/9] KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest "
` [PATCH v6 7/9] KVM: arm64: Track KVM IOCTLs and their associated KVM caps
` [PATCH v6 8/9] KVM: arm64: Check whether a VM IOCTL is allowed in pKVM
` [PATCH v6 9/9] KVM: arm64: Prevent host from managing timer offsets for protected VMs


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