Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-18 23:32:24 to 2023-10-24 19:21:15 UTC [more...]

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-24 19:21 UTC  (38+ 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 18:58 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
` [PATCH v3 2/2] KVM: arm64: Add PMU event filter bits required if EL3 is implemented

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-24 18:26 UTC  (46+ 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 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-24 17:25 UTC  (8+ 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] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 12:02 UTC  (5+ messages)

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-24 11:31 UTC  (2+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [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 RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-23 17:22 UTC  (14+ 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 v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-10-23 15:00 UTC  (30+ messages)
` [PATCH v4 01/12] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v4 02/12] arm64/mm: Update range-based "
` [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 v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-23 13:53 UTC  (13+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path
` [PATCH v3 4/5] tools headers arm64: Update sysreg.h with kernel sources
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[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

KVM exit to userspace on WFI
 2023-10-20 19:56 UTC  (2+ messages)

[PATCH v3 0/5] KVM: arm64: Load stage-2 in vcpu_load() on VHE
 2023-10-20 19:16 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()
` [PATCH v3 2/5] KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()
` [PATCH v3 3/5] KVM: arm64: Reload stage-2 for VMID change on VHE
` [PATCH v3 4/5] KVM: arm64: Rename helpers for VHE vCPU load/put
` [PATCH v3 5/5] KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()

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

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-10-20 14:28 UTC  (19+ messages)

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-20  9:21 UTC  (2+ messages)

[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-19 20:17 UTC  (18+ messages)
` [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset
` [PATCH v7 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v7 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-19 17:08 UTC  (11+ messages)

[PATCH v2 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-10-19 16:59 UTC  (11+ messages)
` [PATCH v2 2/6] arm64: KVM: Rename DEBUG_STATE_SAVE_TRBE to DEBUG_STATE_SAVE_TRFCR
` [PATCH v2 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v2 5/6] arm64: KVM: Write TRFCR value on guest switch with nVHE

[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-10-19 16:55 UTC  (7+ messages)
` [PATCH v3 1/6] arm64/sysreg: Move TRFCR definitions to sysreg
` [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 5/6] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v3 6/6] coresight: Pass guest TRFCR value to KVM

[PATCH v4 0/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization
 2023-10-19 16:11 UTC  (11+ messages)
` [PATCH v4 1/3] arm64: Add missing _EL12 encodings
` [PATCH v4 2/3] arm64: Add missing _EL2 encodings
` [PATCH v4 3/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization

[PATCH v2 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-19  7:20 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Virtualise PMEVTYPER<n>_EL1.{NSU,NSK}


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