messages from 2025-11-19 16:11:54 to 2025-11-26 00:23:17 UTC [more...]
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-11-26 0:23 UTC (13+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [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 (5+ 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] KVM: arm64: Convert ICH_HCR_EL2_TDIR cap to EARLY_LOCAL_CPU_FEATURE
2025-11-25 16:07 UTC (2+ messages)
[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2025-11-25 15:03 UTC (57+ messages)
` [PATCH v4 01/49] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v4 02/49] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v4 03/49] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v4 04/49] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v4 05/49] KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v4 07/49] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v4 08/49] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v4 09/49] KVM: arm64: Add LR overflow handling documentation
` [PATCH v4 10/49] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v4 11/49] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v4 12/49] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [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 (14+ messages)
` [PATCH v8 19/28] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v8 20/28] KVM: arm64: Add clock support for "
` [PATCH v8 21/28] KVM: arm64: Add tracing capability "
` [PATCH v8 22/28] KVM: arm64: Add trace remote "
[PATCH] KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=n
2025-11-24 23:55 UTC (2+ messages)
[PATCH v8 00/29] KVM: arm64: Implement support for SME
2025-11-24 20:12 UTC (4+ messages)
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI "
[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 v3 0/3] KVM ARM64 pre_fault_memory
2025-11-24 12:54 UTC (5+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation
[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
2025-11-24 11:48 UTC (10+ messages)
` [PATCH 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST
[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 6.12.y] KVM: arm64: Make all 32bit ID registers fully writable
2025-11-23 10:39 UTC
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2025-11-22 16:23 UTC (13+ 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 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)
[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
2025-11-20 16:18 UTC (16+ messages)
` [RFC PATCH 01/13] KVM: Introduce config option for per-vCPU vLPI enablement
` [RFC PATCH 02/13] KVM: arm64: Disable auto vCPU vPE assignment with per-vCPU vLPI config
` [RFC PATCH 03/13] KVM: arm64: Refactor out locked section of kvm_vgic_v4_set_forwarding()
` [RFC PATCH 04/13] KVM: arm64: Implement vLPI QUERY ioctl for per-vCPU vLPI injection API
` [RFC PATCH 05/13] KVM: arm64: Implement vLPI ENABLE "
` [RFC PATCH 06/13] KVM: arm64: Resolve race between vCPU scheduling and vLPI enablement
` [RFC PATCH 07/13] KVM: arm64: Implement vLPI DISABLE ioctl for per-vCPU vLPI Injection API
` [RFC PATCH 08/13] KVM: arm64: Make per-vCPU vLPI control ioctls atomic
` [RFC PATCH 09/13] KVM: arm64: Couple vSGI enablement with per-vCPU vPE allocation
` [RFC PATCH 10/13] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
` [RFC PATCH 11/13] KVM: Ioctl to set up userspace-injected MSIs as software-bypassing vLPIs
` [RFC PATCH 12/13] KVM: arm64: selftests: Add support for stress testing direct-injected vLPIs
` [RFC PATCH 13/13] KVM: arm64: selftests: Add test for per-vCPU vLPI control API
[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
2025-11-20 13:11 UTC (8+ messages)
` [PATCH v3 2/2] target/arm/kvm: "
[PATCH 0/2] KVM: arm64: Fixes to KVM struct allocation
2025-11-20 7:08 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Drop useless __GFP_HIGHMEM from kvm "
[PATCH 0/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
2025-11-19 22:35 UTC (2+ messages)
[PATCH] KVM: selftests: Add SYNC after guest ITS setup in vgic_lpi_stress
2025-11-19 22:35 UTC (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU number
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