Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-30 09:08:02 to 2023-12-06 19:07:05 UTC [more...]

[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-06 19:06 UTC  (35+ messages)

[PATCH 0/5] KVM: selftests: Remove redundant newlines
 2023-12-06 17:18 UTC  (9+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] KVM: selftests: aarch64: "
` [PATCH 3/5] KVM: selftests: riscv: "
` [PATCH 4/5] KVM: selftests: s390x: "
` [PATCH 5/5] KVM: selftests: x86_64: "

[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
 2023-12-06 13:45 UTC  (5+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir

[PATCH v2 00/12] KVM: arm64: Fixes to fine grain traps and pKVM traps
 2023-12-06 10:19 UTC  (14+ messages)
` [PATCH v2 01/12] KVM: Add missing HCRX_EL2 field definitions
` [PATCH v2 02/12] KVM: arm64: Add latest HFGxTR_EL2 FGT entries to nested virt
` [PATCH v2 03/12] KVM: arm64: Add latest HFGITR_EL2 "
` [PATCH v2 04/12] KVM: arm64: Add bit masks for HAFGRTR_EL2
` [PATCH v2 05/12] KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt
` [PATCH v2 06/12] KVM: arm64: Update and fix FGT register masks
` [PATCH v2 07/12] KVM: arm64: Add build validation for FGT trap mask values
` [PATCH v2 08/12] KVM: arm64: Use generated FGT RES0 bits instead of specifying them
` [PATCH v2 09/12] KVM: arm64: Generate the HFGWTR-only RES0 bits
` [PATCH v2 10/12] KVM: arm64: Define FGT NMASK bits relative to other fields
` [PATCH v2 11/12] KVM: arm64: Trap external trace for protected VMs
` [PATCH v2 12/12] KVM: arm64: Mark CMOW as allowed "

[PATCH v3 00/21] arm64: Support for 2023 DPISA extensions
 2023-12-05 16:48 UTC  (22+ messages)
` [PATCH v3 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH v3 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH v3 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH v3 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH v3 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH v3 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH v3 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH v3 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH v3 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v3 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v3 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v3 12/21] arm64/signal: Add FPMR signal handling
` [PATCH v3 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v3 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v3 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v3 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v3 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v3 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH v3 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH v3 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v3 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-05 15:41 UTC  (11+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[PATCH v3 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-05 15:16 UTC  (10+ messages)
` [PATCH v3 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v3 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v3 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip

[PATCH] arm64: Make icache detection a cpu capability
 2023-12-05 13:31 UTC 

[PATCH v1 0/6] KVM: arm64: Fixes to fine grain traps and pKVM traps
 2023-12-05 11:48 UTC  (9+ messages)
` [PATCH v1 1/6] KVM: arm64: Update and fix FGT register masks
` [PATCH v1 2/6] KVM: arm64: Add bit masks for HAFGRTR_EL2
` [PATCH v1 3/6] KVM: arm64: Add build validation for trap mask values
` [PATCH v1 4/6] KVM: arm64: Calculate FGT RES0 Bits
` [PATCH v1 5/6] KVM: arm64: Trap external trace for protected VMs
` [PATCH v1 6/6] KVM: arm64: Mark features as supported "

[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-12-05 10:05 UTC  (10+ messages)
` [PATCH v3 2/6] arm64: KVM: Move SPE and trace registers to the sysreg array
` [PATCH v3 3/6] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-12-05  7:58 UTC  (7+ messages)
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-04 18:23 UTC  (3+ messages)

[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-04 13:09 UTC  (2+ messages)

[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
 2023-12-04  9:06 UTC  (10+ messages)

[PATCH V15 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2023-12-04  8:42 UTC  (4+ messages)
` [PATCH V15 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-04  3:01 UTC  (3+ messages)
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-03 14:07 UTC  (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-03 12:14 UTC  (19+ messages)
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[GIT PULL] KVM/arm64 fixes for 6.7, take #1
 2023-12-02 21:18 UTC 

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-02  8:12 UTC  (5+ messages)

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-01 16:09 UTC  (45+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 21/21] riscv: "

[PATCH] KVM: arm64: fix MPIDR to vcpu index cache to support vcpu change at runtime
 2023-12-01 12:15 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-12-01  8:40 UTC  (14+ messages)
` [kvm-unit-tests PATCH v1 03/18] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests PATCH v1 07/18] lib/alloc_phys: Add callback to perform cache maintenance
` [kvm-unit-tests PATCH v1 09/18] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests PATCH v1 10/18] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests PATCH v1 12/18] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests PATCH v1 13/18] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests PATCH v1 14/18] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests PATCH v1 15/18] arm/arm64: Enable the MMU early
` [kvm-unit-tests PATCH v1 16/18] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests PATCH v1 17/18] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests PATCH v1 18/18] arm/arm64: Rework the cache maintenance in asm_mmu_disable

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-30 16:46 UTC  (5+ messages)
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs

[for-5.4 1/2] arm64: cpufeature: Extract capped perfmon fields
 2023-11-30 13:42 UTC  (2+ messages)
` Patch "arm64: cpufeature: Extract capped perfmon fields" has been added to the 5.4-stable tree

[for-5.4 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
 2023-11-30 13:42 UTC  (2+ messages)
` Patch "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1" has been added to the 5.4-stable tree

[for-4.19 1/2] arm64: cpufeature: Extract capped perfmon fields
 2023-11-30 13:42 UTC  (2+ messages)
` Patch "arm64: cpufeature: Extract capped perfmon fields" has been added to the 4.19-stable tree

[for-4.19 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
 2023-11-30 13:42 UTC  (2+ messages)
` Patch "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1" has been added to the 4.19-stable tree

[for-4.19 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1"
 2023-11-30 13:40 UTC  (4+ messages)

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-30 12:17 UTC  (7+ messages)
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()

[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
 2023-11-30 12:07 UTC  (8+ messages)
` Ping? "

[PATCH] KVM: arm64: Use helpers to classify exception types reported via ESR
 2023-11-30 10:47 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