Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-11-20 17:25:58 to 2025-11-27 16:31:42 UTC [more...]

[PATCH v2 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-27 16:31 UTC  (15+ messages)
` [PATCH v2 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH v2 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v2 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v2 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH v2 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST

[PATCH v5 0/9] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-11-27 16:23 UTC  (18+ messages)
` [PATCH v5 2/9] KVM: arm64: Fix Trace Buffer trap polarity for protected VMs
` [PATCH v5 5/9] KVM: arm64: Include VM type when checking VM capabilities in pKVM

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-11-27 15:47 UTC  (8+ messages)
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI "

[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-11-27 15:37 UTC  (11+ messages)
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-11-27 14:52 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 10/10] arm64: add EL2 environment variable

[PATCH v1 0/5] KVM: arm64: Enforce MTE disablement at EL2
 2025-11-27 14:41 UTC  (8+ messages)
` [PATCH v1 1/5] arm64: Remove dead code resetting HCR_EL2 for pKVM
` [PATCH v1 2/5] arm64: Clear HCR_EL2.ATA when MTE is not supported or disabled
` [PATCH v1 3/5] KVM: arm64: Refactor enter_exception64()
` [PATCH v1 4/5] arm64: Inject UNDEF when accessing MTE sysregs with MTE disabled
` [PATCH v1 5/5] KVM: arm64: Use kvm_has_mte() in pKVM trap initialization

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-11-27 13:24 UTC  (16+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort
` [PATCH v2 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v2 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH v3 0/3] KVM ARM64 pre_fault_memory
 2025-11-26 17:14 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation

[PATCH 6.12.y] KVM: arm64: Make all 32bit ID registers fully writable
 2025-11-26 11:58 UTC  (2+ messages)

[PATCH] KVM: arm64: Convert ICH_HCR_EL2_TDIR cap to EARLY_LOCAL_CPU_FEATURE
 2025-11-26  6:24 UTC  (3+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-26  0:23 UTC  (6+ messages)
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU

[PATCH v2 0/2] set_id_regs cleanup
 2025-11-25 21:28 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last user
` [PATCH v2 2/2] KVM: arm64: selftests: Consider all 7 possible levels of cache

[PATCH v2] KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()
 2025-11-25 21:26 UTC  (2+ messages)

[PATCH] KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()
 2025-11-25 21:25 UTC  (4+ messages)

[PATCH] KVM: arm64: Don't use FIELD_PREP() in initialisers
 2025-11-25 21:25 UTC  (2+ messages)

[PATCH] KVM: arm64: Add endian casting to kvm_swap_s1_desc()
 2025-11-25 19:41 UTC 

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-25 18:19 UTC  (3+ messages)

[PATCH v3 00/15] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-25 17:39 UTC  (19+ messages)
` [PATCH v3 01/15] arm64: Detect FEAT_XNX
` [PATCH v3 02/15] KVM: arm64: Add support for FEAT_XNX stage-2 permissions
` [PATCH v3 03/15] KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2
` [PATCH v3 04/15] KVM: arm64: Teach ptdump about FEAT_XNX permissions
` [PATCH v3 05/15] KVM: arm64: nv: Advertise support for FEAT_XNX
` [PATCH v3 06/15] KVM: arm64: Call helper for reading descriptors directly
` [PATCH v3 07/15] KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTW
` [PATCH v3 08/15] KVM: arm64: Handle endianness in read helper for emulated PTW
` [PATCH v3 09/15] KVM: arm64: nv: Use pgtable definitions in stage-2 walk
` [PATCH v3 10/15] KVM: arm64: Add helper for swapping guest descriptor
` [PATCH v3 11/15] KVM: arm64: Propagate PTW errors up to AT emulation
` [PATCH v3 12/15] KVM: arm64: Implement HW access flag management in stage-1 SW PTW
` [PATCH v3 13/15] KVM: arm64: nv: Implement HW access flag management in stage-2 "
` [PATCH v3 14/15] KVM: arm64: nv: Expose hardware access flag management to NV guests
` [PATCH v3 15/15] KVM: arm64: selftests: Add test for AT emulation

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2025-11-25 15:03 UTC  (47+ messages)
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v4 11/49] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v4 13/49] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v4 14/49] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v4 15/49] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v4 16/49] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v4 17/49] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v4 18/49] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v4 19/49] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v4 20/49] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v4 21/49] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v4 22/49] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v4 23/49] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v4 24/49] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v4 25/49] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v4 26/49] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v4 27/49] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v4 28/49] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v4 29/49] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v4 30/49] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v4 31/49] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v4 32/49] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v4 33/49] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v4 34/49] KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
` [PATCH v4 36/49] KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En
` [PATCH v4 37/49] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v4 38/49] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v4 39/49] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v4 40/49] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v4 41/49] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v4 42/49] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v4 43/49] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v4 44/49] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v4 45/49] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v4 46/49] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v4 47/49] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v4 48/49] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v4 49/49] KVM: arm64: selftests: vgic_irq: Add timer deactivation test

[PATCH] KVM: arm64: Fix error checking for FFA_VERSION
 2025-11-25 13:54 UTC  (5+ messages)

[PATCH v8 00/28] Tracefs support for pKVM
 2025-11-25 11:22 UTC  (4+ messages)
` [PATCH v8 21/28] KVM: arm64: Add tracing capability for the pKVM hyp

[PATCH] KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=n
 2025-11-24 23:55 UTC  (2+ messages)

[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
 2025-11-24 15:06 UTC  (10+ messages)
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity

[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-24 11:48 UTC  (4+ messages)
` [PATCH 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome

[PATCH v2] KVM: arm64: nv: Optimize unmapping of shadow S2-MMU tables
 2025-11-24 11:03 UTC  (6+ messages)

[PATCH v2 00/11] TSM: Implement ->lock()/->accept() callbacks for ARM CCA TDISP setup
 2025-11-24  8:28 UTC  (27+ messages)
` [PATCH v2 01/11] coco: guest: arm64: Guest TSM callback and realm device lock support
` [PATCH v2 02/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [PATCH v2 04/11] coco: guest: arm64: Add support for updating interface reports from device
` [PATCH v2 05/11] coco: guest: arm64: Add support for updating measurements "
` [PATCH v2 06/11] coco: guest: arm64: Add support for reading cached objects from host
` [PATCH v2 07/11] coco: guest: arm64: Validate Realm MMIO mappings from TDISP report
` [PATCH v2 08/11] coco: guest: arm64: Add support for fetching and verifying device info
` [PATCH v2 09/11] coco: guest: arm64: Wire Realm TDISP RUN/STOP transitions into guest driver
` [PATCH v2 10/11] coco: arm64: dma: Update force_dma_unencrypted for accepted devices
` [PATCH v2 11/11] coco: guest: arm64: Enable vdev DMA after attestation

[PATCH] KVM: selftests: Fix core dump in rseq_test
 2025-11-24  5:04 UTC 

[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-11-21 18:55 UTC  (2+ messages)

[PATCH v2 00/14] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-21 18:43 UTC  (12+ messages)
` [PATCH v2 02/14] KVM: arm64: Add support for FEAT_XNX stage-2 permissions
` [PATCH v2 06/14] KVM: arm64: Call helper for reading descriptors directly
` [PATCH v2 07/14] KVM: arm64: Handle endianness in read helper for emulated PTW
` [PATCH v2 09/14] KVM: arm64: Add helper for swapping guest descriptor
` [PATCH v2 12/14] KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTW

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-11-21 16:44 UTC  (7+ messages)


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