Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-12-07 17:28:24 to 2023-12-14 17:43:41 UTC [more...]

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-14 17:43 UTC  (27+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [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 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [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 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2023-12-14 16:56 UTC  (10+ messages)
` [PATCH v3 1/2] kvm: arm64: introduce new flag for non-cacheable IO memory
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-14 15:45 UTC  (25+ messages)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-12-14 13:55 UTC  (8+ messages)
` [PATCH v2 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-14 13:47 UTC  (18+ messages)
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE

[bug report] GICv4.1: vSGI remains pending across the guest reset
 2023-12-14 12:13 UTC 

[PATCH v3 00/17] KVM: arm64: Fixes to fine grain traps and pKVM traps
 2023-12-14 10:50 UTC  (22+ messages)
` [PATCH v3 01/17] arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1
` [PATCH v3 02/17] arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1
` [PATCH v3 03/17] arm64/sysreg: Add missing system register definitions for FGT
` [PATCH v3 04/17] arm64/sysreg: Add missing system instruction "
` [PATCH v3 05/17] KVM: arm64: Explicitly trap unsupported HFGxTR_EL2 features
` [PATCH v3 06/17] KVM: arm64: Add missing HFGxTR_EL2 FGT entries to nested virt
` [PATCH v3 07/17] KVM: arm64: Add missing HFGITR_EL2 "
` [PATCH v3 08/17] KVM: arm64: Add bit masks for HAFGRTR_EL2
` [PATCH v3 09/17] KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt
` [PATCH v3 10/17] KVM: arm64: Update and fix FGT register masks
` [PATCH v3 11/17] KVM: arm64: Add build validation for FGT trap mask values
` [PATCH v3 12/17] KVM: arm64: Use generated FGT RES0 bits instead of specifying them
` [PATCH v3 13/17] KVM: arm64: Define FGT nMASK bits relative to other fields
` [PATCH v3 14/17] KVM: arm64: Macros for setting/clearing FGT bits
` [PATCH v3 15/17] KVM: arm64: Fix which features are marked as allowed for protected VMs
` [PATCH v3 16/17] KVM: arm64: Mark PAuth as a restricted feature "
` [PATCH v3 17/17] KVM: arm64: Trap external trace "

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2023-12-14  6:44 UTC  (19+ messages)
` [PATCH v4 01/11] selftests/kvm: Fix issues with $(SPLIT_TESTS)
` [PATCH v4 02/11] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v4 03/11] KVM: selftests: Add CONFIG_64BIT definition for the build
` [PATCH v4 04/11] tools: riscv: Add header file csr.h
` [PATCH v4 05/11] tools: riscv: Add header file vdso/processor.h
` [PATCH v4 06/11] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v4 07/11] KVM: riscv: selftests: Add exception handling support
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 09/11] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v4 10/11] KVM: riscv: selftests: Add sstc timer test
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch "

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-14  6:20 UTC  (16+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH v2 0/4] KVM: arm64: Hide unsupported MPAM from the guest
 2023-12-13 20:24 UTC  (2+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 20:02 UTC  (25+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-12-13  6:47 UTC  (13+ messages)
` [PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown

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

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-12 17:20 UTC  (13+ messages)
` [PATCH v7 01/11] arm: perf: Remove inlines from arm_pmuv3.c
` [PATCH v7 02/11] arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
` [PATCH v7 03/11] arm: perf: Use GENMASK for PMMIR fields
` [PATCH v7 04/11] arm: perf: Convert remaining fields to use GENMASK
` [PATCH v7 05/11] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v7 06/11] arm: pmu: Share user ABI format mechanism with SPE
` [PATCH v7 07/11] perf/arm_dmc620: Remove duplicate format attribute #defines
` [PATCH v7 08/11] KVM: selftests: aarch64: Update tools copy of arm_pmuv3.h
` [PATCH v7 09/11] arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
` [PATCH v7 10/11] arm64: perf: Add support for event counting threshold
` [PATCH v7 11/11] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH] KVM: selftests: Ensure sysreg-defs.h is generated at the expected path
 2023-12-12 17:05 UTC  (4+ messages)

[PATCH v3 0/5] perf: KVM: Enable callchains for guests
 2023-12-12 15:39 UTC  (9+ messages)
` [PATCH v3 1/5] KVM: Add arch specific interfaces for sampling guest callchains
` [PATCH v3 2/5] perf kvm: Introduce guest interfaces for sampling callchains
` [PATCH v3 3/5] KVM: implement new perf callback interfaces
` [PATCH v3 4/5] perf kvm: Support sampling guest callchains
` [PATCH v3 5/5] perf tools: Support PERF_CONTEXT_GUEST_* flags

Memory requirement for kvm_page_table_test
 2023-12-12  8:20 UTC 

[PATCH 0/5] KVM: arm64: vgic fixes for 6.7
 2023-12-12  7:45 UTC  (2+ messages)

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

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-12-12  1:59 UTC  (4+ messages)

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-11 13:21 UTC  (5+ messages)
` [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] arm64: Make icache detection a cpu capability
 2023-12-11 13:11 UTC  (2+ messages)

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-12-11 12:42 UTC  (5+ messages)
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented

[PATCH v3 3/3] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-12-08 21:01 UTC  (2+ messages)

[PATCH v3 1/3] KVM: arm64: selftests: Standardize GIC base addresses
 2023-12-08 21:01 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.7, take #1
 2023-12-08 18:12 UTC  (2+ messages)

[PATCH v2 00/12] KVM: arm64: Fixes to fine grain traps and pKVM traps
 2023-12-08 13:51 UTC  (23+ 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 v1] KVM: selftests: Fix Assertion on non-x86_64 platforms
 2023-12-08  5:07 UTC 


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