Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-10-27 10:04:06 to 2025-11-03 07:57:23 UTC [more...]

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-03  7:57 UTC  (12+ 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 v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-03  1:36 UTC  (62+ messages)
` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [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 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [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 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [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 RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-31 12:07 UTC  (30+ 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 12/12] coco: host: arm64: Register device public key with RMM

[PATCH 0/2] use TPM device with CRB over FF-A when kernel boot with pkvm
 2025-10-31 11:11 UTC  (13+ 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 v2 0/4] KVM: selftests: Test SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-30 23:32 UTC  (7+ 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] 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  (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v2 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH] KVM: arm64: FFA: Use pointers from memcpy() calls for assignments in three functions
 2025-10-30 18:07 UTC  (2+ messages)

[PATCH v2 0/2] arm: add kvm-psci-version vcpu property
 2025-10-30 16:59 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v2 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[PATCH 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2025-10-30 16:52 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH] KVM: arm64: Check the untrusted offset in FF-A memory share
 2025-10-30 16:23 UTC  (5+ messages)

[PATCH v3] KVM: arm64: Check range args for pKVM mem transitions
 2025-10-30 16:23 UTC  (4+ messages)

[PATCH] KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
 2025-10-30 16:23 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
 2025-10-30 16:23 UTC  (2+ messages)

[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
 2025-10-30 16:23 UTC  (2+ messages)

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

[PATCH 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2025-10-30 15:42 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal

[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
 2025-10-30 12:27 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Make all 32bit ID registers fully writable
` [PATCH v2 2/3] KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
` [PATCH v2 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip

[PATCH 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
 2025-10-30 11:25 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Make ID_PFR1_EL1.GIC writable

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

[PATCH v1 0/4] KVM: arm64: Prevent sysreg helper parameter transposition
 2025-10-30  9:53 UTC  (11+ 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 0/3] set_id_regs cleanup
 2025-10-30  9:40 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Count test_guest_reg_read() as a test
` [PATCH 2/3] KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last user

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-30  8:34 UTC  (27+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [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/2] arm64/mm: Add remaining TLBI_XXX_MASK macros
 2025-10-30  2:41 UTC  (6+ messages)
` [PATCH V2 2/2] "

[syzbot] [kvmarm?] kernel BUG in kvm_s2_put_page
 2025-10-29 20:27 UTC  (3+ messages)

[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-10-29 15:46 UTC  (6+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4
` [PATCH v9 2/5] perf: arm_spe: Add support for filtering on data source
` [PATCH v9 3/5] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v9 4/5] perf tools: Add support for perf_event_attr::config4
` [PATCH v9 5/5] perf docs: arm-spe: Document new SPE filtering features

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

[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 v13 00/12] KVM: guest_memfd: Add NUMA mempolicy support
 2025-10-27 12:25 UTC  (4+ 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  (2+ messages)


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