messages from 2026-08-18 16:11:16 to 2026-08-24 11:07:30 UTC [more...]
[PATCH v3 0/2] KVM: arm64: nv: Shadow S2 life-cycle fixes
2026-08-24 11:07 UTC (10+ messages)
` [PATCH v3 1/2] KVM: arm64: nv: Fix life cycle of the nested_mmus array
` [PATCH v3 2/2] KVM: arm64: nv: Delay freeing of shadow S2 structures until VM destruction
[PATCH] KVM: arm64: Allow smaller FF-A RX/TX buffers
2026-08-24 9:05 UTC (4+ messages)
` "
[RFC PATCH v7 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-08-24 8:47 UTC (27+ messages)
` [RFC PATCH v7 01/18] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v7 02/18] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v7 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v7 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v7 05/18] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v7 08/18] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v7 09/18] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v7 11/18] arm/kvm: Initialize all writable ID registers from host
` [RFC PATCH v7 12/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v7 14/18] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v7 18/18] arm-qmp-cmds: introspection for ID register props
[PATCH v2 0/4] irqchip/gic-v4, KVM: arm64: Fix the vgic init error paths
2026-08-24 7:42 UTC (5+ messages)
` [PATCH v2 1/4] irqchip/gic-v4: Clear the domain and fwnode pointers after freeing them
` [PATCH v2 2/4] irqchip/gic-v4: Unwind what its_alloc_vcpu_irqs() allocated on failure
` [PATCH v2 3/4] KVM: arm64: vgic: Tear down what vgic_init() created when it fails
` [PATCH v2 4/4] KVM: arm64: vgic-v4: Restore nr_vpes before freeing the vPE resources
[PATCH v2] arm64: Defer the GMID_EL1 read to {init,update}_cpu_features()
2026-08-24 7:10 UTC
[PATCH v2 0/4] Stop returning struct page from guest_memfd PFN lookup
2026-08-24 4:27 UTC (31+ messages)
` [PATCH v2 1/4] KVM: SEV: Treat unassigned RMP entry as benign race on PSMASH failure
` [PATCH v2 2/4] KVM: SEV: Drop page refcount early during RMP fault handling
` [PATCH v2 3/4] KVM: SEV: Drop page refcount early in VMSA reload
` [PATCH v2 4/4] KVM: guest_memfd: Stop returning struct page from PFN lookup
[PATCH v4] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
2026-08-24 4:02 UTC
[PATCH v2 0/3] KVM: selftests: arm64: Make sea_to_user skip cleanly
2026-08-23 18:57 UTC (6+ messages)
` [PATCH v2 2/3] KVM: selftests: arm64: Skip sea_to_user without 1GB hugepages
` [PATCH v2 3/3] KVM: selftests: arm64: Skip sea_to_user when EINJ places no poison
[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
2026-08-23 15:39 UTC (7+ messages)
` [PATCH v3 1/5] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v3 2/5] KVM: arm64: vgic-v3: Reset redistributors after failed region setup
` [PATCH v3 3/5] KVM: arm64: vgic-v3: Separate redistributor teardown from unassignment
` [PATCH v3 4/5] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v3 5/5] KVM: arm64: selftests: Test VGICv3 redistributor region retry
[PATCH 0/3] irqchip/gic-v4, KVM: arm64: Fix the vgic init error paths
2026-08-23 13:59 UTC (10+ messages)
` [PATCH 1/3] irqchip/gic-v4: Clear the domain and fwnode pointers after freeing them
` [PATCH 2/3] irqchip/gic-v4: Unwind what its_alloc_vcpu_irqs() allocated on failure
` [PATCH 3/3] KVM: arm64: vgic: Tear down what vgic_init() created when it fails
[PATCH v19 00/14] KVM: arm64: Provide guest support for GCS
2026-08-23 13:18 UTC (32+ messages)
` [PATCH v19 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v19 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v19 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v19 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v19 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v19 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
[PATCH] arm64: Defer the GMID_EL1 read to {init,update}_cpu_features()
2026-08-23 13:09 UTC (3+ messages)
[PATCH v3 0/2] arm64: ptdump flush fixes
2026-08-23 10:13 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
2026-08-23 7:53 UTC (7+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix spurious warning for benign stage 2 "
` [PATCH v2 2/2] KVM: arm64: nv: Fix null ptr deref on nested wp/unmap, "
[PATCH 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
2026-08-22 14:27 UTC (8+ messages)
` [PATCH 2/2] KVM: arm64: nv: Fix null ptr deref in kvm_nested_s2_unmap() on S2 teardown
[PATCH v2 0/5] KVM: arm64: fix VGICv3 redistributor rollback
2026-08-22 8:40 UTC (12+ messages)
` [PATCH v2 1/5] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v2 2/5] KVM: arm64: vgic-v3: Reset assignments after failed region setup
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Unregister redistributors before freeing regions
` [PATCH v2 4/5] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v2 5/5] KVM: arm64: selftests: Test VGICv3 redistributor region retry
[PATCH v2 0/4] KVM: arm64: vgic-its: Make the ITS table save reliable
2026-08-22 8:02 UTC (12+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic-its: Free the caches when GITS_BASER changes
` [PATCH v2 2/4] Revert "KVM: arm64: vgic-its: Don't save collections the table cannot hold"
` [PATCH v2 3/4] KVM: arm64: vgic-its: Skip unreachable devices instead of failing the save
` [PATCH v2 4/4] KVM: arm64: selftests: Add ITS table save tests
[PATCH v3 0/4] Stop returning struct page from guest_memfd PFN lookup
2026-08-21 21:50 UTC (7+ messages)
` [PATCH v3 1/4] KVM: SEV: Treat unassigned RMP entry as benign race on PSMASH failure
` [PATCH v3 2/4] KVM: SEV: Drop page refcount early during RMP fault handling
` [PATCH v3 3/4] KVM: SEV: Drop page refcount early in VMSA reload
` [PATCH v3 4/4] KVM: guest_memfd: Stop returning struct page from PFN lookup
[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
2026-08-21 15:58 UTC (11+ messages)
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-21 15:34 UTC (28+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-08-21 14:05 UTC (12+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[PATCH 5.10.y] KVM: arm64: Retry fault if vma_lookup() results become invalid
2026-08-21 9:46 UTC (3+ messages)
[RFC PATCH v4 00/11] coco/TSM: Arm CCA guest TDISP lock/accept flow with verification and DMA enable
2026-08-21 3:42 UTC (9+ messages)
` [RFC PATCH v4 03/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [RFC PATCH v4 07/11] coco: guest: arm64: Add guest APIs to read host-cached DA objects
` [RFC PATCH v4 08/11] coco: guest: arm64: Verify DA evidence with RSI_VDEV_GET_INFO digests
[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-08-20 23:37 UTC (10+ 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
[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
2026-08-20 16:01 UTC (31+ messages)
` [RFC PATCH v3 02/19] scripts: bug fixes in update-aarch64-cpu-sysreg-properties
` [RFC PATCH v3 04/19] target/arm: expose all ID regs fields as properties
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command
[PATCH] KVM: arm64: vgic-its: Fix O(C*I) loop in vgic_its_free_collection_list
2026-08-20 13:11 UTC (3+ messages)
[PATCH 0/4] KVM: arm64: vgic-its: Make the ITS table save reliable
2026-08-20 11:43 UTC (11+ messages)
` [PATCH 1/4] KVM: arm64: vgic-its: Free the caches when GITS_BASER changes
` [PATCH 2/4] Revert "KVM: arm64: vgic-its: Don't save collections the table cannot hold"
` [PATCH 3/4] KVM: arm64: vgic-its: Skip unreachable devices instead of failing the save
` [PATCH 4/4] KVM: arm64: selftests: Add ITS table save tests
[PATCH] Documentation: KVM: Fix the GICv5 KVM_IRQ_LINE PPI range
2026-08-20 10:48 UTC (4+ messages)
[GIT PULL] KVM/arm64 changes for 7.3
2026-08-20 4:47 UTC
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-08-19 16:00 UTC (13+ messages)
[PATCH] KVM: selftests: arm64: Skip sea_to_user without 1GB hugepages
2026-08-18 17:55 UTC (3+ messages)
[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
2026-08-18 17:32 UTC (13+ messages)
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 10/33] arm64: Share arm64 headers with s390
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
2026-08-18 16:38 UTC (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup
[PATCH v2 0/4] KVM: arm64: vgic: Fixes for ITS table save and init retry
2026-08-18 16:12 UTC (8+ messages)
` [PATCH v2 2/4] KVM: arm64: vgic: Don't leak the SPI array when init is retried
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