Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-01-22 09:45:52 to 2024-01-25 13:56:48 UTC [more...]

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-25 13:56 UTC  (53+ messages)
` [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 00/25] KVM/arm64: VM configuration enforcement
 2024-01-25 13:42 UTC  (50+ 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

[bug report] GICv4.1: doorbell interrupts will be lost in a corner case
 2024-01-25 13:26 UTC  (3+ messages)

[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection
 2024-01-25 11:02 UTC  (24+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH 02/15] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH 03/15] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH 04/15] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH 05/15] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH 06/15] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH 07/15] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH 08/15] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH 10/15] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH 11/15] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH 14/15] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH 15/15] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads

[PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2024-01-25  9:41 UTC  (2+ messages)
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2024-01-25  8:58 UTC  (6+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures

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

[PATCH 24/82] KVM: arm64: vgic: Refactor intentional wrap-around calculation
 2024-01-24 15:13 UTC  (6+ messages)
` [PATCH 57/82] KVM: arm64: vgic-v3: Refactor intentional wrap-around test

[kvm-unit-tests PATCH 00/24] Introduce RISC-V
 2024-01-24 10:21 UTC  (33+ messages)
` [kvm-unit-tests PATCH 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH 02/24] riscv: Initial port, hello world
` [kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH 05/24] riscv: Add DT parsing
` [kvm-unit-tests PATCH 06/24] riscv: Add initial SBI support
` [kvm-unit-tests PATCH 07/24] riscv: Add run script and unittests.cfg
` [kvm-unit-tests PATCH 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH 09/24] riscv: Add exception handling
` [kvm-unit-tests PATCH 10/24] riscv: Add backtrace support
` [kvm-unit-tests PATCH 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH 23/24] gitlab-ci: Add riscv64 tests
    `  "
` [kvm-unit-tests PATCH 24/24] MAINTAINERS: Add riscv

[PATCH v2] KVM: arm64: Fix circular locking dependency
 2024-01-24  9:10 UTC 

[PATCH] KVM: arm64: Fix circular locking dependency
 2024-01-24  9:07 UTC  (3+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-01-23 19:50 UTC  (10+ 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

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

[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  (14+ messages)
` [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


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