Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-09-28 22:21:36 to 2023-10-09 12:12:40 UTC [more...]

[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
 2023-10-09 12:08 UTC  (18+ 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 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  (19+ 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

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-05 22:46 UTC  (15+ messages)
` [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 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 v1 00/20] Permission Overlay Extension
 2023-10-05 14:34 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 v2 0/2] KVM: arm64: Support for Arm v8.8 memcpy instructions in KVM guests
 2023-10-04 18:27 UTC  (17+ 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  (20+ 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)

[PATCH v2 0/2] Fine grain sysregs allowed to trap for nested virtualization
 2023-10-02 13:36 UTC  (4+ messages)
` [PATCH v2 2/2] arm64/kvm: Fine grain _EL2 system registers list that affect "

[RFC] Support for Arm CCA VMs on Linux
 2023-10-02 12:43 UTC  (4+ messages)
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture

[PATCH v3 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
 2023-09-30 18:27 UTC  (2+ messages)

[PATCH] KVM: arm64: Always invalidate TLB for stage-2 permission faults
 2023-09-30 18:12 UTC  (6+ messages)

[PATCH v2 0/2] KVM: arm64: Use folio for THP support
 2023-09-30 17:57 UTC  (11+ messages)
` [PATCH v2 1/2] KVM: arm64: Do not transfer page refcount for THP adjustment
` [PATCH v2 2/2] KVM: arm64: Use folio "

[PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
 2023-09-30 13:34 UTC  (3+ messages)

[PATCH v1 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
 2023-09-30 13:05 UTC  (2+ messages)

[PATCH v1 0/5] kvm/coresight: Support exclude guest and exclude host
 2023-09-29 12:09 UTC  (4+ messages)
` [PATCH v1 3/5] arm64: KVM: Add interface to set guest value for TRFCR register

[PATCH v6 07/11] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
 2023-09-28 23:08 UTC  (2+ messages)

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-28 22:21 UTC  (11+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO


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