Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-24 19:51:46 to 2023-11-30 13:32:25 UTC [more...]

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-30 13:32 UTC  (60+ 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 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [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 16/27] arm64: mte: Manage tag storage on page allocation

[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 v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-11-30 10:35 UTC  (20+ 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

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

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-29 19:47 UTC  (9+ messages)
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[PATCH] KVM: arm64: fix MPIDR to vcpu index cache to support vcpu change at runtime
 2023-11-29 19:18 UTC  (2+ messages)

[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
 2023-11-29 16:27 UTC  (3+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir

[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  (18+ messages)
` [PATCH v6 01/12] arm64/mm: Modify range-based tlbi to decrement scale
` [PATCH v6 02/12] arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubs
` [PATCH v6 03/12] arm64/mm: Update tlb invalidation routines for FEAT_LPA2
` [PATCH v6 04/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v6 05/12] arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v6 06/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v6 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v6 08/12] KVM: arm64: Convert translation level parameter to s8
` [PATCH v6 09/12] KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
` [PATCH v6 10/12] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems
` [PATCH v6 11/12] KVM: selftests: arm64: Determine max ipa size per-page size
` [PATCH v6 12/12] KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes

[for-5.4 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1"
 2023-11-28 11:57 UTC  (3+ messages)
` [for-5.4 1/2] arm64: cpufeature: Extract capped perfmon fields
` [for-5.4 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1

[for-4.19 0/2] backport "KVM: arm64: limit PMU version to PMUv3 for ARMv8.1"
 2023-11-28 12:00 UTC  (5+ messages)
` [for-4.19 1/2] arm64: cpufeature: Extract capped perfmon fields
` [for-4.19 2/2] KVM: arm64: limit PMU version to PMUv3 for ARMv8.1

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2023-11-27 21:41 UTC  (3+ messages)

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-27 13:57 UTC  (17+ messages)

[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-27 11:45 UTC  (14+ messages)
` [PATCH v3 01/13] arm64: Add macro to compose a sysreg field value
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v3 03/13] arm64: cpufeature: Correctly display signed override values
` [PATCH v3 04/13] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v3 05/13] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH v3 07/13] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v3 08/13] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v3 09/13] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH v3 10/13] arm64: Add MIDR-based override infrastructure
` [PATCH v3 11/13] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH v3 12/13] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v3 13/13] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented

[PATCH v5 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-27  9:43 UTC  (8+ messages)
` [PATCH v5 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1

[V14 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
 2023-11-27  8:25 UTC  (5+ messages)


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