[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-19 23:33 UTC (25+ messages)
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-05-19 21:31 UTC (11+ 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
[RFC PATCH 0/2] Optimize S2 page splitting
2026-05-19 21:21 UTC (13+ 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 v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-05-19 15:35 UTC (3+ messages)
[PATCH kvmtool v8 0/6] arm64: Nested virtualization support
2026-05-19 15:22 UTC (8+ messages)
` [PATCH kvmtool v8 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v8 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v8 3/6] arm64: Add counter offset control
` [PATCH kvmtool v8 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v8 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v8 6/6] arm64: Handle virtio endianness reset when running nested
[PATCH] KVM: arm64: vgic: free private_irqs when init fails after allocation
2026-05-19 13:50 UTC (6+ messages)
` [PATCH v2] "
[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-05-19 13:27 UTC (19+ messages)
` [PATCH v5 01/18] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [PATCH v5 02/18] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v5 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 05/18] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [PATCH v5 06/18] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v5 07/18] target/arm/cpu-idregs.h.inc: generate with script
` [PATCH v5 08/18] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [PATCH v5 09/18] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v5 10/18] target/arm/cpu64: Retrieve writable ID reg map in aarch64_host_initfn()
` [PATCH v5 11/18] arm/kvm: Initialize all writable ID registers from host
` [PATCH v5 12/18] arm/kvm: write back modified ID regs to KVM
` [PATCH v5 13/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v5 14/18] target/arm/kvm: Special case REVIDR_EL1 and AIDR_EL1
` [PATCH v5 15/18] target/arm/kvm: Ignore some writable bits that shouldn't be
` [PATCH v5 16/18] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v5 17/18] arm-qmp-cmds: introspection for ID register props
` [PATCH v5 18/18] arm/cpu-features: document ID reg properties
[PATCH] KVM: arm64: vgic-its: reject restored DTE with out-of-range num_eventid_bits
2026-05-19 13:25 UTC (5+ messages)
` [PATCH v2] "
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-19 13:06 UTC (45+ messages)
` [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 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [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 v6 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2026-05-19 12:29 UTC (5+ messages)
` [PATCH v6 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v6 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "
[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
2026-05-19 9:46 UTC (5+ messages)
[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-05-19 6:45 UTC (16+ messages)
` [PATCH v4 11/17] arm/kvm: write back modified ID regs to KVM
` [PATCH v4 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties
[PATCH v2] KVM: arm64: Don't populate TPIDR_EL2 in finalise_el2()
2026-05-18 15:55 UTC (4+ messages)
[PATCH v3 0/4] KVM: arm64: vgic: Fix IGROUPR writability and IIDR revision control
2026-05-18 13:56 UTC (2+ messages)
[PATCH v3 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-05-18 13:45 UTC (8+ 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 kvmtool v7 0/6] arm64: Nested virtualization support
2026-05-18 12:44 UTC (3+ messages)
[PATCH v7 00/17] kvmtool: arm64: Handle PSCI calls in userspace
2026-05-18 11:46 UTC (2+ messages)
[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
2026-05-18 10:27 UTC (29+ 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 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] KVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid desc
2026-05-15 12:58 UTC (3+ messages)
[PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
2026-05-15 8:28 UTC (5+ messages)
[PATCH] KVM: arm64: Remove @arch from __load_stage2()
2026-05-15 5:48 UTC (2+ messages)
[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
2026-05-14 18:59 UTC (2+ messages)
[PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
2026-05-14 18:43 UTC (2+ messages)
[PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
2026-05-14 18:18 UTC (2+ messages)
[PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
2026-05-14 17:49 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 (8+ messages)
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
[kvm-unit-tests PATCH] arm: io: Set is_pl011_uart flag in ACPI initialization
2026-05-13 21:16 UTC
[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
2026-05-13 16:38 UTC (2+ messages)
[PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
2026-05-13 16:13 UTC (2+ messages)
[PATCH v7 00/20] ARM64 PMU Partitioning
2026-05-13 16:10 UTC (2+ messages)
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).