Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-09-08 13:58:07 to 2025-09-15 08:25:08 UTC [more...]

[PATCH RESEND v7 0/6] support FEAT_LSUI and apply it on futex atomic ops
 2025-09-15  8:24 UTC  (25+ messages)
` [PATCH RESEND v7 1/6] arm64: cpufeature: add FEAT_LSUI
` [PATCH RESEND v7 2/6] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH RESEND v7 3/6] arm64: Kconfig: add LSUI Kconfig
` [PATCH RESEND v7 4/6] arm64: futex: refactor futex atomic operation
` [PATCH v7 RESEND 5/6] arm64: futex: small optimisation for __llsc_futex_atomic_set()
` [PATCH RESEND v7 6/6] arm64: futex: support futex with FEAT_LSUI

[PATCH V4 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-09-15  2:24 UTC  (6+ messages)
` [PATCH V4 1/2] arm64/sysreg: Update TCR_EL1 register

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-09-14 20:41 UTC  (24+ 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 14/28] iommu/arm-smmu-v3: Add KVM mode in the driver
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode
` [PATCH v4 16/28] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
` [PATCH v4 22/28] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host

[PATCH v3 0/2] KVM: arm64: make EL2 feature fields writable in ID_AA64MMFR1_EL1
 2025-09-14 20:27 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: arm64: Make ID_AA64MMFR1_EL1.{HCX, TWED} writable from userspace
` [PATCH v3 2/2] KVM: arm64: selftests: Test writes to ID_AA64MMFR1_EL1.{HCX, TWED}

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-14  7:44 UTC  (15+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH 00/11] KVM: arm64: nv: Align feature limitations with current state of support
 2025-09-12 21:48 UTC  (14+ messages)
` [PATCH 01/11] KVM: arm64: nv: Convert masks to denylists in limit_nv_id_reg()
` [PATCH 02/11] KVM: arm64: nv: Don't erroneously claim FEAT_DoubleLock for NV VMs
` [PATCH 03/11] KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMs
` [PATCH 04/11] KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_frac
` [PATCH 05/11] KVM: arm64: nv: Expose FEAT_ECBHB to NV-enabled VMs
` [PATCH 06/11] KVM: arm64: nv: Expose FEAT_AFP "
` [PATCH 07/11] KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't set
` [PATCH 08/11] KVM: arm64: nv: Expose FEAT_TWED to NV-enabled VMs
` [PATCH 09/11] KVM: arm64: nv: Advertise FEAT_SpecSEI "
` [PATCH 10/11] KVM: arm64: nv: Advertise FEAT_TIDCP1 "
` [PATCH 11/11] KVM: arm64: nv: Expose up to FEAT_Debugv8p8 "

[PATCH v16 0/6] KVM: arm64: Provide guest support for GCS
 2025-09-12 21:46 UTC  (14+ messages)
` [PATCH v16 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v16 2/6] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v16 3/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v16 4/6] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v16 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v16 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-09-12 13:47 UTC  (6+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH v6 00/24] Tracefs support for pKVM
 2025-09-12 13:48 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 15/24] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v6 16/24] KVM: arm64: Add clock support for "

[PATCH] PMCR_EL0.N is RAZ/WI. At least a build failes in Ubuntu 22.04 LTS. Remove the set function
 2025-09-12 12:11 UTC  (4+ messages)

[PATCH 0/6] KVM ARM64 pre_fault_memory
 2025-09-11 18:56 UTC  (10+ messages)
` [PATCH 1/6] KVM: arm64: Add __gmem_abort and __user_mem_abort
` [PATCH 2/6] KVM: arm64: Add KVM_PGTABLE_WALK_PRE_FAULT walk flag
` [PATCH 3/6] KVM: arm64: Add pre_fault_memory implementation
` [PATCH 4/6] KVM: selftests: Fix unaligned mmap allocations
` [PATCH 5/6] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 6/6] KVM: selftests: Add option for different backing in pre-fault tests

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-09-11 17:47 UTC  (9+ messages)
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report

[PATCH 0/2] arm: add kvm-psci-version vcpu property
 2025-09-11 16:46 UTC  (9+ messages)
` [PATCH 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH 2/2] target/arm/kvm: add kvm-psci-version vcpu property

[PATCH v3 0/3] arm64: sysreg: Fix sysreg field definitions and generation script
 2025-09-11 16:11 UTC  (2+ messages)

[GIT PULL] KVM/arm64 changes for 6.17, round #3
 2025-09-10 20:25 UTC 

[PATCH 0/2] KVM: arm64: Revert resched fixes for stage-2 destruction
 2025-09-10 18:12 UTC  (5+ 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
` (subset) [PATCH 0/2] KVM: arm64: Revert resched fixes for stage-2 destruction

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-10 14:45 UTC  (6+ messages)
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs

[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)

[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  (4+ messages)
` [PATCH 1/2] KVM: arm64: Dump instruction on hyp panic

[PATCH v3 0/3] arm64: sysreg: Fix sysreg field definitions and generation script
 2025-09-09  8:49 UTC  (2+ messages)

[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  (2+ 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)


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