Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-03 01:42:59 to 2023-10-09 23:09:07 UTC [more...]

[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-09 23:08 UTC  (4+ messages)
` [PATCH v7 01/12] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v7 02/12] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on "

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-09 18:50 UTC  (13+ messages)
` [PATCH v4 01/12] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v4 02/12] arm64/mm: Update range-based "
` [PATCH v4 03/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v4 05/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v4 06/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v4 07/12] KVM: arm64: Prepare TCR_EL2.PS in cpu_prepare_hyp_mode()
` [PATCH v4 08/12] KVM: arm64: Convert translation level parameter to s8
` [PATCH v4 09/12] KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
` [PATCH v4 10/12] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems
` [PATCH v4 11/12] KVM: selftests: arm64: Determine max ipa size per-page size
` [PATCH v4 12/12] KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-09 16:42 UTC  (17+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH v1 00/20] Permission Overlay Extension
 2023-10-09 14:49 UTC  (20+ messages)
` [PATCH v1 01/20] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v1 02/20] arm64/sysreg: update CPACR_EL1 register
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 07/20] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v1 09/20] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 19/20] selftests: mm: move fpregs printing
` [PATCH v1 20/20] selftests: mm: make protection_keys test work on arm64

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

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-09  3:17 UTC  (11+ messages)
` [PATCH v2 1/5] KVM: Add arch specific interfaces for sampling guest callchains
` [PATCH v2 2/5] perf kvm: Introduce guest interfaces for sampling callchains
` [PATCH v2 3/5] KVM: implement new perf interfaces
` [PATCH v2 4/5] perf kvm: Support sampling guest callchains
` [PATCH v2 5/5] perf tools: Support PERF_CONTEXT_GUEST_* flags

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-10-08  2:58 UTC  (4+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets

[PATCH 1/2] KVM: arm64: selftest: Add the missing .guest_prepare()
 2023-10-07 16:50 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm64: selftest: Perform ISB before reading PAR_EL1

[PATCH 0/3] KVM: arm64: Load the stage-2 MMU from vcpu_load() for VHE
 2023-10-06 22:06 UTC  (11+ messages)
` [PATCH 1/3] KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()
` [PATCH 2/3] KVM: arm64: Rename helpers for VHE vCPU load/put
` [PATCH 3/3] KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()

[PATCH 0/2] tools: arm64: Sync sysreg.h with the kernel
 2023-10-06 20:52 UTC  (9+ messages)
` [PATCH 1/2] tools: arm64: Add a copy of sysreg-defs.h generated from "
` [PATCH 2/2] tools: arm64: Sync sysreg.h with the kernel source

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-06 13:23 UTC  (18+ messages)

[RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
 2023-10-06 12:47 UTC  (3+ messages)

Bug? Incompatible APF for 4.14 guest on 5.10 and later host
 2023-10-06  1:39 UTC 

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-10-06  0:36 UTC  (22+ messages)
` [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
` [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING

[PATCH 0/3] KVM: arm64: Cleanups for managing SMCCC filter maple tree
 2023-10-05 20:55 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Add a predicate for testing if SMCCC filter is configured
` [PATCH 2/3] KVM: arm64: Only insert reserved ranges when SMCCC filter is used
` [PATCH 3/3] KVM: arm64: Use mtree_empty() to determine if SMCCC filter configured

[PATCH v2 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-10-05 18:05 UTC  (13+ messages)
` [PATCH v2 1/6] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v2 2/6] arm64: KVM: Rename DEBUG_STATE_SAVE_TRBE to DEBUG_STATE_SAVE_TRFCR
` [PATCH v2 3/6] arm64: KVM: Move SPE and trace registers to the sysreg array
` [PATCH v2 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v2 5/6] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v2 6/6] coresight: Pass guest TRFCR value to KVM

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-10-05 16:54 UTC  (14+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory

[PATCH v2 0/2] KVM: arm64: Support for Arm v8.8 memcpy instructions in KVM guests
 2023-10-04 18:27 UTC  (12+ messages)
` [PATCH v2 1/2] KVM: arm64: Add handler for MOPS exceptions

[PATCH v11 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-10-04 17:48 UTC  (22+ messages)
` [PATCH v11 01/12] KVM: arm64: Allow userspace to get the writable masks for feature "
` [PATCH v11 02/12] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v11 03/12] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v11 04/12] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v11 05/12] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v11 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1
` [PATCH v11 07/12] KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1
` [PATCH v11 08/12] KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1
` [PATCH v11 09/12] KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1
` [PATCH v11 10/12] KVM: arm64: Document vCPU feature selection UAPIs
` [PATCH v11 11/12] KVM: arm64: selftests: Import automatic generation of sysreg defs
` [PATCH v11 12/12] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-03 20:58 UTC  (12+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v9 5/6] KVM: x86: Migrate "
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v10 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-10-03 19:41 UTC  (5+ messages)
` [PATCH v10 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1

[PATCH v10 10/12] KVM: arm64: Document vCPU feature selection UAPIs
 2023-10-03 19:37 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-03 13:02 UTC  (3+ messages)


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