Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-20 15:06:53 to 2023-10-27 11:04:42 UTC [more...]

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-27 11:04 UTC  (27+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA

[PATCH v2] KVM: arm64: Add tracepoint for MMIO accesses where ISV==0
 2023-10-27 10:11 UTC  (3+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-27  0:59 UTC  (7+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[PATCH 0/2] tools: Makefile fixes for sysreg generation
 2023-10-27  0:54 UTC  (3+ messages)
` [PATCH 1/2] tools headers arm64: Fix references to top srcdir in Makefile
` [PATCH 2/2] KVM: selftests: Avoid using forced target for generating arm64 headers

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-26 14:31 UTC  (4+ messages)

[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-10-26 13:13 UTC  (3+ messages)

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

[kvm-unit-tests PATCH v1] configure: arm64: Add support for dirty-ring in migration
 2023-10-26 11:07 UTC  (6+ messages)

[PATCH] KVM: arm64: Stop printing about MMIO accesses where ISV==0
 2023-10-26  8:23 UTC  (5+ messages)

KVM exit to userspace on WFI
 2023-10-25 12:42 UTC  (4+ messages)

[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-25 10:44 UTC  (15+ messages)
` [PATCH 1/5] arm64: Add missing _EL12 encodings
` [PATCH 2/5] arm64: Add missing _EL2 encodings
` [PATCH 3/5] KVM: arm64: Refine _EL2 system register list that require trap reinjection
` [PATCH 4/5] KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI

[PATCH v4 0/3] arm64: perf: Add support for event counting threshold
 2023-10-25  9:57 UTC  (4+ messages)
` [PATCH v4 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask
` [PATCH v4 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v4 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-25  0:01 UTC  (39+ messages)
` [PATCH v8 01/13] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v8 02/13] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v8 03/13] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v8 04/13] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v8 05/13] KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v8 06/13] KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 08/13] tools: Import arm_pmuv3.h
` [PATCH v8 09/13] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v8 10/13] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [PATCH v8 12/13] KVM: selftests: aarch64: vPMU test for validating user accesses
` [PATCH v8 13/13] KVM: selftests: aarch64: vPMU test for immutability

[PATCH v3 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-24 19:33 UTC  (2+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-24 19:28 UTC  (47+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
 2023-10-24 18:58 UTC  (3+ messages)

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 12:02 UTC  (5+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (29+ messages)
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

pKVM: Which kernel version has support for pKVM?
 2023-10-23 19:30 UTC  (3+ messages)

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-23 15:00 UTC  (19+ messages)
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v4 06/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v4 07/12] KVM: arm64: Prepare TCR_EL2.PS in cpu_prepare_hyp_mode()
` [PATCH v4 08/12] KVM: arm64: Convert translation level parameter to s8

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-10-23 13:20 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA

[PATCH v3 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-20 19:16 UTC  (2+ messages)

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)


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