Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-09 21:03:53 to 2023-11-20 12:37:46 UTC [more...]

[PATCH v2 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-20 12:37 UTC  (5+ messages)
` [PATCH v2 01/13] arm64: Add macro to compose a sysreg field value
` [PATCH v2 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v2 03/13] arm64: cpufeature: Correctly display signed override values
` [PATCH v2 04/13] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-20  9:58 UTC  (6+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs

[PATCH v2] KVM: arm/arm64: GICv4: Do not perform a map to a mapped vLPI
 2023-11-20  9:15 UTC  (2+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-19 16:57 UTC  (28+ messages)
` [PATCH RFC v2 01/27] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v2 02/27] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v2 03/27] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [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 07/27] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v2 08/27] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v2 09/27] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v2 10/27] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
` [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 16/27] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC v2 17/27] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [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 22/27] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v2 23/27] arm64: mte: copypage: "
` [PATCH RFC v2 24/27] arm64: mte: Handle fatal signal in reserve_tag_storage()
` [PATCH RFC v2 25/27] KVM: arm64: Disable MTE if tag storage is enabled
` [PATCH RFC v2 26/27] arm64: mte: Fast track reserving tag storage when the block is free
` [PATCH RFC v2 27/27] arm64: mte: Enable dynamic tag storage reuse

[PATCH v3 00/10] arm64: ptdump: View the second stage page-tables
 2023-11-18 22:39 UTC  (13+ messages)
` [PATCH v3 01/10] KVM: arm64: Add snap shooting the host stage-2 pagetables
` [PATCH v3 02/10] arm64: ptdump: Use the mask from the state structure
` [PATCH v3 03/10] arm64: ptdump: Add the walker function to the ptdump info structure
` [PATCH v3 04/10] KVM: arm64: Move pagetable definitions to common header
` [PATCH v3 05/10] arm64: ptdump: Add hooks on debugfs file operations
` [PATCH v3 06/10] arm64: ptdump: Register a debugfs entry for the host stage-2 tables
` [PATCH v3 07/10] arm64: ptdump: Parse the host stage-2 page-tables from the snapshot
` [PATCH v3 08/10] arm64: ptdump: Interpret memory attributes based on runtime configuration
` [PATCH v3 09/10] arm64: ptdump: Interpret pKVM ownership annotations
` [PATCH v3 10/10] arm64: ptdump: Add support for guest stage-2 pagetables dumping

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-11-17 21:42 UTC  (6+ messages)
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path

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

[PATCH] KVM: arm/arm64: GICv4: Do not perform an map to a mapped vLPI
 2023-11-17 11:47 UTC  (4+ messages)

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2023-11-17  5:22 UTC 

[PATCH v1] KVM: selftests: Initalize sem_vcpu_[cont|stop] before each test in dirty_log_test
 2023-11-17  3:19 UTC  (3+ messages)

[PATCH] arm64/kvm: Introduce feature extension for SMCCC filter
 2023-11-16 23:22 UTC  (6+ messages)

[PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
 2023-11-16 21:00 UTC  (2+ messages)

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

[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-16  9:05 UTC  (3+ messages)

[RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2
 2023-11-15 22:33 UTC  (10+ messages)

[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 15:31 UTC  (2+ messages)

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-15 10:11 UTC  (51+ 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 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [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 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [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 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

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

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

[V14 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2023-11-14  9:16 UTC  (3+ messages)
` [V14 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[kvm-unit-tests PATCH v2 0/2] arm: pmu-overflow-interrupt: Fix failures on Amberwing
 2023-11-14  3:09 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: pmu: Declare pmu_stats as volatile
` [kvm-unit-tests PATCH v2 2/2] arm: pmu-overflow-interrupt: Increase count values

[PATCH v2] KVM: arm64: Only default to enabling SVE when present
 2023-11-13 18:09 UTC 

[kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values
 2023-11-13 17:43 UTC  (7+ messages)

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-11-13 17:41 UTC  (13+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13 12:21 UTC  (8+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-13 12:16 UTC  (5+ messages)
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability

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

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2023-11-09 21:07 UTC  (9+ messages)
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
` [PATCH v6 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v6 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v6 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v6 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v6 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test


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