Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-01-24 15:18:24 to 2025-02-06 15:21:13 UTC [more...]

[PATCH 0/3] KVM: arm64: Assorted vgic fixes for 6.14
 2025-02-06 15:20 UTC  (3+ messages)
` [PATCH 1/3] KVM: arm64: timer: Drop warning on failed interrupt signalling
` [PATCH 2/3] KVM: arm64: vgic: Check for unallocated PPI/SPI arrays

[PATCH v19 00/11] arm64/perf: Enable branch stack sampling
 2025-02-06 12:58 UTC  (31+ messages)
` [PATCH v19 01/11] perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
` [PATCH v19 02/11] perf: arm_pmu: Don't disable counter in armpmu_add()
` [PATCH v19 03/11] perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()
` [PATCH v19 04/11] perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and interrupts
` [PATCH v19 05/11] perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable_event()
` [PATCH v19 06/11] perf: apple_m1: Don't disable counter in m1_pmu_enable_event()
` [PATCH v19 07/11] perf: arm_pmu: Move PMUv3-specific data
` [PATCH v19 08/11] arm64/sysreg: Add BRBE registers and fields
` [PATCH v19 09/11] arm64: Handle BRBE booting requirements
` [PATCH v19 10/11] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v19 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v1] arm64: head.S: Do not trap access to MPAMSM_EL1
 2025-02-06 10:06 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.14, take #1
 2025-02-06  9:39 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-06  8:27 UTC  (2+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-02-06  4:33 UTC  (55+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 11/43] arm64: RME: RTT tear down
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 16/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v6 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v6 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v6 38/43] arm64: RME: Configure max SVE vector length for a Realm

[PATCH V2] mm/ptdump: Drop GENERIC_PTDUMP
 2025-02-06  4:21 UTC  (3+ messages)

[PATCH 1/2] perf: arm_pmuv3: Remove cyclical dependency with kvm_host.h
 2025-02-05 18:57 UTC  (6+ messages)
` [PATCH 2/2] perf: arm_pmuv3: Uninvert dependency between {asm,perf}/arm_pmuv3.h

[PATCH v6 0/4] KVM: arm64: Errata management for VM Live migration
 2025-02-05 13:22 UTC  (5+ messages)
` [PATCH v6 1/4] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v6 2/4] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v6 3/4] KVM: arm64: Report all the KVM/arm64-specific hypercalls
` [PATCH v6 4/4] arm64: paravirt: Enable errata based on implementation CPUs

[PATCH v4 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2025-02-05  9:57 UTC  (6+ messages)
` [PATCH v4 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()

[PATCH v5 0/4] KVM: arm64: Errata management for VM Live migration
 2025-02-04 18:15 UTC  (18+ messages)
` [PATCH v5 1/4] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v5 2/4] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v5 3/4] KVM: arm64: Report all the KVM/arm64-specific hypercalls
` [PATCH v5 4/4] arm64: paravirt: Enable errata based on implementation CPUs

[PATCH v2 0/3] KVM/arm64: timer fixes for 6.14
 2025-02-04 15:12 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: timer: Always evaluate the need for a soft timer
` [PATCH v2 2/3] KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECV
` [PATCH v2 3/3] KVM: arm64: timer: Don't adjust the EL2 virtual timer offset

[PATCH] KVM: arm64: Fix nested S2 MMU structures reallocation
 2025-02-04 15:03 UTC  (3+ messages)

[PATCH 0/3] KVM/arm64: timer fixes for 6.14
 2025-02-04 14:15 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: timer: Always evaluate the need for a soft timer
` [PATCH 2/3] KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECV
` [PATCH 3/3] KVM: arm64: timer: Consolidate NV configuration of virtual timers

[kvm-unit-tests PATCH] arm: pmu: Actually use counter 0 in test_event_counter_config()
 2025-02-04 13:20 UTC  (3+ messages)

[PATCH] KVM: arm64: Fail protected mode init if no vgic hardware is present
 2025-02-04 10:50 UTC  (2+ messages)

[RFC PATCH 0/4] PMU partitioning driver support
 2025-02-03 21:37 UTC  (15+ messages)
` [RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH 2/4] KVM: arm64: Make guests see only counters they can access
` [RFC PATCH 3/4] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition

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

[PATCH V2 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-02-03  5:08 UTC  (8+ messages)
` [PATCH V2 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V2 2/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V2 3/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V2 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 5/7] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH V2 6/7] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH V2 7/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9

[PATCH] KVM: arm64: Flush/sync debug state in protected mode
 2025-02-01  9:33 UTC  (2+ messages)

[PATCH v4 00/19] KVM: arm64: Debug cleanups
 2025-01-31 22:32 UTC  (4+ messages)
` [PATCH v4 11/19] KVM: arm64: Use debug_owner to track if debug regs need save/restore

[PATCH 0/4] arm64: mitigate CVE-2024-7881 in the absence of firmware mitigation
 2025-01-31 17:40 UTC  (8+ messages)
` [PATCH 1/4] arm64: cpufeature: rename unmap_kernel_at_el0() -> needs_kpti()
` [PATCH 2/4] arm64: cpufeature: factor out cpu_is_meltdown_safe()
` [PATCH 3/4] arm64: cpufeature: mitigate CVE-2024-7881
` [PATCH 4/4] KVM: arm64: expose SMCCC_ARCH_WORKAROUND_4 to guests

[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-01-29 18:03 UTC  (10+ messages)

[PATCH v2 0/7] Add support for NoTagAccess memory attribute
 2025-01-29 14:38 UTC  (9+ messages)
` [PATCH v2 5/7] KVM: arm64: MTE: Use stage-2 NoTagAccess memory attribute if supported

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2025-01-29 14:08 UTC  (20+ messages)
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue

[kvm-unit-tests PATCH v3] arm64: Add basic MTE test
 2025-01-29 13:51 UTC  (3+ messages)

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-28 13:56 UTC  (7+ messages)
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2


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