Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-12-17 14:23:28 to 2024-12-20 07:23:15 UTC [more...]

[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2024-12-20  7:22 UTC  (5+ messages)
` [PATCH 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH 2/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH 3/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2

[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
 2024-12-20  1:39 UTC  (9+ messages)
` [PATCH 1/8] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH 2/8] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH 3/8] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH 4/8] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH 5/8] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH 6/8] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH 7/8] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH 8/8] KVM: selftests: Add compile-time assertions to guard against stats typos

[PATCH v4 00/19] KVM: arm64: Debug cleanups
 2024-12-19 22:41 UTC  (20+ messages)
` [PATCH v4 01/19] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v4 02/19] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v4 03/19] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v4 04/19] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH v4 05/19] KVM: arm64: Write MDCR_EL2 directly from kvm_arm_setup_mdcr_el2()
` [PATCH v4 06/19] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH v4 07/19] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH v4 08/19] KVM: arm64: Select debug state to save/restore based on debug owner
` [PATCH v4 09/19] KVM: arm64: Remove debug tracepoints
` [PATCH v4 10/19] KVM: arm64: Remove vestiges of debug_ptr
` [PATCH v4 11/19] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v4 12/19] KVM: arm64: Reload vCPU for accesses to OSLAR_EL1
` [PATCH v4 13/19] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
` [PATCH v4 14/19] KVM: arm64: Don't hijack guest context MDSCR_EL1
` [PATCH v4 15/19] KVM: arm64: Manage software step state at load/put
` [PATCH v4 16/19] KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
` [PATCH v4 17/19] KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore
` [PATCH v4 18/19] KVM: arm64: Fold DBGxVR/DBGxCR accessors into common set
` [PATCH v4 19/19] KVM: arm64: Promote guest ownership for DBGxVR/DBGxCR reads

[PATCH v2 0/4] arm64/sysreg: Get rid of *_ELx as fields for EL12 accessors
 2024-12-19 19:47 UTC  (7+ messages)
` [PATCH v2 1/4] arm64/sysreg: Allow a 'Mapping' descriptor for system registers
` [PATCH v2 2/4] arm64/sysreg: Get rid of the TCR2_EL1x SysregFields
` [PATCH v2 3/4] arm64/sysreg: Convert *_EL12 accessors to Mapping
` [PATCH v2 4/4] arm64/sysreg: Get rid of CPACR_ELx SysregFields

[PATCH v3 00/16] KVM: arm64: Debug cleanups
 2024-12-19 18:16 UTC  (8+ messages)
` [PATCH v3 10/16] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v3 12/16] KVM: arm64: Compute MDCR_EL2 at vcpu_load()

[PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-12-19 17:51 UTC  (14+ messages)

[PATCH v4 0/3] KVM: arm64: Errata management for VM Live migration
 2024-12-19 17:40 UTC  (12+ messages)
` [PATCH v4 1/3] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v4 2/3] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v4 3/3] arm64: paravirt: Enable errata based on implementation CPUs

[PATCH v3 0/9] arm64: Support 2024 dpISA extensions
 2024-12-19 16:57 UTC  (10+ messages)
` [PATCH v3 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09

[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
 2024-12-19 16:45 UTC  (13+ messages)
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature
` [RESEND RFC PATCH v1 4/5] arm64/mm: Delay tlbi in contpte_convert() under BBML2
` [RESEND RFC PATCH v1 5/5] arm64/mm: Elide "

[PATCH V2 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-12-19 15:49 UTC  (5+ messages)
` [PATCH V2 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register

[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
 2024-12-19 15:14 UTC  (6+ messages)

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2024-12-19 14:24 UTC  (13+ messages)
` [RFC PATCH v2 11/58] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH v2 12/58] KVM: arm64: Add __pkvm_{use, unuse}_dma()
` [RFC PATCH v2 21/58] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations

[PATCH] KVM: arm64: nv: Set ISTATUS for emulated timers, If timer expired
 2024-12-19 12:23 UTC  (9+ messages)

[PATCH 6.6 v1] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
 2024-12-19 10:49 UTC  (4+ messages)

[PATCH v4 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-19 10:12 UTC  (21+ messages)
` [PATCH v4 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v4 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v4 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v4 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v4 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v4 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v4 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v4 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v4 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v4 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v4 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v4 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v4 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v4 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v4 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v4 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH v4 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH v4 18/18] KVM: arm64: Plumb the pKVM MMU in KVM

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-19  5:44 UTC  (5+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs

[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-12-19  3:13 UTC  (47+ messages)
` [PATCH V2 01/46] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V2 02/46] arm64/sysreg: Update register fields for ID_AA64MMFR4_EL1
` [PATCH V2 03/46] arm64/sysreg: Update register fields for ID_AA64PFR0_EL1
` [PATCH V2 04/46] arm64/sysreg: Update register fields for TRBIDR_EL1
` [PATCH V2 05/46] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V2 06/46] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V2 07/46] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 08/46] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH V2 09/46] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH V2 10/46] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V2 11/46] arm64/sysreg: Add register fields for PMSIDR_EL1
` [PATCH V2 12/46] arm64/sysreg: Add register fields for TRBMPAM_EL1
` [PATCH V2 13/46] arm64/sysreg: Add register fields for PMSDSFR_EL1
` [PATCH V2 14/46] arm64/sysreg: Add register fields for SPMDEVAFF_EL1
` [PATCH V2 15/46] arm64/sysreg: Add register fields for PFAR_EL1
` [PATCH V2 16/46] arm64/sysreg: Add register fields for PMIAR_EL1
` [PATCH V2 17/46] arm64/sysreg: Add register fields for PMECR_EL1
` [PATCH V2 18/46] arm64/sysreg: Add register fields for PMUACR_EL1
` [PATCH V2 46/46] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers

[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
 2024-12-18 23:23 UTC  (20+ messages)
` [PATCH 01/18] drivers/perf: apple_m1: Refactor event select/filter configuration
` [PATCH 02/18] drivers/perf: apple_m1: Support host/guest event filtering
` [PATCH 03/18] drivers/perf: apple_m1: Map generic branch events
` [PATCH 04/18] drivers/perf: apple_m1: Provide helper for mapping PMUv3 events
` [PATCH 05/18] KVM: arm64: Compute PMCEID from arm_pmu's event bitmaps
` [PATCH 06/18] KVM: arm64: Always support SW_INCR PMU event
` [PATCH 07/18] KVM: arm64: Remap PMUv3 events onto hardware
` [PATCH 08/18] KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3
` [PATCH 09/18] KVM: arm64: Drop kvm_arm_pmu_available static key
` [PATCH 10/18] KVM: arm64: Use guard() to cleanup usage of arm_pmus_lock
` [PATCH 11/18] KVM: arm64: Move PMUVer filtering into KVM code
` [PATCH 12/18] KVM: arm64: Compute synthetic sysreg ESR for Apple PMUv3 traps
` [PATCH 13/18] KVM: arm64: Advertise PMUv3 if IMPDEF traps are present
` [PATCH 14/18] KVM: arm64: Advertise 0 event counters for IMPDEF PMU
` [PATCH 15/18] arm64: Enable IMP DEF PMUv3 traps on Apple M2
` [RFC PATCH 16/18] drivers/perf: apple_m1: Map a few more PMUv3 events
` [RFC PATCH 17/18] KVM: arm64: Provide 1 event counter on IMPDEF hardware
` [HACK PATCH 18/18] KVM: arm64: selftests: Add test for probing PMUv3 sysregs

[PATCH] KVM: arm64: Always check the state from hyp_ack_unshare()
 2024-12-18 21:30 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: PMU fixes for 6.13
 2024-12-18 21:30 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: Add unified helper for reprogramming counters by mask
` [PATCH 2/4] KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change
` [PATCH 3/4] KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change
` [PATCH 4/4] KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters

[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-12-18 13:15 UTC  (8+ messages)
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9

[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-18 12:06 UTC  (6+ messages)
` [PATCH v3 18/18] KVM: arm64: Plumb the pKVM MMU in KVM

[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
 2024-12-18  6:59 UTC  (3+ messages)

[PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable
 2024-12-17 19:22 UTC  (8+ messages)

[PATCH 00/16] KVM: arm64: Add NV GICv3 support
 2024-12-17 17:38 UTC  (18+ messages)
` [PATCH 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH 04/16] KVM: arm64: Move host SVE/SME state flags out of vCPU
` [PATCH 05/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH 06/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH 07/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH 08/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH 09/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH 10/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH 11/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH 12/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH 13/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH 14/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH 15/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH 16/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2024-12-17 14:23 UTC  (5+ messages)
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits
` [PATCH v2 10/12] KVM: arm64: nv: Sanitise CNTHCTL_EL2
` [PATCH v2 11/12] KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosity
` [PATCH v2 12/12] KVM: arm64: nv: Document EL2 timer API


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