Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-07-01 09:55:54 to 2024-07-15 09:22:06 UTC [more...]

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-15  9:21 UTC  (46+ messages)
` [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 05/29] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 11/29] arm64: re-order MTE VM_ flags
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[GIT PULL] KVM/arm64 updates for 6.11
 2024-07-15  6:57 UTC 

[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-07-13  8:04 UTC  (20+ messages)
` [PATCH 01/12] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH 02/12] arm64: Add PAR_EL1 field description
` [PATCH 04/12] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH 05/12] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
  ` [PATCH 11/12] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
  ` [PATCH 12/12] KVM: arm64: nv: Add support for FEAT_ATS1A

[PATCH 0/3] KVM: arm64: fix warnings in W=1 build
 2024-07-12 21:55 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: fix override-init warnings in W=1 builds
` [PATCH 2/3] KVM: arm64: fix kdoc "
` [PATCH 3/3] KVM: arm64: vgic: fix unexpected unlock sparse warnings

[PATCH 0/7] KVM: arm64: Add support for FP8
 2024-07-12 15:28 UTC  (16+ messages)
` [PATCH 1/7] KVM: arm64: Move SVCR into the sysreg array
` [PATCH 2/7] KVM: arm64: Move FPMR "
` [PATCH 3/7] KVM: arm64: Add save/restore support for FPMR
` [PATCH 4/7] KVM: arm64: Honor trap routing "
` [PATCH 5/7] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH 6/7] KVM: arm64: Enable FP8 support when available and configured
` [PATCH 7/7] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-07-12 15:06 UTC  (16+ messages)

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-12  8:54 UTC  (34+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
` [PATCH v4 02/15] firmware/psci: Add psci_early_test_conduit()
` [PATCH v4 04/15] arm64: realm: Query IPA size from the RMM
` [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared
` [PATCH v4 06/15] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v4 07/15] arm64: Enforce bounce buffers for realm DMA
` [PATCH v4 08/15] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v4 10/15] arm64: Force device mappings to be non-secure shared
` [PATCH v4 11/15] efi: arm64: Map Device with Prot Shared
` [PATCH v4 12/15] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v4 13/15] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v4 14/15] arm64: rsi: Interfaces to query attestation token
` [PATCH v4 15/15] virt: arm-cca-guest: TSM_REPORT support for realms

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-11 23:52 UTC  (24+ messages)
` [RFC PATCH 01/18] KVM: Add KVM_USERFAULT build option
` [RFC PATCH 02/18] KVM: Add KVM_CAP_USERFAULT and KVM_MEMORY_ATTRIBUTE_USERFAULT
` [RFC PATCH 03/18] KVM: Put struct kvm pointer in memslot
` [RFC PATCH 04/18] KVM: Fail __gfn_to_hva_many for userfault gfns
` [RFC PATCH 05/18] KVM: Add KVM_PFN_ERR_USERFAULT
` [RFC PATCH 06/18] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [RFC PATCH 07/18] KVM: Provide attributes to kvm_arch_pre_set_memory_attributes
` [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support
` [RFC PATCH 09/18] KVM: x86: Add vCPU fault fast-path for Userfault
` [RFC PATCH 10/18] KVM: arm64: Add KVM Userfault support
` [RFC PATCH 11/18] KVM: arm64: Add vCPU memory fault fast-path for Userfault
` [RFC PATCH 12/18] KVM: arm64: Add userfault support for steal-time
` [RFC PATCH 13/18] KVM: Add atomic parameter to __gfn_to_hva_many
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
` [RFC PATCH 15/18] KVM: guest_memfd: Add KVM Userfault support
` [RFC PATCH 16/18] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [RFC PATCH 17/18] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [RFC PATCH 18/18] KVM: selftests: Remove restriction in vm_set_memory_attributes

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-10 22:05 UTC  (9+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-07-10 15:51 UTC  (4+ messages)

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-10 12:36 UTC  (18+ messages)
` [PATCH v2 01/12] perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
` [PATCH v2 02/12] perf: arm_pmuv3: Drop unnecessary IS_ENABLED(CONFIG_ARM64) check
` [PATCH v2 06/12] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v2 10/12] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH v2 12/12] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[PATCH v2 0/3] KVM: arm64: vgic-its: Some fixes about vgic-its
 2024-07-10  8:54 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v2 2/3] KVM: arm64: vgic-its: Clear dte when mapd unmaps a device
` [PATCH v2 3/3] KVM: arm64: vgic-its: Clear ite when discard frees an ite

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2024-07-10  8:51 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 1/2] arm/pmu: skip the PMU introspection test if missing
 2024-07-09 17:18 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 2/2] arm/mmu: widen the page size check to account for LPA2

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-08 23:41 UTC  (5+ messages)
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging

[PATCH] KVM: arm64: nv: Fix RESx behaviour of disabled FGTs with negative polarity
 2024-07-08 19:59 UTC  (4+ messages)

[PATCH v7 0/6] arm64: ptdump: View the second stage page-tables
 2024-07-08 19:47 UTC  (16+ messages)
` [PATCH v7 2/6] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v7 3/6] arm64: ptdump: Use the mask from the state structure
` [PATCH v7 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
` [PATCH v7 6/6] KVM: arm64: Expose guest stage-2 pagetable config to debugfs

[PATCH v4 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-07-08 18:12 UTC  (11+ messages)
` [PATCH v4 1/4] arm64/fpsimd: Introduce __bit_to_vl() helper
` [PATCH v4 2/4] arm64/fpsimd: Discover maximum vector length implemented by any CPU
` [PATCH v4 3/4] KVM: arm64: Fix FFR offset calculation for pKVM host state save and restore
` [PATCH v4 4/4] KVM: arm64: Avoid underallocating storage for host SVE state

[PATCH v5 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-07-08 14:19 UTC  (5+ messages)
` [PATCH v5 1/4] arm64/fpsimd: Introduce __bit_to_vl() helper
` [PATCH v5 2/4] arm64/fpsimd: Discover maximum vector length implemented by any CPU
` [PATCH v5 3/4] KVM: arm64: Fix FFR offset calculation for pKVM host state save and restore
` [PATCH v5 4/4] KVM: arm64: Avoid underallocating storage for host SVE state

[PATCH 0/3] irqchip/gic-v4: Fix VMAPP/VMOVP races
 2024-07-08  2:02 UTC  (5+ messages)
` [PATCH 1/3] irqchip/gic-v4: Always configure affinity on VPE activation
` [PATCH 2/3] irqchip/gic-v4: Substitute vmovp_lock for a per-VM lock
` [PATCH 3/3] irqchip/gic-v4: Make sure a VPE is locked when VMAPP is issued

[v2] Support for Arm CCA VMs on Linux
 2024-07-08  0:47 UTC  (4+ messages)

[PATCH kvmtool] arm64: Allow the user to select the max SVE vector length
 2024-07-05 10:54 UTC  (2+ messages)

[PATCH V2 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT]
 2024-07-04 16:22 UTC  (5+ messages)
` [PATCH V2 1/2] KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1

[PATCH v2 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-07-04 15:12 UTC  (7+ messages)
` [PATCH v2 1/4] arm64/fpsimd: Introduce __bit_to_vl() helper
` [PATCH v2 2/4] arm64/fpsimd: Discover maximum vector length implemented by any CPU

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-07-04 10:10 UTC  (9+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PATCH] KVM: arm64: nv: Truely enable nXS TLBI operations
 2024-07-03 23:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
 2024-07-03 23:25 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