Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-13 12:42:16 to 2023-11-20 13:11:00 UTC [more...]

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-20 13:10 UTC  (39+ messages)
` [PATCH v11 01/43] arm64: cpufeatures: Restrict NV support to FEAT_NV2
` [PATCH v11 02/43] KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()
` [PATCH v11 03/43] KVM: arm64: nv: Compute NV view of idregs as a one-off
` [PATCH v11 04/43] KVM: arm64: nv: Drop EL12 register traps that are redirected to VNCR
` [PATCH v11 05/43] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v11 06/43] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v11 07/43] KVM: arm64: Introduce a bad_trap() primitive for unexpected trap handling
` [PATCH v11 08/43] KVM: arm64: nv: Add EL2_REG_VNCR()/EL2_REG_REDIR() sysreg helpers
` [PATCH v11 09/43] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v11 10/43] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v11 11/43] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v11 12/43] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v11 13/43] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v11 14/43] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v11 15/43] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v11 16/43] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v11 18/43] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v11 20/43] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v11 21/43] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v11 22/43] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v11 23/43] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v11 24/43] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v11 25/43] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v11 26/43] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v11 27/43] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v11 28/43] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v11 29/43] KVM: arm64: nv: Load timer before the GIC
` [PATCH v11 30/43] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v11 31/43] KVM: arm64: nv: Don't block in WFI from nested state
` [PATCH v11 32/43] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v11 33/43] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v11 34/43] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v11 35/43] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v11 36/43] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v11 37/43] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v11 38/43] KVM: arm64: nv: Allocate VNCR page when required

[PATCH v2 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-20 12:37 UTC  (14+ 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
` [PATCH v2 05/13] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v2 06/13] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH v2 07/13] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v2 08/13] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v2 09/13] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH v2 10/13] arm64: Add MIDR-based override infrastructure
` [PATCH v2 11/13] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH v2 12/13] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v2 13/13] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented

[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  (4+ messages)
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()

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


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