Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-06-25 15:00:47 to 2024-07-09 08:52:35 UTC [more...]

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-09  8:52 UTC  (23+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [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

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-09  5:19 UTC  (17+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
` [PATCH v4 02/15] firmware/psci: Add psci_early_test_conduit()
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
` [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 09/15] arm64: Enable memory encrypt for Realms
` [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

[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 0/7] KVM: arm64: Add support for FP8
 2024-07-08 17:53 UTC  (13+ 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 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-07-08 17:00 UTC  (6+ messages)
` [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 v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-07-08 16:50 UTC  (13+ messages)

[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  (7+ 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 v2 0/3] KVM: arm64: vgic-its: Some fixes about vgic-its
 2024-07-04 14:23 UTC  (4+ 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

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

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

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-03 14:38 UTC  (28+ 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 03/12] perf/arm: Move 32-bit PMU drivers to drivers/perf/
` [PATCH v2 04/12] perf: arm_v6/7_pmu: Drop non-DT probe support
` [PATCH v2 05/12] perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h
` [PATCH v2 06/12] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v2 07/12] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH v2 08/12] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH v2 09/12] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH v2 10/12] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH v2 11/12] KVM: arm64: Refine PMU defines for number of counters
` [PATCH v2 12/12] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

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

[PATCH v3 0/2] Allow userspace to change ID_AA64PFR1_EL1
 2024-07-01  3:36 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: arm64: "
` [PATCH v3 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

[PATCH 0/5] KVM: arm64: Fix handling of TCR2_EL1
 2024-06-28 19:13 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Correctly honor the presence of FEAT_TCRX

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-28  9:59 UTC  (13+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared

[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
 2024-06-28  8:23 UTC  (5+ messages)
` [PATCH v3 2/6] arm64: cpufeature: discover CPU support for MPAM
` [PATCH v3 4/6] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes

[PATCH v2 0/2] Allow userspace to change ID_AA64PFR1_EL1
 2024-06-26  9:01 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: arm64: "

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-06-25 22:51 UTC  (41+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests


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