Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-12-16 04:08:46 to 2024-12-18 15:38:23 UTC [more...]

[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-12-18 15:38 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 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 V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-12-18 13:15 UTC  (15+ messages)
` [PATCH V3 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V3 2/7] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V3 3/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V3 4/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V3 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH V3 7/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

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

[PATCH v4 0/3] KVM: arm64: Errata management for VM Live migration
 2024-12-18 10:53 UTC  (4+ 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] mm/ptdump: Drop GENERIC_PTDUMP
 2024-12-18  6:59 UTC  (3+ messages)

[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
 2024-12-17 21:23 UTC  (19+ 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: Fix set_id_regs selftest for ASIDBITS becoming unwritable
 2024-12-17 19:22 UTC  (9+ messages)

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

[PATCH 0/4] KVM: arm64: PMU fixes for 6.13
 2024-12-17 17:56 UTC  (5+ 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 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  (13+ messages)
` [PATCH v2 01/12] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v2 03/12] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v2 04/12] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v2 05/12] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in use
` [PATCH v2 06/12] KVM: arm64: nv: Accelerate EL0 counter accesses from hypervisor context
` [PATCH v2 07/12] KVM: arm64: Handle counter access early in non-HYP context
` [PATCH v2 08/12] KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT}
` [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

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

[syzbot] [kvmarm?] BUG: unable to handle kernel paging request in vgic_its_set_attr
 2024-12-17  9:48 UTC 

[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
 2024-12-16 22:33 UTC  (2+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-16 17:51 UTC  (5+ messages)
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM

[PATCH v5 00/17] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
 2024-12-16 10:50 UTC  (18+ messages)
` [PATCH v5 01/17] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v5 02/17] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v5 03/17] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v5 04/17] KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features in pKVM
` [PATCH v5 05/17] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v5 06/17] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v5 07/17] KVM: arm64: Fix RAS trapping in pKVM "
` [PATCH v5 08/17] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v5 09/17] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v5 10/17] KVM: arm64: Remove fixed_config.h header
` [PATCH v5 11/17] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v5 12/17] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v5 13/17] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v5 14/17] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v5 15/17] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v5 16/17] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v5 17/17] KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm

[syzbot] [kvmarm?] BUG: unable to handle kernel paging request in __hwasan_check_x0_ADDR
 2024-12-16  9:38 UTC  (3+ messages)

[PATCH v6.12] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
 2024-12-16  8:50 UTC 

[PATCH 1/3] KVM: arm64: timers: Fix percpu address space issues in kvm_timer_hyp_init()
 2024-12-16  7:37 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