messages from 2026-07-29 13:18:36 to 2026-07-31 13:09:41 UTC [more...]
[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
2026-07-31 13:08 UTC (27+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 02/31] KVM: Make device name configurable
` [PATCH v5 03/31] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v5 04/31] arm64: Use proper include variant
` [PATCH v5 05/31] arm64: ptrace: Use constants for compat register numbers
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 07/31] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v5 08/31] KVM: arm64: Use accessor functions for gprs during reset
` [PATCH v5 09/31] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v5 10/31] arm64: Prepare sharing arm64 headers with s390
` [PATCH v5 11/31] arm64: Share "
` [PATCH v5 13/31] KVM: s390: Prepare moving KVM/s390 to arch/s390/kvm/s390
` [PATCH v5 14/31] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v5 15/31] KVM: s390: Guard KVM/s390 behind CONFIG_KVM_S390
` [PATCH v5 16/31] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v5 17/31] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v5 18/31] KVM: s390: gmap: Move storage key and CMMA code to kvm/s390
` [PATCH v5 19/31] KVM: s390: gmap: Move prefix handling "
` [PATCH v5 20/31] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v5 21/31] s390: Use arm64 headers
` [PATCH v5 22/31] KVM: s390: Use arm64 code
` [PATCH v5 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 25/31] s390/hwcaps: Report SAE support as hwcap
` [PATCH v5 26/31] KVM: s390: Add basic arm64 kvm module
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-07-31 13:05 UTC (50+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v4 22/48] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
[PATCH v17 00/14] KVM: arm64: Provide guest support for GCS
2026-07-31 13:03 UTC (19+ messages)
` [PATCH v17 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v17 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v17 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v17 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v17 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v17 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v17 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v17 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v17 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v17 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v17 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v17 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v17 13/14] tools: Synchronise the kernel esr.h
` [PATCH v17 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test
[PATCH 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
2026-07-31 13:00 UTC (16+ messages)
` [PATCH 1/9] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH 2/9] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test
` [PATCH 4/9] KVM: selftests: Drop unreachable, dead code from "
` [PATCH 5/9] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH 6/9] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH 7/9] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH 8/9] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH 9/9] KVM: selftests: Clean up global constants in hardware disable test
[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
2026-07-31 10:59 UTC (5+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-31 10:46 UTC (6+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init
[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
2026-07-31 8:23 UTC (7+ messages)
` [PATCH v5 3/7] KVM: arm64: Top up stage-2 memcache for dirty logging faults
[PATCH v3 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-31 8:05 UTC (4+ messages)
` [PATCH v3 01/17] KVM: arm64: Add pkvm_private_va_range_pa
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-31 0:57 UTC (13+ messages)
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit
[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
2026-07-30 22:46 UTC (2+ messages)
[PATCH] KVM: selftests: fix steal_time for arm64
2026-07-30 18:37 UTC (5+ messages)
` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-07-30 18:18 UTC (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH v2] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
2026-07-30 14:32 UTC (3+ messages)
[PATCH v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-07-30 13:47 UTC (4+ messages)
` [PATCH v1 09/11] KVM: arm64: Type-check hypercall arguments at the caller
[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-30 13:39 UTC (43+ messages)
` [PATCH v4 01/29] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v4 02/29] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v4 03/29] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v4 04/29] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v4 05/29] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v4 06/29] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v4 07/29] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v4 08/29] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v4 09/29] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v4 10/29] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v4 11/29] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v4 12/29] arm64: Add FEAT_NV2p1 detection
` [PATCH v4 13/29] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v4 14/29] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v4 15/29] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v4 16/29] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v4 17/29] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v4 18/29] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v4 19/29] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v4 20/29] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v4 21/29] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v4 22/29] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v4 23/29] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v4 24/29] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v4 25/29] KVM: arm64: Engage NV3 TLBI "
` [PATCH v4 26/29] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v4 27/29] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v4 28/29] KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-list
` [PATCH v4 29/29] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac
[PATCH v3] KVM: arm64: Optimize protected mode with FWB and DIC
2026-07-30 12:39 UTC (2+ messages)
[RFC PATCH v2 0/2] KVM: arm64: Add support for BBM level 3
2026-07-30 9:30 UTC (3+ messages)
[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
2026-07-30 7:15 UTC (45+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-07-29 19:39 UTC (9+ messages)
` [PATCH v4 3/9] KVM: selftests: Add timeout option in "
` [PATCH v4 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v4 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v4 9/9] KVM: selftests: Provide README.rst "
[PATCH] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
2026-07-29 17:09 UTC (2+ messages)
[PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
2026-07-29 15:30 UTC (11+ messages)
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-29 15:16 UTC (8+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
[PATCH v7 0/8] KVM: arm64: pKVM vCPU state management at EL2
2026-07-29 14:51 UTC (18+ messages)
` [PATCH v7 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v7 3/8] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH v7 4/8] KVM: arm64: Move PSCI helper functions to a shared header
` [PATCH v7 5/8] KVM: arm64: Add host and hypervisor vCPU lookup primitives
` [PATCH v7 6/8] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
` [PATCH v7 7/8] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH v7 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests
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