Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-08-22 15:13:30 to 2024-08-30 03:48:01 UTC [more...]

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-30  3:47 UTC  (16+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit

[PATCH 0/3] altra workarounds for PCIE_64 with instrumentation
 2024-08-30  1:43 UTC  (8+ messages)
` [PATCH 1/3] ampere/arm64: Add a fixup handler for alignment faults in aarch64 code
` [PATCH 2/3] ampere/arm64: Work around Ampere Altra erratum #82288 PCIE_65
` [PATCH 3/3] ampere/arm64: instrument the altra workarounds

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-08-29 20:37 UTC  (5+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-29 17:55 UTC  (16+ messages)
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
` [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH] KVM: arm64: selftests: Cope with lack of GICv3 in set_id_regs
 2024-08-29 16:45 UTC  (4+ messages)

[PATCH v2 00/11] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-29  0:48 UTC  (16+ messages)
` [PATCH v2 01/11] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH v2 02/11] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH v2 03/11] KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHE
` [PATCH v2 04/11] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH v2 05/11] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH v2 06/11] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH v2 07/11] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH v2 08/11] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH v2 09/11] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH v2 10/11] KVM: arm64: Unify UNDEF injection helpers
` [PATCH v2 11/11] KVM: arm64: Add selftest checking how the absence of GICv3 is handled

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

[PATCH v2] arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
 2024-08-28 20:21 UTC  (2+ messages)

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (27+ messages)
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
 2024-08-28 15:10 UTC  (9+ messages)

[PATCH] arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
 2024-08-27 16:02 UTC  (2+ messages)

[PATCH v2 00/12] KVM: arm64: nv: More complete support for FEAT_PMUv3
 2024-08-27 16:40 UTC  (15+ messages)
` [PATCH v2 01/12] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v2 02/12] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v2 03/12] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v2 04/12] KVM: arm64: nv: Add support for describing traps that affect Host EL0
` [PATCH v2 05/12] KVM: arm64: nv: Reinject traps that take effect in "
` [PATCH v2 06/12] KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} "
` [PATCH v2 07/12] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v2 08/12] KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
` [PATCH v2 09/12] KVM: arm64: nv: Advertise support for FEAT_HPMN0
` [PATCH v2 10/12] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v2 11/12] KVM: arm64: nv: Honor NSH filter when in hyp context
` [PATCH v2 12/12] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-27  9:06 UTC  (2+ messages)

[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
 2024-08-27  8:58 UTC  (4+ messages)
` [PATCH v3 4/6] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes

[PATCH v9 0/5] arm64: ptdump: View the second stage page-tables
 2024-08-27  8:45 UTC  (6+ messages)
` [PATCH v9 1/5] KVM: arm64: Move pagetable definitions to common header
` [PATCH v9 2/5] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v9 3/5] arm64: ptdump: Use the ptdump description from a local context
` [PATCH v9 4/5] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v9 5/5] KVM: arm64: Introduce the PTDUMP_STAGE2_DEBUGFS config

[PATCH 0/3] KVM: arm64: nv: Add EL2 PMU event filtering support
 2024-08-27  7:59 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH 2/3] KVM: arm64: nv: Honor NSH filter when in hyp context
` [PATCH 3/3] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH v4 0/8] KVM: arm64: Add support for FP8
 2024-08-27  7:07 UTC  (2+ messages)

[PATCH 0/3] KVM: selftests: Fix unsupported $(ARCH) builds
 2024-08-26 19:01 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH 2/3] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH 3/3] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-08-26 10:46 UTC  (28+ messages)
` [PATCH v5 01/19] arm64: mm: Add top-level dispatcher for internal mem_encrypt API
` [PATCH v5 02/19] arm64: mm: Add confidential computing hook to ioremap_prot()
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 09/19] fixmap: Pass down the full phys address for set_fixmap_io
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 13/19] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v5 14/19] arm64: Enforce bounce buffers for realm DMA
` [PATCH v5 15/19] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v5 16/19] arm64: Enable memory encrypt for Realms

[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
 2024-08-26  3:10 UTC  (9+ messages)

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-08-25 19:45 UTC  (5+ messages)

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-24 19:34 UTC  (16+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 08/12] include: add elf.h support

[PATCH 0/3] KVM: arm64: nv: Fix nested IRQ exception storm on NV+GICv4
 2024-08-23 21:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: nv: Leave vPE nonresident in nested vgic state
` [PATCH 2/3] KVM: arm64: Move host SVE/SME state flags out of vCPU
` [PATCH 3/3] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2

[PATCH v6 0/2] Add arch_timer_edge_cases selftest
 2024-08-23 17:58 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: selftests: Ensure pending interrupts are handled in arch_timer test
` [PATCH v6 2/2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest

[PATCH v8 0/6] arm64: ptdump: View the second stage page-tables
 2024-08-23 10:53 UTC  (9+ messages)
` [PATCH v8 4/6] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v8 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes

[GIT PULL] KVM/arm64 fixes for 6.11, round #2
 2024-08-23  8:54 UTC  (2+ messages)

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-08-23  4:30 UTC  (11+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-22 21:41 UTC  (4+ messages)
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-08-22 20:56 UTC  (2+ messages)
  ` [PATCH 1/1] KVM: selftestsi: Create KVM selftests runnner to run interesting tests

[PATCH v3] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
 2024-08-22 17:07 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