messages from 2026-08-03 10:11:10 to 2026-08-04 14:50:17 UTC [more...]
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-08-04 14:50 UTC (4+ messages)
` [PATCH 02/14] KVM: arm64: Track host-unmapped MMIO regions in a static array
[PATCH 1/2] KVM: arm64: nv: Allocate the shadow S2 MMUs individually
2026-08-04 14:44 UTC (5+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Add a nested S2 MMU realloc test
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-04 14:24 UTC (55+ messages)
` [PATCH v16 01/45] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v16 02/45] firmware: arm_rmm: Add wrappers for direct RMI calls
` [PATCH v16 03/45] firmware: arm_rmm: Check for RMI support at init
` [PATCH v16 04/45] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v16 05/45] firmware: arm_rmm: Add support for SRO
` [PATCH v16 06/45] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 08/45] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v16 09/45] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v16 10/45] KVM: arm64: CCA: Add wrappers for realm related RMIs
` [PATCH v16 11/45] KVM: arm64: CCA: Check for RMI support at KVM init
` [PATCH v16 12/45] KVM: arm64: CCA: Check for LPA2 support
` [PATCH v16 13/45] KVM: arm64: CCA: Define the user ABI
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm
` [PATCH v16 15/45] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v16 16/45] KVM: arm64: CCA: Allow passing the machine type in KVM creation
` [PATCH v16 17/45] KVM: arm64: CCA: Tear down RTTs
` [PATCH v16 18/45] KVM: arm64: CCA: Allocate and free RECs to match vCPUs
` [PATCH v16 19/45] KVM: arm64: CCA: Support the VGIC in realms
` [PATCH v16 20/45] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v16 21/45] KVM: arm64: CCA: Handle realm enter/exit
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v16 23/45] KVM: arm64: CCA: Handle realm MMIO emulation
` [PATCH v16 24/45] KVM: arm64: Expose support for private memory
` [PATCH v16 25/45] KVM: arm64: CCA: Create the realm descriptor
` [PATCH v16 26/45] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 28/45] KVM: arm64: CCA: Set RIPAS of initial memslots
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
` [PATCH v16 30/45] KVM: arm64: CCA: Handle realm vCPU load
` [PATCH v16 31/45] KVM: arm64: CCA: Validate register access for Realm VMs
` [PATCH v16 32/45] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v16 33/45] KVM: arm64: WARN on injected undef exceptions
` [PATCH v16 34/45] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v16 35/45] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v16 36/45] KVM: arm64: CCA: Allow checking SVE on VM instance
` [PATCH v16 37/45] KVM: arm64: CCA: Prevent Device mappings for realms
` [PATCH v16 38/45] KVM: arm64: CCA: Propagate breakpoint and watchpoint counts to userspace
` [PATCH v16 39/45] KVM: arm64: CCA: Set breakpoint parameters through SET_ONE_REG
` [PATCH v16 40/45] KVM: arm64: CCA: Propagate max SVE vector length from the RMM
` [PATCH v16 41/45] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v16 42/45] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v16 43/45] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms
` [PATCH v16 45/45] KVM: arm64: CCA: Enable realms to be created
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-08-04 13:19 UTC (17+ messages)
` [PATCH v15 15/37] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v15 16/37] KVM: arm64: CCA: Handle realm MMIO emulation
` [PATCH v15 19/37] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v15 20/37] KVM: arm64: CCA: Allow populating initial contents
[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-08-04 12:09 UTC (14+ messages)
` [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v3 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v3 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v3 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v3 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v3 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v3 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v3 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v3 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v3 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v3 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-08-04 11:10 UTC (33+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
[PATCH 0/6] KVM: arm64: VNCR TLB invalidation fixes
2026-08-04 11:09 UTC (12+ messages)
` [PATCH 1/6] KVM: arm64: Remove VM-wide VNCR mapping counter
` [PATCH 3/6] KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page
` [PATCH 4/6] KVM: arm64: Correctly handle end of VA space TLBI invalidation
` [PATCH 5/6] KVM: arm64: Couple VNCR fixmap clearing and CPU number invalidation
` [PATCH 6/6] KVM: arm64: Add VNCR TLB tracking again
[PATCH v2 0/2] KVM: arm64: ID register finalisation fixes
2026-08-04 9:30 UTC (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Finalize guest-wide sysregs prior to per-vCPU sysregs
` [PATCH v2 2/2] KVM: arm64: Block ID register changes after we rely on the values
[PATCH] KVM: arm64: selftests: Check ID regs are immutable after a failed run
2026-08-04 9:24 UTC
[PATCH v2 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-08-04 8:50 UTC (20+ messages)
` [PATCH v2 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v2 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v2 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v2 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v2 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v2 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v2 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v2 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v2 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v2 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern
[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
2026-08-04 6:51 UTC (33+ messages)
` [RFC PATCH v3 01/19] target/arm/sysreg: regenerate cpu-sysregs.h.inc
` [RFC PATCH v3 02/19] scripts: bug fixes in update-aarch64-cpu-sysreg-properties
` [RFC PATCH v3 03/19] target/arm: regenerate cpu-idregs.h.inc
` [RFC PATCH v3 04/19] target/arm: expose all ID regs fields as properties
` [RFC PATCH v3 05/19] target/arm/kvm: enable writable implementation ID registers
` [RFC PATCH v3 06/19] target/arm/kvm: Read all ID registers from KVM
` [RFC PATCH v3 07/19] target/arm/kvm: handle special ID registers cases when reading "
` [RFC PATCH v3 08/19] target/arm/kvm: Handle writeback for special ID register fields
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command
[PATCH v18 00/14] KVM: arm64: Provide guest support for GCS
2026-08-03 23:41 UTC (18+ messages)
` [PATCH v18 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v18 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v18 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v18 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v18 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v18 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v18 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v18 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v18 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v18 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v18 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v18 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v18 13/14] tools: Synchronise the kernel esr.h
` [PATCH v18 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test
[PATCH 0/2] KVM: arm64: ID register finalisation fixes
2026-08-03 17:39 UTC (4+ messages)
` [PATCH 2/2] KVM: arm64: Block ID register changes after we rely on the values
[PATCH v2] KVM: selftests: Replace ulong with unsigned long
2026-08-03 17:08 UTC
[PATCH v3 00/11] KVM Dirty-bit cleaning hw accelerator (HACDBS)
2026-08-03 16:38 UTC (28+ messages)
` [PATCH v3 01/11] KVM: arm64: HDBSS bits
` [PATCH v3 02/11] arm64/cpufeature: Add system-wide FEAT_HACDBS detection
` [PATCH v3 04/11] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
` [PATCH v3 05/11] kvm: Add arch-generic interface for hw-accelerated dirty-bitmap cleaning
` [PATCH v3 06/11] KVM: arm64: Add hardware-accelerated dirty-bitmap cleaning routine
` [PATCH v3 07/11] KVM: arm64: Dirty-bitmap: avoid splitting previously split blocks
` [PATCH v3 09/11] kvm/dirty_ring: Add arch-generic interface for hw-accelerated dirty-ring cleaning
` [PATCH v3 10/11] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine
` [PATCH v3 11/11] KVM: arm64: Enable KVM_HW_DIRTY_BIT
[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
2026-08-03 14:54 UTC (6+ messages)
` [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 v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-08-03 11:06 UTC (11+ messages)
` [PATCH v1 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v1 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v1 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v1 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v1 11/11] KVM: arm64: Tag host-VA hypercall parameters __hostva
[PATCH 00/20] Huge mapping support for protected VMs
2026-08-03 11:04 UTC (26+ messages)
` [PATCH 01/20] KVM: arm64: Prefault host stage-2 entries on block split
` [PATCH 03/20] KVM: arm64: Allow block-level stage-2 annotation
` [PATCH 07/20] KVM: arm64: Add a range to __pkvm_host_donate_guest()
` [PATCH 08/20] KVM: arm64: Add a range to __pkvm_host_reclaim_page_guest()
` [PATCH 11/20] KVM: arm64: Add a range to pKVM ownership selftest
` [PATCH 12/20] KVM: arm64: Handle huge mappings in __pkvm_host_force_reclaim_page_guest()
` [PATCH 13/20] KVM: arm64: Handle huge mappings in __pkvm_vcpu_in_poison_fault()
` [PATCH 14/20] KVM: arm64: pkvm: Warn on guest stage-2 block collapse
` [PATCH 15/20] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH 16/20] KVM: arm64: Add __pkvm_host_split_guest HVC
` [PATCH 17/20] KVM: arm64: Extend pKVM page ownership selftests to cover guest block split
` [PATCH 18/20] KVM: arm64: Add PKVM_HYP_REQ_SPLIT
` [PATCH 19/20] KVM: arm64: Raise PKVM_HYP_REQ_SPLIT on guest to host sharing
` [PATCH 20/20] KVM: arm64: Stage-2 huge mappings for protected VMs
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-08-03 10:21 UTC (4+ messages)
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
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;
as well as URLs for NNTP newsgroup(s).