messages from 2025-02-13 16:16:26 to 2025-02-19 22:07:49 UTC [more...]
[PATCH] KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2
2025-02-19 22:07 UTC
[PATCH v1] KVM: arm64: vgic-its: Add debugfs interface to expose ITS tables
2025-02-19 21:51 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: EL2 PMU reset handling fixes
2025-02-19 21:10 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: Fix MDCR_EL2.HPMN reset value
` [PATCH 2/2] KVM: arm64: Contextualise the handling of PMCR_EL0.P writes
[PATCH v2 00/14] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
2025-02-19 19:35 UTC (14+ messages)
` [PATCH v2 01/14] drivers/perf: apple_m1: Refactor event select/filter configuration
` [PATCH v2 03/14] drivers/perf: apple_m1: Provide helper for mapping PMUv3 events
` [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 10/14] KVM: arm64: Move PMUVer filtering into KVM code
[PATCH v20 00/11] arm64/perf: Enable branch stack sampling
2025-02-19 16:09 UTC (13+ messages)
` [PATCH v20 01/11] perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
` [PATCH v20 02/11] perf: arm_pmu: Don't disable counter in armpmu_add()
` [PATCH v20 03/11] perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()
` [PATCH v20 04/11] perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and interrupts
` [PATCH v20 05/11] perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable_event()
` [PATCH v20 06/11] perf: apple_m1: Don't disable counter in m1_pmu_enable_event()
` [PATCH v20 07/11] perf: arm_pmu: Move PMUv3-specific data
` [PATCH v20 08/11] arm64/sysreg: Add BRBE registers and fields
` [PATCH v20 09/11] arm64: Handle BRBE booting requirements
` [PATCH v20 10/11] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v20 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
2025-02-19 14:30 UTC (3+ messages)
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms
[RFC PATCH 0/2] Add NV Selftest cases
2025-02-19 12:47 UTC (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test
[PATCH v4 00/27] KVM: arm64: Implement support for SME in non-protected guests
2025-02-18 22:54 UTC (32+ messages)
` [PATCH v4 01/27] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v4 02/27] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v4 03/27] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v4 04/27] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v4 05/27] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v4 06/27] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v4 07/27] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v4 08/27] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v4 09/27] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v4 10/27] KVM: arm64: Document the KVM ABI for SME
` [PATCH v4 11/27] KVM: arm64: Define internal features "
` [PATCH v4 12/27] KVM: arm64: Rename sve_state_reg_region
` [PATCH v4 13/27] KVM: arm64: Store vector lengths in an array
` [PATCH v4 14/27] KVM: arm64: Implement SME vector length configuration
` [PATCH v4 15/27] KVM: arm64: Support SME control registers
` [PATCH v4 16/27] KVM: arm64: Support TPIDR2_EL0
` [PATCH v4 17/27] KVM: arm64: Support SME identification registers for guests
` [PATCH v4 18/27] KVM: arm64: Support SME priority registers
` [PATCH v4 19/27] KVM: arm64: Provide assembly for SME state restore
` [PATCH v4 20/27] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v4 21/27] KVM: arm64: Expose SME specific state to userspace
` [PATCH v4 22/27] KVM: arm64: Context switch SME state for normal guests
` [PATCH v4 23/27] KVM: arm64: Handle SME exceptions
` [PATCH v4 24/27] KVM: arm64: Expose SME to nested guests
` [PATCH v4 25/27] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v4 26/27] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v4 27/27] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH] KVM: arm64: nv: Set ISTATUS for emulated timers, If timer expired
2025-02-18 21:24 UTC (17+ messages)
[PATCH V2 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
2025-02-18 19:06 UTC (4+ messages)
` (subset) "
[PATCH v3 0/4] KVM: arm64: writable MIDR/REVIDR
2025-02-18 16:34 UTC (5+ messages)
` [PATCH v3 1/4] KVM: arm64: Allow userspace to change MIDR_EL1
` [PATCH v3 2/4] KVM: arm64: Allow userspace to change REVIDR_EL1
` [PATCH v3 3/4] KVM: arm64: Allow userspace to change AIDR_EL1
` [PATCH v3 4/4] KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDR
[PATCH 00/15] arm: rework id register storage
2025-02-18 16:06 UTC (15+ messages)
` [PATCH 01/15] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH 02/15] arm/kvm: add accessors for storing host features into idregs
` [PATCH 03/15] arm/cpu: Store aa64isar0 into the idregs arrays
` [PATCH 13/15] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH 15/15] arm/cpu: Add generated files
[PATCH v19 00/11] arm64/perf: Enable branch stack sampling
2025-02-18 14:17 UTC (10+ messages)
` [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)
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2025-02-18 9:52 UTC (10+ messages)
[PATCH v1 0/3] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
2025-02-18 9:27 UTC (8+ messages)
` [PATCH v1 1/3] KVM: arm64: Initialize HCRX_EL2 "
` [PATCH v1 2/3] KVM: arm64: Factor out pkvm hyp vcpu creation to separate function
` [PATCH v1 3/3] KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpu
[PATCH v7 0/5] KVM: arm64: Errata management for VM Live migration
2025-02-18 7:40 UTC (11+ messages)
` [PATCH v7 1/5] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v7 2/5] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v7 3/5] KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2
` [PATCH v7 4/5] smccc/kvm_guest: Enable errata based on implementation CPUs
` [PATCH v7 5/5] KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2
[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
2025-02-17 16:02 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
[PATCH v2 0/4] KVM: arm64: writable MIDR/REVIDR
2025-02-17 15:06 UTC (11+ messages)
` [PATCH v2 1/4] KVM: arm64: Allow userspace to change MIDR_EL1
[PATCH V2 0/5] mm: Rework generic PTDUMP configs
2025-02-17 4:22 UTC (6+ messages)
` [PATCH V2 1/5] configs: Drop GENERIC_PTDUMP from debug.config
` [PATCH V2 2/5] arch/powerpc: Drop GENERIC_PTDUMP from mpc885_ads_defconfig
` [PATCH V2 3/5] docs: arm64: Drop PTDUMP config options from ptdump.rst
` [PATCH V2 4/5] mm: Make DEBUG_WX depdendent on GENERIC_PTDUMP
` [PATCH V2 5/5] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[PATCH 00/14] KVM: arm64: NV userspace ABI
2025-02-15 17:38 UTC (15+ messages)
` [PATCH 01/14] arm64: cpufeature: Handle NV_frac as a synonym of NV2
` [PATCH 02/14] KVM: arm64: Hide ID_AA64MMFR2_EL1.NV from guest and userspace
` [PATCH 03/14] KVM: arm64: Mark HCR.EL2.E2H RES0 when ID_AA64MMFR1_EL1.VH is zero
` [PATCH 04/14] KVM: arm64: Mark HCR.EL2.{NV*,AT} RES0 when ID_AA64MMFR4_EL1.NV_frac is 0
` [PATCH 05/14] KVM: arm64: Advertise NV2 in the boot messages
` [PATCH 06/14] KVM: arm64: Consolidate idreg reset method
` [PATCH 07/14] KVM: arm64: Make ID_REG_LIMIT_FIELD_ENUM() more widely available
` [PATCH 08/14] KVM: arm64: Enforce NV limits on a per-idregs basis
` [PATCH 09/14] KVM: arm64: Move NV-specific capping to idreg sanitisation
` [PATCH 10/14] KVM: arm64: Allow userspace to limit NV support to nVHE
` [PATCH 11/14] KVM: arm64: Make ID_AA64MMFR4_EL1.NV_frac writable
` [PATCH 12/14] KVM: arm64: Advertise FEAT_ECV when possible
` [PATCH 13/14] KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*
` [PATCH 14/14] KVM: arm64: Document NV caps and vcpu flags
[PATCH 00/14] KVM: arm64: Recursive NV support
2025-02-15 15:01 UTC (15+ messages)
` [PATCH 01/14] arm64: sysreg: Add layout for VNCR_EL2
` [PATCH 02/14] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH 03/14] KVM: arm64: nv: Extract translation helper from the AT code
` [PATCH 04/14] KVM: arm64: nv: Snapshot S1 ASID tagging information during walk
` [PATCH 05/14] KVM: arm64: nv: Move TLBI range decoding to a helper
` [PATCH 06/14] KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nesting
` [PATCH 07/14] KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2
` [PATCH 08/14] KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2
` [PATCH 09/14] KVM: arm64: nv: Handle VNCR_EL2-triggered faults
` [PATCH 10/14] KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2
` [PATCH 11/14] KVM: arm64: nv: Handle VNCR_EL2 invalidation from MMU notifiers
` [PATCH 12/14] KVM: arm64: nv: Program host's VNCR_EL2 to the fixmap address
` [PATCH 13/14] KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
` [PATCH 14/14] KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatch
[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
2025-02-15 0:50 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.14, take #2
2025-02-14 23:35 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: Assorted vgic fixes for 6.14
2025-02-14 18:25 UTC (4+ messages)
[PATCH] KVM: arm64: Fix tcr_el2 initialisation in hVHE mode
2025-02-14 13:37 UTC
[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
2025-02-14 13:09 UTC (26+ messages)
` [PATCH v7 07/45] arm64: RME: Define the user ABI
` [PATCH v7 23/45] KVM: arm64: Validate register access for a Realm VM
` [PATCH v7 24/45] KVM: arm64: Handle Realm PSCI requests
` [PATCH v7 25/45] KVM: arm64: WARN on injected undef exceptions
` [PATCH v7 26/45] arm64: Don't expose stolen time for realm guests
` [PATCH v7 27/45] arm64: rme: allow userspace to inject aborts
` [PATCH v7 28/45] arm64: rme: support RSI_HOST_CALL
` [PATCH v7 29/45] arm64: rme: Allow checking SVE on VM instance
` [PATCH v7 30/45] arm64: RME: Always use 4k pages for realms
` [PATCH v7 31/45] arm64: rme: Prevent Device mappings for Realms
` [PATCH v7 32/45] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v7 33/45] arm64: rme: Enable PMU support with a realm guest
` [PATCH v7 34/45] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v7 35/45] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v7 36/45] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v7 37/45] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v7 38/45] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v7 39/45] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v7 40/45] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v7 41/45] arm64: RME: Provide accurate register list
` [PATCH v7 42/45] arm64: kvm: Expose support for private memory
` [PATCH v7 43/45] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v7 44/45] KVM: arm64: Allow activating realms
` [PATCH v7 45/45] WIP: Enable support for PAGE_SIZE>4k
[PATCH 0/4] mm: Rework generic PTDUMP configs
2025-02-14 7:26 UTC (8+ messages)
` [PATCH 4/4] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[RFC PATCH v3 0/8] PMU partitioning driver support
2025-02-13 18:26 UTC (10+ messages)
` [RFC PATCH v3 1/8] arm64: cpufeature: Add cap for HPMN0
` [RFC PATCH v3 2/8] arm64: Generate sign macro for sysreg Enums
` [RFC PATCH v3 3/8] KVM: arm64: Cleanup PMU includes
` [RFC PATCH v3 4/8] KVM: arm64: Reorganize PMU functions
` [RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
` [RFC PATCH v3 6/8] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition
` [RFC PATCH v3 8/8] KVM: arm64: selftests: Reword selftests error
[PATCH] KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
2025-02-13 18:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox