Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-09-27 14:04:17 to 2023-10-07 16:05:10 UTC [more...]

[PATCH 1/2] KVM: arm64: selftest: Add the missing .guest_prepare()
 2023-10-07 16:05 UTC  (3+ 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 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-10-06 13:23 UTC  (20+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[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  (23+ 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  (28+ 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 06/20] KVM: arm64: Save/restore POE registers
` [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 11/20] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v1 14/20] arm64: implement PKEYS support
` [PATCH v1 15/20] arm64: add POE signal support
` [PATCH v1 16/20] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v1 17/20] arm64: enable POE and PIE to coexist
` [PATCH v1 18/20] kselftest/arm64: move get_header()
` [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  (18+ 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 v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-10-03 10:28 UTC  (3+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets

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

[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 0/5] kvm/coresight: Support exclude guest and exclude host
 2023-09-29 12:09 UTC  (8+ messages)
` [PATCH v1 1/5] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v1 2/5] arm64: KVM: Rename DEBUG_STATE_SAVE_TRBE to DEBUG_STATE_SAVE_TRFCR
` [PATCH v1 3/5] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v1 4/5] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v1 5/5] coresight: Pass guest TRFCR value to KVM

[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  (13+ 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 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [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

[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-09-28 21:02 UTC 

[PATCH v6 00/11] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-09-27 17:36 UTC  (4+ messages)
` [PATCH v6 02/11] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset

[RESEND PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-27 14:05 UTC 


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