Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-09 23:29:33 to 2026-05-18 07:22:48 UTC [more...]

[RFC PATCH 0/2] Optimize S2 page splitting
 2026-05-18  7:22 UTC  (5+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options
` [RFC PATCH 2/2] KVM: arm64: Improve splitting performance by using SKIP return values

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-18  7:08 UTC  (48+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 11/44] arm64: RMI: Check for RMI support at KVM init
` [PATCH v14 12/44] arm64: RMI: Check for LPA2 support
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 15/44] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v14 16/44] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 18/44] arm64: RMI: Activate realm on first VCPU run
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 25/44] KVM: arm64: Expose support for private memory
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
` [PATCH v14 30/44] KVM: arm64: Handle realm VCPU load
` [PATCH v14 31/44] KVM: arm64: Validate register access for a Realm VM
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests
` [PATCH v14 33/44] KVM: arm64: WARN on injected undef exceptions
` [PATCH v14 34/44] arm64: RMI: allow userspace to inject aborts
` [PATCH v14 35/44] arm64: RMI: support RSI_HOST_CALL
` [PATCH v14 36/44] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v14 37/44] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v14 38/44] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v14 39/44] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v14 40/44] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v14 41/44] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v14 42/44] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v14 43/44] arm64: RMI: Provide accurate register list
` [PATCH v14 44/44] arm64: RMI: Enable realms to be created

[PATCH] KVM: arm64: vgic-its: reject restored DTE with out-of-range num_eventid_bits
 2026-05-18  6:05 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: free private_irqs when init fails after allocation
 2026-05-18  5:31 UTC  (3+ messages)

[PATCH 0/4] firmware: arm_ffa: Move core init to platform driver probe
 2026-05-17 11:54 UTC  (4+ messages)

[PATCH] Enable stage 2 translation in L2
 2026-05-16 19:03 UTC  (2+ messages)

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-16 18:30 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: arm64: selftests: Add GPR save/restore functions for NV
` [PATCH v3 2/9] KVM: arm64: selftests: Add helpers for guest hypervisors
` [PATCH v3 3/9] KVM: arm64: selftests: Add hello_nested basic NV selftest
` [PATCH v3 4/9] KVM: arm64: selftests: Enhance hello_nested test
` [PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
` [PATCH v3 6/9] KVM: arm64: selftests: shadow_stage2: Allocate L2 stack from dedicated pool
` [PATCH v3 7/9] KVM: arm64: selftests: shadow_stage2: Check supported stage-2 granule size
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest
` [PATCH v3 9/9] KVM: arm64: selftests: shadow_stage2: Turn on stage-2 translation for the nested guest

[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-15 16:41 UTC  (21+ messages)
` [PATCH v4 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v4 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v4 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v4 08/17] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v4 09/17] arm/cpu: accessors for writable id registers

[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
 2026-05-15 16:13 UTC  (28+ messages)
` [RFC PATCH v1 01/13] target/arm: named_cpu_model: define containers for ID registers and fields
` [RFC PATCH v1 02/13] target/arm: named_cpu_model: Add ID Register Fields
` [RFC PATCH v1 03/13] target/arm: named_cpu_model: initialise additional sysregs
` [RFC PATCH v1 04/13] target/arm: named_cpu_model: generate tables for Arm64 ID registers and fields
` [RFC PATCH v1 05/13] target/arm: named_cpu_model: replace FIELD macro with IDREG_FIELD
` [RFC PATCH v1 06/13] target/arm: named_cpu_model: data-structures required for the ARM property layer
` [RFC PATCH v1 07/13] target/arm: named_cpu_model: define ARM properties
` [RFC PATCH v1 08/13] target/arm: named_cpu_model: generate arm_cpu_props[] table
` [RFC PATCH v1 09/13] target/arm: named_cpu_model: Add ID register field helper functions
` [RFC PATCH v1 10/13] target/arm: named_cpu_model: Register Arm64 properties for host model
` [RFC PATCH v1 11/13] target/arm: named_cpu_model: introduce named CPU models for selected CPUs
` [RFC PATCH v1 12/13] target/arm: named_cpu_model: writeback modified ID registers to KVM
` [RFC PATCH v1 13/13] target/arm/kvm: enable writable implementation ID registers

[PATCH] KVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid desc
 2026-05-15 12:58 UTC  (3+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-15  8:28 UTC  (26+ messages)
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations

[PATCH] KVM: arm64: Remove @arch from __load_stage2()
 2026-05-15  5:48 UTC  (2+ messages)

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-14 16:45 UTC  (3+ messages)

[PATCH] ima: debugging late_initcall_sync measurements
 2026-05-14 14:53 UTC  (12+ messages)

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-13 21:54 UTC  (36+ messages)
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table

[kvm-unit-tests PATCH] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-05-13 21:16 UTC 

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-13 18:26 UTC  (12+ messages)

[PATCH v3 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-13 17:23 UTC  (7+ messages)
` [PATCH v3 1/2] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v3 2/2] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
 2026-05-13 12:49 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: nv: Track L2 to L1 exception emulation
` [PATCH 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception

[GIT PULL] KVM/arm64 fixes for 7.1, take #2
 2026-05-12 21:15 UTC  (2+ messages)

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2026-05-12 15:53 UTC  (6+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-05-11 14:17 UTC  (12+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v10 15/30] KVM: arm64: Support SME control registers

[RFC PATCH] KVM: arm64: vgic: Skip vCPU trylock for pre-init register access
 2026-05-11 11:52 UTC  (3+ messages)

[PATCH v3 0/4] KVM: arm64: vgic: Fix IGROUPR writability and IIDR revision control
 2026-05-11 11:30 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
` [PATCH v3 2/4] KVM: arm64: selftests: Add vgic IIDR revision test
` [PATCH v3 3/4] KVM: arm64: vgic: Remove v2_groups_user_writable and use IIDR revision directly
` [PATCH v3 4/4] KVM: arm64: selftests: Add GICv2 IGROUPR writability test

[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
 2026-05-11  8:13 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
  ` (subset) "

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-05-10 14:53 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: arm64: Use a variable for the canonical GPA in kvm_s2_fault_map()
` [PATCH v3 2/5] KVM: arm64: Move shadow_pt_debugfs_dentry to reduce holes in kvm_s2_mmu
` [PATCH v3 3/5] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH v3 4/5] KVM: arm64: nv: Remove reverse map entries during TLBI handling
` [PATCH v3 5/5] KVM: arm64: nv: Create nested IPA direct map to speed up reverse map removal


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