messages from 2026-03-17 20:10:53 to 2026-03-20 16:35:48 UTC [more...]
[PATCH v3 00/36] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-20 16:35 UTC (9+ messages)
` [PATCH v3 11/36] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v3 25/36] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v3 26/36] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v3 30/36] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-03-20 16:32 UTC (87+ messages)
` [PATCH v13 01/48] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v13 02/48] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v13 03/48] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v13 04/48] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v13 05/48] arm64: RMI: Temporarily add SMCs from RMM v1.0 spec
` [PATCH v13 06/48] arm64: RMI: Add wrappers for RMI calls
` [PATCH v13 07/48] arm64: RMI: Check for RMI support at KVM init
` [PATCH v13 08/48] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v13 09/48] arm64: RMI: Check for LPA2 support
` [PATCH v13 10/48] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v13 11/48] arm64: RMI: Define the user ABI
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v13 13/48] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v13 14/48] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [PATCH v13 16/48] arm64: RMI: Activate realm on first VCPU run
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 18/48] arm64: RMI: Support for the VGIC in realms
` [PATCH v13 19/48] KVM: arm64: Support timers in realm RECs
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 21/48] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v13 22/48] KVM: arm64: Handle realm MMIO emulation
` [PATCH v13 23/48] KVM: arm64: Expose support for private memory
` [PATCH v13 24/48] arm64: RMI: Allow populating initial contents
` [PATCH v13 25/48] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 27/48] arm64: RMI: Runtime faulting of memory
` [PATCH v13 28/48] KVM: arm64: Handle realm VCPU load
` [PATCH v13 29/48] KVM: arm64: Validate register access for a Realm VM
` [PATCH v13 30/48] KVM: arm64: Handle Realm PSCI requests
` [PATCH v13 31/48] KVM: arm64: WARN on injected undef exceptions
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 33/48] arm64: RMI: allow userspace to inject aborts
` [PATCH v13 34/48] arm64: RMI: support RSI_HOST_CALL
` [PATCH v13 35/48] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v13 36/48] arm64: RMI: Always use 4k pages for realms
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v13 38/48] arm64: RMI: Enable PMU support with a realm guest
` [PATCH v13 39/48] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v13 40/48] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v13 41/48] arm64: RMI: Initialize PMCR.N with number counter supported by RMM
` [PATCH v13 42/48] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v13 43/48] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v13 44/48] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v13 45/48] arm64: RMI: Provide accurate register list
` [PATCH v13 46/48] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v13 47/48] arm64: RMI: Enable realms to be created
` [PATCH v13 48/48] [WIP] arm64: RMI: Add support for SRO
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-03-20 15:11 UTC (6+ messages)
` [PATCH 05/14] irqchip/gic-v3-its: Prepare shadow structures for KVM host deprivilege
[kvmtool PATCH v6 00/17] kvmtool: arm64: Handle PSCI calls in userspace
2026-03-20 10:40 UTC (4+ messages)
` [kvmtool PATCH v6 01/17] util/update_headers: Update linux/const.h from linux sources
[PATCH v6 00/39] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-20 10:27 UTC (33+ messages)
` [PATCH v6 01/39] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v6 03/39] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v6 04/39] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v6 11/39] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v6 13/39] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v6 14/39] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v6 19/39] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v6 20/39] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v6 22/39] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v6 29/39] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v6 35/39] KVM: arm64: gic-v5: Probe for GICv5 device
[GIT PULL] KVM/arm64 fixes for 7.0, take #4
2026-03-20 9:41 UTC
[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-19 18:50 UTC (44+ messages)
` [PATCH v7 01/41] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v7 02/41] KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
` [PATCH v7 03/41] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v7 04/41] KVM: arm64: Init vcpu prior to the timers and PMU
` [PATCH v7 05/41] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v7 06/41] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v7 07/41] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v7 08/41] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v7 09/41] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v7 10/41] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v7 11/41] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v7 13/41] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v7 14/41] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v7 15/41] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v7 16/41] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v7 17/41] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v7 18/41] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v7 19/41] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v7 20/41] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v7 21/41] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v7 22/41] KVM: arm64: gic-v5: Clear TWI if single task running
` [PATCH v7 23/41] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v7 24/41] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v7 25/41] KVM: arm64: Introduce set_direct_injection irq_op
` [PATCH v7 26/41] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v7 27/41] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v7 28/41] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v7 29/41] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v7 30/41] irqchip/gic-v5: Introduce minimal irq_set_type() for PPIs
` [PATCH v7 31/41] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v7 32/41] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v7 33/41] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v7 34/41] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v7 35/41] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v7 36/41] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v7 37/41] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v7 38/41] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v7 39/41] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v7 40/41] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v7 41/41] KVM: arm64: selftests: Add no-vgic-v5 selftest
` (subset) [PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
[PATCH v2 00/11] arm64: Fully disable configured-out features
2026-03-19 17:38 UTC (5+ messages)
` [PATCH v2 01/11] arm64: Skip update of an idreg field affected by an override
` [PATCH v2 03/11] arm64: Add logic to fully remove features from sanitised id registers
[PATCH v2 0/3] KVM: arm64: Read PMUVer as unsigned
2026-03-19 16:51 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
2026-03-19 16:01 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH v2 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
2026-03-19 15:45 UTC (8+ messages)
` [PATCH v2 1/4] arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenance
` [PATCH v2 2/4] arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
` [PATCH v2 3/4] arm64: errata: Work around early CME DVMSync acknowledgement
` [PATCH v2 4/4] KVM: arm64: Add SMC hook for SME dvmsync erratum
` [RFC PATCH] arm64: errata: Use mm_cpumask() for the CME DVMSync workaround
Question about ARM KVM stage2 contiguous bit support for contiguous hugetlb
2026-03-19 12:54 UTC (3+ messages)
[PATCH] KVM: arm64: vgic: Annotate struct vgic_dist with __counted_by_ptr
2026-03-19 1:54 UTC
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-03-18 17:55 UTC (30+ messages)
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v10 05/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v10 06/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v10 07/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v10 08/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v10 09/30] KVM: arm64: Define internal features for SME
` [PATCH v10 10/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v10 11/30] KVM: arm64: Store vector lengths in an array
` [PATCH v10 12/30] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v10 13/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v10 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
` [PATCH v10 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v10 17/30] KVM: arm64: Support SME identification registers for guests
[PATCH 00/17] KVM: arm64: More user_mem_abort() rework
2026-03-18 16:14 UTC (6+ messages)
` [PATCH 04/17] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH 09/17] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
[PATCH] KVM: arm64: Remove @arch from __load_stage2()
2026-03-18 14:43 UTC
[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-03-18 11:16 UTC (2+ messages)
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-03-18 11:04 UTC (7+ messages)
` [PATCH v6 21/40] arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERT
[PATCH v5 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-03-17 20:10 UTC (5+ messages)
` [PATCH v5 2/5] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v5 3/5] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v5 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
` [PATCH v5 5/5] KVM: selftests: arm64: Use is_aarch32_id_reg() in test_vm_ftr_id_regs()
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