Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-01-05 09:59:52 to 2024-01-23 17:33:40 UTC [more...]

[PATCH 00/25] KVM/arm64: VM configuration enforcement
 2024-01-23 17:33 UTC  (34+ messages)
` [PATCH 01/25] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH 02/25] KVM: arm64: Add feature checking helpers
` [PATCH 03/25] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH 04/25] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH 05/25] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH 06/25] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH 07/25] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH 08/25] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH 09/25] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH 10/25] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH 11/25] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH 12/25] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH 13/25] KVM: arm64: Always populate the trap configuration xarray
` [PATCH 14/25] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH 15/25] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH 17/25] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH 18/25] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH 19/25] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH 20/25] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [PATCH 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH 22/25] KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is "
` [PATCH 23/25] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU "
` [PATCH 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if "
` [PATCH 25/25] KVM: arm64: Add debugfs file for guest's ID registers

[PATCH] KVM: arm64: Fix circular locking dependency
 2024-01-23 16:48 UTC 

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-23 16:36 UTC  (61+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-23 14:26 UTC  (7+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults

[PATCH 24/82] KVM: arm64: vgic: Refactor intentional wrap-around calculation
 2024-01-23 10:50 UTC  (4+ messages)
` [PATCH 57/82] KVM: arm64: vgic-v3: Refactor intentional wrap-around test

[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-01-22 18:13 UTC  (11+ messages)
` [PATCH v4 01/10] arm64: Add macro to compose a sysreg field value
` [PATCH v4 02/10] arm64: cpufeatures: Correctly handle signed values
` [PATCH v4 03/10] arm64: cpufeature: Correctly display signed override values
` [PATCH v4 04/10] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v4 05/10] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v4 06/10] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v4 07/10] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v4 08/10] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v4 09/10] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
` [PATCH v4 10/10] KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented

[PATCH v4 00/14] arm64: Support for 2023 DPISA extensions
 2024-01-22 16:28 UTC  (15+ messages)
` [PATCH v4 01/14] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v4 02/14] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v4 03/14] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v4 04/14] arm64/signal: Add FPMR signal handling
` [PATCH v4 05/14] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v4 06/14] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v4 07/14] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v4 08/14] kselftest/arm64: Add basic FPMR test
` [PATCH v4 09/14] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH v4 10/14] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v4 11/14] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v4 12/14] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v4 13/14] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v4 14/14] KVM: arm64: selftests: Teach get-reg-list about FPMR

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-01-22 13:08 UTC  (15+ messages)
` [PATCH v5 01/12] selftests/kvm: Fix issues with $(SPLIT_TESTS)
` [PATCH v5 02/12] KVM: arm64: selftests: Data type cleanup for arch_timer test
` [PATCH v5 03/12] KVM: arm64: selftests: Enable tuning of error margin in "
` [PATCH v5 04/12] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v5 05/12] KVM: selftests: Add CONFIG_64BIT definition for the build
` [PATCH v5 06/12] tools: riscv: Add header file csr.h
` [PATCH v5 07/12] tools: riscv: Add header file vdso/processor.h
` [PATCH v5 08/12] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v5 09/12] KVM: riscv: selftests: Add exception handling support
` [PATCH v5 10/12] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v5 12/12] KVM: riscv: selftests: Add sstc timer test

[PATCH v2 0/4] KVM: arm64: Hide unsupported MPAM from the guest
 2024-01-19 17:15 UTC  (3+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2024-01-19  1:26 UTC  (7+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-01-18 21:10 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[bug report] GICv4.1: VM performance degradation due to not trapping vCPU WFI
 2024-01-18  7:56 UTC  (5+ messages)

[PATCH 00/10] KVM: arm64: fix many kernel-doc warnings
 2024-01-17 23:07 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm64: debug: fix "
` [PATCH 02/10] KVM: arm64: guest: "
` [PATCH 03/10] KVM: arm64: hyp/aarch32: "
` [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning
` [PATCH 05/10] KVM: arm64: mmu: "
` [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings
` [PATCH 07/10] KVM: arm64: sys_regs: "
` [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning
` [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings
` [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning

[PATCH] KVM: arm64: Add missing ERX*_EL1 registers
 2024-01-16 15:38 UTC  (5+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-01-16  8:59 UTC  (7+ messages)
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

[kvm-unit-tests PATCH v3 0/3] arm64: runtime scripts improvements on efi
 2024-01-16  6:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v3 2/3] runtime: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v3 3/3] arm64: efi: Make running tests on EFI can be parallel

[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
 2024-01-16  6:37 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v2 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v2 3/3] arm64: efi: Make running tests on EFI can be parallel

[PATCH v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-01-16  6:01 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v3 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v3 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v3 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v3 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-15 23:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
 2024-01-15 21:53 UTC  (6+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-01-15 12:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[PATCH 5/8] KVM: arm64: Fix typos
 2024-01-15 12:01 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-01-12  5:53 UTC 

[RFC PATCH] KVM: arm64: Workaround for Ampere AC03_CPU_36 (exception taken to an incorrect EL)
 2024-01-11  1:17 UTC  (7+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2024-01-09 16:23 UTC  (9+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-01-09 15:16 UTC  (8+ messages)
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2024-01-08 13:18 UTC  (11+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[GIT PULL] KVM/arm64 updates for 6.8
 2024-01-08 12:53 UTC  (2+ messages)

[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-01-05 10:05 UTC  (7+ messages)
` [PATCH v4 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v4 6/7] arm64: KVM: Write TRFCR value on guest switch with nVHE


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