Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-05-02 07:43:42 to 2024-05-11 18:15:59 UTC [more...]

[PATCH v4 00/30] KVM: arm64: Preamble for pKVM
 2024-05-11 18:15 UTC  (10+ messages)
` [PATCH v4 01/30] KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM

[GIT PULL] KVM/arm64 updates for 6.10
 2024-05-11  9:52 UTC 

[PATCH 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT]
 2024-05-10 18:09 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-10 17:35 UTC  (3+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-05-10 15:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore

[PATCH RFC] KVM: arm64: allow ID_MMFR4_EL1 to be writable
 2024-05-10 15:11 UTC  (13+ messages)

[kvm-unit-tests PATCH v2 0/2] arm/arm64: Use 'max' cpu and gic types
 2024-05-10 15:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm64: Prepare for LPA2

[PATCH v5] KVM: arm64: Add early_param to control WFx trapping
 2024-05-10 14:26 UTC  (2+ messages)

[PATCH v3 00/12] KVM: arm64: Add support for hypervisor kCFI
 2024-05-10 11:26 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v3 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
` [PATCH v3 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
` [PATCH v3 04/12] KVM: arm64: nVHE: Remove __guest_exit_panic path
` [PATCH v3 05/12] KVM: arm64: nVHE: Add EL2h sync exception handler
` [PATCH v3 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v3 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v3 08/12] arm64: Move esr_comment() to <asm/esr.h>
` [PATCH v3 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v3 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
` [PATCH v3 11/12] KVM: arm64: nVHE: Support test module for hyp kCFI
` [PATCH v3 12/12] KVM: arm64: Improve CONFIG_CFI_CLANG error message

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09 18:20 UTC  (33+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH 0/7] KVM: arm64: Don't clobber CLIDR and MPIDR across vCPU reset
 2024-05-09 17:45 UTC  (9+ messages)
` [PATCH 1/7] KVM: arm64: Rename is_id_reg() to imply VM scope
` [PATCH 2/7] KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
` [PATCH 3/7] KVM: arm64: Only reset vCPU-scoped feature ID regs once
` [PATCH 4/7] KVM: selftests: Rename helper in set_id_regs to imply VM scope
` [PATCH 5/7] KVM: selftests: Store expected register value in set_id_regs
` [PATCH 6/7] KVM: arm64: Test that feature ID regs survive a reset
` [PATCH 7/7] KVM: selftests: Test vCPU-scoped feature ID registers

[PATCH v8 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-05-09  9:05 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v8 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v8 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v7 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-05-09  8:31 UTC  (6+ messages)
` [PATCH v7 2/3] "

[PATCH AUTOSEL 6.8 18/52] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-08 17:55 UTC  (3+ messages)

[PATCH v2 0/6] KVM: arm64: emulation for CTR_EL0
 2024-05-08 17:18 UTC  (15+ messages)
` [PATCH v2 2/6] KVM: arm64: unify trap setup code
` [PATCH v2 4/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v2 5/6] KVM: arm64: show writable masks for feature registers

[PATCH v2] KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
 2024-05-08 15:43 UTC  (2+ messages)

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-05-08  8:44 UTC  (12+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper

[PATCH] KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
 2024-05-08  6:50 UTC  (3+ messages)

[PATCH 0/2] Tweaks to the kvm-arm.mode= early cmdline parsing
 2024-05-08  6:14 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Fix hvhe/nvhe early alias parsing

[PATCH] KVM: arm64: Correct BTYPE/SS in host SMC emulation
 2024-05-08  6:04 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 08/25] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-07 23:11 UTC 

[PATCH AUTOSEL 6.6 15/43] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-07 23:09 UTC 

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-05-07 17:38 UTC  (3+ messages)

[PATCH v3 0/8] Rework the DAIF mask, unmask and track API
 2024-05-07 14:52 UTC  (9+ messages)
` [PATCH v3 1/8] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT

[PATCH 0/4] KVM: arm64: pKVM host proxy FF-A fixes
 2024-05-07  9:17 UTC  (10+ messages)
` [PATCH 1/4] KVM: arm64: Trap FFA_VERSION host call in pKVM
` [PATCH 2/4] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
` [PATCH 3/4] KVM: arm64: Fix the identification range for the FF-A smcs

[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-05-07  6:17 UTC  (3+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures

[kvm-unit-tests PATCH v3 0/5] add shellcheck support
 2024-05-07  4:26 UTC  (10+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-06  8:57 UTC  (34+ messages)
` [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v4 02/29] x86/mm: "
` [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 05/29] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 11/29] arm64: re-order MTE VM_ flags
` [PATCH v4 12/29] arm64: add POIndex defines
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 14/29] arm64: mask out POIndex when modifying a PTE
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 16/29] arm64: add pte_access_permitted_no_overlay()
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 19/29] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v4 20/29] arm64: enable POE and PIE to coexist
` [PATCH v4 21/29] arm64/ptrace: add support for FEAT_POE
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
` [PATCH v4 23/29] kselftest/arm64: move get_header()
` [PATCH v4 24/29] selftests: mm: move fpregs printing
` [PATCH v4 25/29] selftests: mm: make protection_keys test work on arm64
` [PATCH v4 26/29] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v4 27/29] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v4 29/29] KVM: selftests: get-reg-list: add Permission Overlay registers

[kvm-unit-tests PATCH v9 28/31] configure: Make arch_libdir a first-class entity
 2024-05-04 12:28 UTC 

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-05-03 18:17 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: Introduce vcpu->wants_to_run
` [PATCH v3 2/3] KVM: Ensure new code that references immediate_exit gets extra scrutiny
` [PATCH v3 3/3] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running

[PATCH] KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH] KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: Allocate private interrupts on demand
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH] KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
 2024-05-02 17:59 UTC 

[kvm-unit-tests PATCH] arm64: Default to 4K translation granule
 2024-05-02 16:08 UTC  (7+ messages)

[kvm-unit-tests PATCH] runtime: Adjust probe_maxsmp for older QEMU
 2024-05-02 15:29 UTC  (3+ messages)

[v2] Support for Arm CCA VMs on Linux
 2024-05-02 10:16 UTC  (6+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS

[PATCH] arm64: Default to 4K translation granule
 2024-05-02  7:43 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