Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-11-14 16:08:55 to 2025-11-20 14:40:31 UTC [more...]

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 14:40 UTC  (15+ 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 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-20 14:34 UTC  (7+ 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 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 v8 00/28] Tracefs support for pKVM
 2025-11-20 12:27 UTC  (13+ 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 v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-20  9:19 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Fixes to KVM struct allocation
 2025-11-20  7:08 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Drop useless __GFP_HIGHMEM from kvm "
` [PATCH 2/2] KVM: arm64: Use kvzalloc() for "

[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  (6+ messages)
` [PATCH v2 1/2] KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU number
  ` [PATCH v2 2/2] KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stress

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-19 21:31 UTC  (8+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context

[PATCH v2 00/11] TSM: Implement ->lock()/->accept() callbacks for ARM CCA TDISP setup
 2025-11-19 15:54 UTC  (16+ 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 03/11] coco: guest: arm64: Add support for guest initiated TDI bind/unbind
` [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 v3 0/3] KVM ARM64 pre_fault_memory
 2025-11-19 15:49 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v3 2/3] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v3 3/3] KVM: selftests: Add option for different backing in pre-fault tests

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-11-19 15:34 UTC  (6+ messages)

[PATCH v3 0/5] KVM: arm64: Add LR overflow infrastructure (the dregs, the bad and the ugly)
 2025-11-19 10:37 UTC  (28+ messages)
` [PATCH v3 1/5] KVM: arm64: GICv3: Don't advertise ICH_HCR_EL2.En==1 when no vgic is configured
` [PATCH v3 2/5] KVM: arm64: GICv3: Completely disable trapping on vcpu exit
` [PATCH v3 3/5] KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
` [PATCH v3 4/5] KVM: arm64: GICv3: Remove vgic_hcr workaround handling leftovers
` [PATCH v3 5/5] KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En

[PATCH v3 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
 2025-11-19  5:44 UTC  (3+ messages)

[PATCH v3 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2025-11-19  2:07 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v3 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
 2025-11-19  0:02 UTC  (5+ messages)
` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()

[GIT PULL] KVM/arm64 fix for 6.18, take #3
 2025-11-18 16:38 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
 2025-11-18 12:10 UTC  (11+ messages)

[PATCH v5 0/9] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-11-18 11:11 UTC  (12+ messages)
` [PATCH v5 1/9] KVM: arm64: Fix Trace Buffer trapping for protected VMs
` [PATCH v5 2/9] KVM: arm64: Fix Trace Buffer trap polarity "
` [PATCH v5 3/9] KVM: arm64: Fix MTE flag initialization "
` [PATCH v5 4/9] KVM: arm64: Introduce helper to calculate fault IPA offset
` [PATCH v5 5/9] KVM: arm64: Include VM type when checking VM capabilities in pKVM
` [PATCH v5 6/9] KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest "
` [PATCH v5 7/9] KVM: arm64: Track KVM IOCTLs and their associated KVM caps
` [PATCH v5 8/9] KVM: arm64: Check whether a VM IOCTL is allowed in pKVM
` [PATCH v5 9/9] KVM: arm64: Prevent host from managing timer offsets for protected VMs

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

[PATCH v4] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
 2025-11-18  1:45 UTC  (4+ messages)

[PATCH v2 00/14] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-17 22:43 UTC  (15+ messages)
` [PATCH v2 01/14] arm64: Detect FEAT_XNX
` [PATCH v2 02/14] KVM: arm64: Add support for FEAT_XNX stage-2 permissions
` [PATCH v2 03/14] KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2
` [PATCH v2 04/14] KVM: arm64: Teach ptdump about FEAT_XNX permissions
` [PATCH v2 05/14] KVM: arm64: nv: Advertise support for FEAT_XNX
` [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 08/14] KVM: arm64: nv: Use pgtable definitions in stage-2 walk
` [PATCH v2 09/14] KVM: arm64: Add helper for swapping guest descriptor
` [PATCH v2 10/14] KVM: arm64: Propagate PTW errors up to AT emulation
` [PATCH v2 11/14] KVM: arm64: Implement HW access flag management in stage-1 SW PTW
` [PATCH v2 12/14] KVM: arm64: nv: Implement HW access flag management in stage-2 "
` [PATCH v2 13/14] KVM: arm64: nv: Expose hardware access flag management to NV guests
` [PATCH v2 14/14] KVM: arm64: selftests: Add test for AT emulation

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-17 18:48 UTC  (28+ messages)
` [PATCH v5 01/27] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v5 02/27] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v5 03/27] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v5 04/27] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v5 05/27] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v5 06/27] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 08/27] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v5 09/27] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v5 10/27] KVM: arm64: iommu: Add memory pool
` [PATCH v5 11/27] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v5 12/27] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v5 13/27] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
` [PATCH v5 15/27] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
` [PATCH v5 16/27] iommu/arm-smmu-v3-kvm: Take over SMMUs
` [PATCH v5 17/27] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v5 18/27] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v5 19/27] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v5 20/27] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v5 21/27] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v5 22/27] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v5 23/27] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v5 24/27] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v5 25/27] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v5 26/27] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v5 27/27] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH 00/12] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-17 18:13 UTC  (10+ messages)
` [PATCH 09/12] KVM: arm64: Add helper for swapping guest descriptor
` [PATCH 10/12] KVM: arm64: Implement HW access flag management in stage-1 SW PTW
` [PATCH 11/12] KVM: arm64: nv: Implement HW access flag management in stage-2 "

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

[syzbot] [kvmarm?] WARNING in kvm_set_vm_id_reg
 2025-11-16  8:46 UTC  (2+ messages)

[PATCH v2 0/2] use TPM device with CRB over FF-A when kernel boot with pkvm
 2025-11-14 20:14 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: fix FF-A call failure when ff-a driver is built-in

[PATCH v2 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2025-11-14 17:41 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2025-11-14 16:07 UTC  (5+ messages)
` [RFC PATCH v6 32/35] KVM: Add KVM_EXIT_RLIMIT exit_reason
` [RFC PATCH v6 33/35] KVM: arm64: Implement locked memory accounting for the SPE buffer
` [RFC PATCH v6 34/35] KVM: arm64: Add hugetlb support for SPE
` [RFC PATCH v6 35/35] KVM: arm64: Allow the creation of a SPE enabled VM


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