Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-10-30 20:11:00 to 2025-11-07 09:39:01 UTC [more...]

[PATCH v8 00/28] Tracefs support for pKVM
 2025-11-07  9:38 UTC  (13+ messages)
` [PATCH v8 01/28] ring-buffer: Add page statistics to the meta-page
` [PATCH v8 02/28] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v8 03/28] ring-buffer: Introduce ring-buffer remotes
` [PATCH v8 04/28] ring-buffer: Add non-consuming read for "
` [PATCH v8 05/28] tracing: Introduce trace remotes
` [PATCH v8 06/28] tracing: Add reset to "
` [PATCH v8 07/28] tracing: Add non-consuming read "
` [PATCH v8 08/28] tracing: Add init callback "
` [PATCH v8 09/28] tracing: Add events "
` [PATCH v8 10/28] tracing: Add events/ root files "
` [PATCH v8 11/28] tracing: Add helpers to create trace remote events
` [PATCH v8 12/28] ring-buffer: Export buffer_data_page and macros

[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-11-07  9:23 UTC  (10+ messages)
` [PATCH v7 1/7] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH v7 2/7] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B
` [PATCH v7 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
` [PATCH v7 4/7] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v7 6/7] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
` [PATCH v7 7/7] kselftest/arm64: Add HWCAP test for FEAT_{LS64, LS64_V}

[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
 2025-11-07  1:34 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray
 2025-11-07  1:29 UTC 

[PATCH] MAINTAINERS: Switch myself to using kernel.org address
 2025-11-07  1:28 UTC 

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-06 17:16 UTC  (13+ messages)
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode

[PATCH v2 0/5] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-11-06 16:28 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: arm64: Fix Trace Buffer trapping for protected VMs
` [PATCH v2 2/5] KVM: arm64: Fix Trace Buffer trap polarity "
` [PATCH v2 3/5] KVM: arm64: Fix MTE flag initialization "
` [PATCH v2 4/5] KVM: arm64: Prevent host from managing timer offsets "
` [PATCH v2 5/5] KVM: arm64: Define FAR_MASK for fault IPA offset

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-06  9:40 UTC  (10+ messages)
` [PATCH v11 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v2 0/6] KVM: arm64: vgic-v3: Fix yet another lock ordering turd
 2025-11-06  3:34 UTC  (7+ messages)
` [PATCH v2 6/6] KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI xarray lock

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-05 15:26 UTC  (8+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU

[PATCH 00/33] KVM: arm64: Add LR overflow infrastructure
 2025-11-05 11:31 UTC  (40+ messages)
` [PATCH 01/33] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH 02/33] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH 03/33] irqchip/apple-aic: Spit out ICH_MIDR_EL2 value on spurious vGIC MI
` [PATCH 04/33] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH 05/33] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH 06/33] KVM: arm64: Repack struct vgic_irq fields
` [PATCH 07/33] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH 08/33] KVM: arm64: Add LR overflow handling documentation
` [PATCH 09/33] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH 10/33] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH 11/33] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH 12/33] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH 13/33] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH 14/33] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH 15/33] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH 16/33] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH 17/33] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH 18/33] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH 19/33] KVM: arm64: Eagerly save VMCR on exit
` [PATCH 20/33] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH 21/33] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH 22/33] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH 23/33] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH 24/33] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH 25/33] KVM: arm64: Add AP-list overflow split/splice
` [PATCH 26/33] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH 27/33] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH 28/33] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH 29/33] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH 30/33] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH 31/33] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH 32/33] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH 33/33] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation

[PATCH v2 0/4] KVM ARM64 pre_fault_memory
 2025-11-04 20:19 UTC  (7+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations

[PATCH v1 0/8] KVM: arm64: Fixes for guest CPU feature trapping and enabling
 2025-11-04 19:04 UTC  (21+ messages)
` [PATCH v1 1/8] KVM: arm64: Route MOPS exceptions to EL2 when guest lacks support
` [PATCH v1 2/8] KVM: arm64: Trap access to ALLINT if FEAT_NMI not supported by the guest
` [PATCH v1 3/8] KVM: arm64: Enable LS64 instructions when supported by guest
` [PATCH v1 4/8] KVM: arm64: Refactor vcpu_set_hcrx() to reduce indentation
` [PATCH v1 5/8] KVM: arm64: Fix Trace Buffer trap polarity for protected VMs
` [PATCH v1 6/8] KVM: arm64: Fix MTE flag initialization "
` [PATCH v1 7/8] KVM: arm64: Prevent host from managing timer offsets "
` [PATCH v1 8/8] KVM: arm64: Define FAR_MASK for faulting IPA offset

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-04 18:02 UTC  (57+ messages)
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-04 11:08 UTC  (13+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH v10 0/9] support FEAT_LSUI
 2025-11-04 11:01 UTC  (14+ messages)
` [PATCH v10 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v10 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v10 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v10 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v10 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v10 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v10 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v10 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v10 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-11-03 22:22 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA

[PATCH V6 0/3] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-11-03 18:03 UTC  (4+ messages)
` [PATCH V6 1/3] tools: header: arm64: Replace TCR_NFD[0|1] with TCR_EL1_NFD[0|1]

[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-03 14:33 UTC  (3+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4

[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-31 12:07 UTC  (7+ messages)
` [PATCH RESEND v2 06/12] coco: host: arm64: Add RMM device communication helpers

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

[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-30 23:32 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH v2 2/4] KVM: selftests: Use a loop to walk "

[PATCH] KVM: arm64: Use pointer from memcpy() call for assignment in init_hyp_mode()
 2025-10-30 21:21 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2025-10-30 20:28 UTC  (2+ messages)


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