Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-10-20 14:46:51 to 2025-10-29 13:37:22 UTC [more...]

[PATCH 0/2] use TPM device with CRB over FF-A when kernel boot with pkvm
 2025-10-29 13:36 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: fix FF-A call failure when ff-a driver is built-in
` [PATCH 2/2] KVM: arm64: support optional calls of FF-A v1.2

[PATCH] KVM: arm64: Check the untrusted offset in FF-A memory share
 2025-10-29 10:27 UTC  (3+ messages)

[PATCH] arm64: Fix double word in comments
 2025-10-29  7:17 UTC 

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-29  6:37 UTC  (79+ messages)
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
            ` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()

[PATCH v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-28 22:30 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 v2 3/4] KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4K
` [PATCH v2 4/4] KVM: selftests: Add a VMX test for LA57 nested state

[PATCH v1 0/4] KVM: arm64: Prevent sysreg helper parameter transposition
 2025-10-28 17:05 UTC  (10+ messages)
` [PATCH v1 1/4] KVM: arm64: Switch reg and val parameter ordering in vcpu_write_sys_reg()
` [PATCH v1 2/4] KVM: arm64: Add compile-time type check for register in __vcpu_assign_sys_reg()
` [PATCH v1 3/4] KVM: arm64: Add compile-time type check to vcpu_write_sys_reg()
` [PATCH v1 4/4] KVM: arm64: Add compile-time type check for register in __vcpu_rmw_sys_reg()

[PATCH V2 0/2] arm64/mm: Add remaining TLBI_XXX_MASK macros
 2025-10-28 12:43 UTC  (8+ messages)
` [PATCH V2 1/2] arm64/mm: Drop redundant 'level' range trimming in __tlbi_level()
` [PATCH V2 2/2] arm64/mm: Add remaining TLBI_XXX_MASK macros

[PATCH v2] KVM: arm64: nv: Optimize unmapping of shadow S2-MMU tables
 2025-10-28 12:29 UTC  (5+ messages)

[PATCH v2 0/4] KVM ARM64 pre_fault_memory
 2025-10-28 11:44 UTC  (4+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations

[PATCH 0/2] arm: add kvm-psci-version vcpu property
 2025-10-28 11:00 UTC  (4+ messages)
` [PATCH 2/2] target/arm/kvm: "

[PATCH] KVM: arm64: vgic-v3: Trap all if no in-kernel irqchip
 2025-10-27 14:02 UTC  (3+ messages)

[PATCH v13 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-27 12:25 UTC  (6+ messages)
` [PATCH v13 04/12] KVM: guest_memfd: Add slab-allocated inode cache

Failing no-vgic-v3 test
 2025-10-27 12:17 UTC  (3+ messages)

[PATCH 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
 2025-10-27 10:03 UTC  (18+ messages)
` [PATCH 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH 09/12] X.509: Make certificate parser public
` [PATCH 10/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 11/12] X.509: Move certificate length retrieval into new helper
` [PATCH 12/12] coco: host: arm64: Register device public key with RMM
` [PATCH v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
` [PATCH v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support

[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-27  9:56 UTC  (13+ messages)
` [PATCH RESEND v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH RESEND v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH RESEND v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH RESEND v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH RESEND v2 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH RESEND v2 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH RESEND v2 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH RESEND v2 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH RESEND v2 09/12] X.509: Make certificate parser public
` [PATCH RESEND v2 10/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH RESEND v2 11/12] X.509: Move certificate length retrieval into new helper
` [PATCH RESEND v2 12/12] coco: host: arm64: Register device public key with RMM

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

RFC KVM: arm64: selftest: stage 2 mapping helpers
 2025-10-25  0:24 UTC  (10+ messages)

[PATCH] KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
 2025-10-23 23:43 UTC 

[PATCH] KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
 2025-10-23 21:19 UTC 

[PATCH v4 00/23] ARM64 PMU Partitioning
 2025-10-22 15:05 UTC  (3+ messages)
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU

[PATCH v3 0/5] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
 2025-10-22 13:45 UTC  (6+ messages)
` [PATCH v3 2/5] arm64/sysreg: Support feature-specific fields with 'Prefix' descriptor
` [PATCH v3 1/5] arm64/sysreg: Fix checks for incomplete sysreg definitions
` [PATCH v3 3/5] arm64/sysreg: Move generation of RES0/RES1/UNKN to function
` [PATCH v3 4/5] arm64/sysreg: Add ICH_VMCR_EL2
` [PATCH v3 5/5] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2

[PATCH 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
 2025-10-22  7:08 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Make ID_PFR1_EL1.GIC writable
` [PATCH 2/3] KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
` [PATCH 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip

[PATCH v2 0/4] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
 2025-10-21 19:22 UTC  (5+ messages)
` [PATCH v2 1/4] arm64/sysreg: Fix checks for incomplete sysreg definitions
` [PATCH v2 2/4] arm64/sysreg: Support feature-specific fields with 'Prefix' descriptor

[PATCH] KVM: arm64: gic-v3: Only set ICH_HCR traps for v2-on-v3 or v3 guests
 2025-10-21 18:47 UTC  (8+ messages)

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-21 16:13 UTC  (5+ messages)
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA

[Question] Received vtimer interrupt but ISTATUS is 0
 2025-10-21 14:46 UTC  (4+ messages)

[RFC PATCH 00/16] arm64: make alternative patching callbacks safe
 2025-10-20 17:12 UTC  (9+ messages)
` [RFC PATCH 03/16] arm64/insn: always inline aarch64_insn_decode_register()
` [RFC PATCH 06/16] arm64/insn: always inline aarch64_insn_gen_movewide()
` [RFC PATCH 12/16] kvm/arm64: make alternative callbacks safe
` [RFC PATCH 14/16] arm64/insn: always inline aarch64_insn_encode_ldst_size()

[PATCH] KVM: selftests: fix ITS collection target addresses in vgic_lpi_stress
 2025-10-20 15:13 UTC  (2+ messages)

[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
 2025-10-20 14:59 UTC 


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