Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-27 21:41:42 to 2023-12-04 08:22:28 UTC [more...]

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

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-04  3:01 UTC  (3+ messages)
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-12-04  2:42 UTC  (5+ messages)
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-03 14:07 UTC  (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-03 12:14 UTC  (63+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [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 0/2] perf build: Fixes for arm64 sysreg-defs build rules
 2023-12-02 21:34 UTC  (4+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir

[GIT PULL] KVM/arm64 fixes for 6.7, take #1
 2023-12-02 21:18 UTC 

[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
 2023-12-02 12:20 UTC  (5+ messages)

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-02  8:12 UTC  (5+ messages)

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-01 16:09 UTC  (45+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [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 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 21/21] riscv: "

[PATCH] KVM: arm64: fix MPIDR to vcpu index cache to support vcpu change at runtime
 2023-12-01 12:15 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-12-01  8:40 UTC  (21+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests PATCH v1 02/18] powerpc: Replace the physical allocator with the page allocator
` [kvm-unit-tests PATCH v1 03/18] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests PATCH v1 04/18] lib/alloc_phys: Consolidate allocate functions into memalign_early()
` [kvm-unit-tests PATCH v1 05/18] lib/alloc_phys: Remove locking
` [kvm-unit-tests PATCH v1 06/18] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests PATCH v1 07/18] lib/alloc_phys: Add callback to perform cache maintenance
` [kvm-unit-tests PATCH v1 08/18] lib/alloc_phys: Expand documentation with usage and limitations
` [kvm-unit-tests PATCH v1 09/18] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests PATCH v1 10/18] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests PATCH v1 11/18] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests PATCH v1 12/18] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests PATCH v1 13/18] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests PATCH v1 14/18] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests PATCH v1 15/18] arm/arm64: Enable the MMU early
` [kvm-unit-tests PATCH v1 16/18] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests PATCH v1 17/18] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests PATCH v1 18/18] arm/arm64: Rework the cache maintenance in asm_mmu_disable

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-30 16:46 UTC  (5+ messages)
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-30 15:51 UTC  (6+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[for-5.4 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1"
 2023-11-30 13:42 UTC  (5+ messages)
` [for-5.4 1/2] arm64: cpufeature: Extract capped perfmon fields
  ` Patch "arm64: cpufeature: Extract capped perfmon fields" has been added to the 5.4-stable tree
` [for-5.4 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
  ` Patch "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1" has been added to the 5.4-stable tree

[for-4.19 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1"
 2023-11-30 13:42 UTC  (8+ messages)
` [for-4.19 1/2] arm64: cpufeature: Extract capped perfmon fields
  ` Patch "arm64: cpufeature: Extract capped perfmon fields" has been added to the 4.19-stable tree
` [for-4.19 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1
  ` Patch "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1" has been added to the 4.19-stable tree

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-30 12:17 UTC  (47+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "

[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
 2023-11-30 12:07 UTC  (12+ messages)
` Ping? "

[PATCH] KVM: arm64: Use helpers to classify exception types reported via ESR
 2023-11-30 10:47 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/3] arm64: runtime scripts improvements on efi
 2023-11-30  4:17 UTC  (5+ 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

[kvm-unit-tests PATCH v1 0/3] arm64: runtime scripts improvements on efi
 2023-11-30  3:18 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: Fix the missing last_line
` [kvm-unit-tests PATCH v1 2/3] runtime: arm64: Skip the migration tests when run on EFI
` [kvm-unit-tests PATCH v1 3/3] arm64: efi: Make running tests on EFI can be parallel

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-29 22:40 UTC  (11+ messages)

[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-11-29 13:06 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v2 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v2 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip

[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  7:27 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v2 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [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 v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  6:58 UTC  (12+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2023-11-29  6:50 UTC  (2+ messages)

[PATCH v6 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-28 13:50 UTC  (6+ messages)
` [PATCH v6 08/12] KVM: arm64: Convert translation level parameter to s8

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2023-11-27 21:41 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