messages from 2025-09-02 11:44:59 to 2025-09-10 18:09:46 UTC [more...]
[PATCH 0/2] KVM: arm64: Revert resched fixes for stage-2 destruction
2025-09-10 18:09 UTC (4+ messages)
` [PATCH 1/2] Revert "KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables"
` [PATCH 2/2] Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"
` [PATCH] bad bad bad
[PATCH v6 00/24] Tracefs support for pKVM
2025-09-10 17:06 UTC (31+ messages)
` [PATCH v6 02/24] ring-buffer: Introduce ring-buffer remotes
` [PATCH v6 03/24] tracing: Introduce trace remotes
` [PATCH v6 04/24] tracing: Add reset to "
` [PATCH v6 06/24] tracing: Add events "
` [PATCH v6 07/24] tracing: Add events/ root files "
` [PATCH v6 10/24] tracing: Introduce simple_ring_buffer
` [PATCH v6 12/24] tracing: selftests: Add trace remote tests
` [PATCH v6 15/24] KVM: arm64: Support unaligned fixmap in the pKVM hyp
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-10 14:45 UTC (9+ messages)
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
[RFC PATCH v1 00/38] ARM CCA Device Assignment support
2025-09-10 14:21 UTC (5+ messages)
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report
[PATCH v4 0/9] KVM: arm64: Reserve pKVM VM handle during initial VM setup
2025-09-10 8:42 UTC (12+ messages)
` [PATCH v4 1/9] KVM: arm64: Add build-time check for duplicate DECLARE_REG use
` [PATCH v4 2/9] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
` [PATCH v4 3/9] KVM: arm64: Rename 'host_kvm' to 'kvm' in pKVM host code
` [PATCH v4 4/9] KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
` [PATCH v4 5/9] KVM: arm64: Decouple hyp VM creation state from its handle
` [PATCH v4 6/9] KVM: arm64: Separate allocation and insertion of pKVM VM table entries
` [PATCH v4 7/9] KVM: arm64: Consolidate pKVM hypervisor VM initialization logic
` [PATCH v4 8/9] KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initialization
` [PATCH v4 9/9] KVM: arm64: Reserve pKVM handle during pkvm_init_host_vm()
[PATCH v2 0/3] KVM: arm64: make EL2 feature fields writable in ID_AA64MMFR1_EL1
2025-09-10 1:57 UTC (12+ messages)
` [PATCH v2 1/3] KVM: arm64: Make ID_AA64MMFR1_EL1.HCX writable from userspace
` [PATCH v2 2/3] KVM: arm64: Make ID_AA64MMFR1_EL1.TWED "
` [PATCH v2 3/3] KVM: arm64: Make ID_AA64MMFR1_EL1.VH "
[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
2025-09-09 22:14 UTC (3+ messages)
[syzbot] [kvmarm?] KASAN: invalid-access Read in __kvm_pgtable_walk
2025-09-09 21:52 UTC (3+ messages)
[PATCH] KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't set
2025-09-09 21:28 UTC (3+ messages)
[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2025-09-09 18:30 UTC (16+ messages)
` [PATCH v4 01/28] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v4 02/28] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v4 03/28] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v4 06/28] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v4 07/28] iommu/arm-smmu-v3: Move TLB range invalidation into a macro
` [PATCH v4 10/28] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v4 16/28] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
[syzbot] [kvmarm?] kernel panic: Unhandled exception
2025-09-09 17:52 UTC
[PATCH v2 0/2] Dump instructions on panic for pKVM/nvhe
2025-09-09 13:36 UTC (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Dump instruction on hyp panic
` [PATCH v2 2/2] KVM: arm64: Map hyp text as RO and dump instr on panic
[PATCH 0/2] Dump instructions on panic for pKVM/nvhe
2025-09-09 13:10 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: Dump instruction on hyp panic
` [PATCH 2/2] KVM: arm64: Map hyp text as RO and dump instr on panic
[PATCH V4 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
2025-09-09 11:22 UTC (6+ messages)
` [PATCH V4 1/2] arm64/sysreg: Update TCR_EL1 register
` [PATCH V4 2/2] arm64/sysreg: Replace TCR_EL1 field macros
[PATCH v3 0/3] arm64: sysreg: Fix sysreg field definitions and generation script
2025-09-09 8:49 UTC (2+ messages)
[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-09-09 1:48 UTC (6+ messages)
` [PATCH v4 4/7] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
[PATCH v3 0/9] KVM: arm64: Reserve pKVM VM handle during initial VM setup
2025-09-08 18:57 UTC (7+ messages)
` [PATCH v3 9/9] KVM: arm64: Reserve pKVM handle during pkvm_init_host_vm()
[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
2025-09-08 18:42 UTC (5+ messages)
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
[kvm-unit-tests PATCH] arm64: mte: Fix MTE granule mask
2025-09-08 18:38 UTC (4+ messages)
[PATCH] KVM: arm64: Fix parameter ordering for VBAR_EL1 assignment
2025-09-08 18:23 UTC (2+ messages)
[PATCH v2] KVM: arm64: Remove stage 2 read fault check
2025-09-08 18:23 UTC (2+ messages)
[PATCH v2] KVM: arm64: vgic: fix incorrect spinlock API usage
2025-09-08 18:23 UTC (2+ messages)
[PATCH v11 0/6] KVM: arm64: Support FF-A 1.2
2025-09-08 14:39 UTC (4+ messages)
` [PATCH v11 2/6] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
[PATCH v2] KVM: arm64: ptdump: Don't test PTE_VALID alongside other attributes
2025-09-08 14:19 UTC (2+ messages)
[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
2025-09-08 13:25 UTC (2+ messages)
[PATCH] KVM: arm64: vgic: fix incorrect spinlock API usage
2025-09-08 13:06 UTC (3+ messages)
` [External] : "
[PATCH v4 0/5] initialize SCTRL2_ELx
2025-09-08 12:49 UTC (15+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
[PATCH] KVM: arm64: nv: Allow shadow stage 2 read fault
2025-09-07 9:39 UTC (5+ messages)
[PATCH v3] KVM: arm64: nv: Fix incorrect VNCR invalidation range calculation
2025-09-06 6:11 UTC (2+ messages)
[PATCH v2 0/6] KVM: arm64: vgic-v3: Fix yet another lock ordering turd
2025-09-06 6:11 UTC (8+ messages)
` [PATCH v2 1/6] KVM: arm64: vgic: Drop stale comment on IRQ active state
` [PATCH v2 2/6] KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs
` [PATCH v2 3/6] KVM: arm64: Spin off release helper from vgic_put_irq()
` [PATCH v2 4/6] KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocks
` [PATCH v2 5/6] KVM: arm64: vgic-v3: Don't require IRQs be disabled for LPI xarray lock
` [PATCH v2 6/6] KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take "
kvm-unit-tests hang on Arm FVP with protected mode
2025-09-05 13:38 UTC (3+ messages)
[PATCH 0/5] KVM: arm64: vgic-v3: Fix yet another lock ordering turd
2025-09-05 8:55 UTC (13+ messages)
` [PATCH 1/5] KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs
` [PATCH 2/5] KVM: arm64: Spin off release helper from vgic_put_irq()
` [PATCH 3/5] KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocks
` [PATCH 4/5] KVM: arm64: vgic-v3: Don't require IRQs be disabled for LPI xarray lock
` [PATCH 5/5] KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take "
[PATCH v3 00/15] KVM: Introduce KVM Userfault
2025-09-05 12:27 UTC (4+ messages)
[PATCH] KVM: arm64: nv: Optimize unmapping of shadow S2-MMU tables
2025-09-05 12:13 UTC
[PATCH] KVM: arm64: nested: fix VNCR TLB ASID match logic for non-Global entries
2025-09-05 9:41 UTC (3+ messages)
[PATCH] KVM: arm64: Only free fully unmapped tables in stage2_free_walker()
2025-09-05 9:41 UTC (4+ messages)
[PATCH] KVM: arm64: Mark freed S2 MMUs as invalid
2025-09-05 9:41 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: VHE: Debug fixes
2025-09-05 9:41 UTC (7+ messages)
` [PATCH v2 1/2] KVM: arm64: VHE: Initialize PMSCR_EL1
` [PATCH v2 2/2] KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctly
[PATCH] arm64: kvm: Fix incorrect VNCR invalidation range calculation
2025-09-05 8:30 UTC (4+ messages)
` [PATCH v2] KVM: arm64: nv: "
[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
2025-09-04 7:57 UTC (4+ messages)
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info
[PATCH v2] KVM: arm64: Fix NULL pointer access issue
2025-09-04 7:26 UTC (2+ messages)
[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
2025-09-04 0:46 UTC (6+ messages)
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v10 15/43] arm64: RME: Allow VMM to set RIPAS
[PATCH v8 00/29] KVM: arm64: Implement support for SME
2025-09-02 11:36 UTC (22+ messages)
` [PATCH v8 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v8 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v8 12/29] KVM: arm64: Define internal features "
` [PATCH v8 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v8 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v8 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v8 16/29] KVM: arm64: Support SME control registers
` [PATCH v8 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v8 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v8 19/29] KVM: arm64: Support SME priority registers
` [PATCH v8 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v8 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v8 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v8 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v8 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v8 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v8 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v8 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v8 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v8 29/29] KVM: arm64: selftests: Add SME to set_id_regs test
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