public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-02-25 12:10:00 to 2026-03-03 20:18:45 UTC [more...]

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-03 20:18 UTC  (21+ messages)
` [PATCH v5 02/41] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v5 03/41] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v5 11/41] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v5 26/41] arm_mpam: resctrl: Add monitor initialisation and domain boilerplate
` [PATCH v5 38/41] arm_mpam: Add workaround for T241-MPAM-4

[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-03 17:54 UTC  (46+ messages)
` [PATCH v5 01/36] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v5 02/36] KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
` [PATCH v5 03/36] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v5 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v5 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v5 06/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v5 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v5 08/36] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v5 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v5 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v5 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v5 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v5 13/36] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v5 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v5 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v5 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v5 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v5 18/36] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v5 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v5 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v5 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v5 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v5 24/36] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v5 25/36] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v5 26/36] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v5 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v5 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v5 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v5 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v5 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v5 32/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v5 33/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v5 34/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v5 35/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v5 36/36] KVM: arm64: selftests: Add no-vgic-v5 selftest

[PATCH v2 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
 2026-03-03 17:39 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
` [PATCH v2 2/3] KVM: arm64: Disable SPE Profiling Buffer "
` [PATCH v2 3/3] KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-03-03 16:02 UTC  (20+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
` [PATCH v12 20/46] arm64: RMI: Allow populating initial contents
` [PATCH v12 27/46] KVM: arm64: Handle Realm PSCI requests

[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-03 15:45 UTC  (4+ messages)
` [PATCH v2 07/35] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls

[PATCH] arm64: Implement clear_pages()
 2026-03-03 15:45 UTC  (3+ messages)

[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-03 13:12 UTC  (6+ messages)
` [PATCH 1/4] arm64: tlb: Use __tlbi_sync_s1ish_kernel() for kernel TLB maintenance
` [PATCH 2/4] arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
` [PATCH 3/4] arm64: errata: Work around early CME DVMSync acknowledgement
` [PATCH 4/4] KVM: arm64: Add SMC hook for SME dvmsync erratum

[PATCH] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
 2026-03-03 10:47 UTC  (13+ messages)

[PATCH v2 00/11] arm64: Fully disable configured-out features
 2026-03-02 18:07 UTC  (22+ messages)
` [PATCH v2 01/11] arm64: Skip update of an idreg field affected by an override
` [PATCH v2 02/11] arm64: Add a helper setting a feature field to its safe value
` [PATCH v2 03/11] arm64: Add logic to fully remove features from sanitised id registers
` [PATCH v2 04/11] arm64: Convert CONFIG_ARM64_PTR_AUTH to FTR_CONFIG()
` [PATCH v2 05/11] arm64: Convert CONFIG_ARM64_SVE "
` [PATCH v2 06/11] arm64: Convert CONFIG_ARM64_SME "
` [PATCH v2 07/11] arm64: Convert CONFIG_ARM64_GCS "
` [PATCH v2 08/11] arm64: Convert CONFIG_ARM64_MTE "
` [PATCH v2 09/11] arm64: Convert CONFIG_ARM64_POE "
` [PATCH v2 10/11] arm64: Convert CONFIG_ARM64_BTI "
` [PATCH v2 11/11] arm64: Remove FTR_VISIBLE_IF_IS_ENABLED()

[syzbot] [kvmarm?] [kvm?] BUG: unable to handle kernel paging request in kvm_vgic_destroy
 2026-03-02 13:26 UTC  (5+ messages)

[PATCH] KVM: arm64: Move inside all remaining TCR_XXX macros
 2026-03-02  8:16 UTC 

[PATCH V2 0/2] arm64/mm: Drop TTBR_CNP_BIT and TTBR_ASID_MASK
 2026-03-02  6:44 UTC  (3+ messages)
` [PATCH V2 1/2] arm64/mm: Directly use TTBRx_EL1_ASID_MASK
` [PATCH V2 2/2] arm64/mm: Directly use TTBRx_EL1_CnP

[PATCH] KVM: arm64: Eagerly init vgic dist/redist on vgic creation
 2026-02-28 16:45 UTC 

[GIT PULL] KVM/arm64 fixes for 7.0, take #1
 2026-02-28 15:04 UTC  (2+ messages)

[PATCH v3 00/15] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2026-02-28  9:43 UTC  (3+ messages)
` [PATCH v3 15/15] KVM: arm64: selftests: Add test for AT emulation

[kvmtool PATCH v6 00/17] kvmtool: arm64: Handle PSCI calls in userspace
 2026-02-27 16:56 UTC  (18+ messages)
` [kvmtool PATCH v6 01/17] util/update_headers: Update linux/const.h from linux sources
` [kvmtool PATCH v6 02/17] util/update_headers: Clean up header copying
` [kvmtool PATCH v6 03/17] util/update_headers: Warn about missing header files
` [kvmtool PATCH v6 04/17] update_headers: arm64: Track uapi/linux/psci.h for PSCI definitions
` [kvmtool PATCH v6 05/17] arm64: Sync headers from Linux v6.19 for psci.h
` [kvmtool PATCH v6 06/17] Import arm-smccc.h from Linux v6.19
` [kvmtool PATCH v6 07/17] arm64: Stash kvm_vcpu_init for later use
` [kvmtool PATCH v6 08/17] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [kvmtool PATCH v6 09/17] arm64: Expose ARM64_CORE_REG() for general use
` [kvmtool PATCH v6 10/17] arm64: Add support for finding vCPU for given MPIDR
` [kvmtool PATCH v6 11/17] arm64: Add skeleton implementation for PSCI
` [kvmtool PATCH v6 12/17] arm64: psci: Implement CPU_SUSPEND
` [kvmtool PATCH v6 13/17] arm64: psci: Implement CPU_ON
` [kvmtool PATCH v6 14/17] arm64: psci: Implement AFFINITY_INFO
` [kvmtool PATCH v6 15/17] arm64: psci: Implement MIGRATE_INFO_TYPE
` [kvmtool PATCH v6 16/17] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [kvmtool PATCH v6 17/17] arm64: smccc: Start sending PSCI to userspace

[PATCH v15 0/8] support FEAT_LSUI
 2026-02-27 15:17 UTC  (9+ messages)
` [PATCH v15 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v15 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v15 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v15 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v15 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor
` [PATCH v15 8/8] arm64: Kconfig: add support for LSUI

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-02-27 14:10 UTC  (5+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[kvmtool PATCH v5 00/15] arm64: Handle PSCI calls in userspace
 2026-02-27 10:23 UTC  (4+ messages)
` [kvmtool PATCH v5 02/15] update_headers: arm64: Track psci.h for PSCI definitions

[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2026-02-27  9:34 UTC  (7+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH v14 0/8] support FEAT_LSUI
 2026-02-27  8:31 UTC  (17+ messages)
` [PATCH v14 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v14 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v14 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v14 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v14 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v14 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v14 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
` [PATCH v14 8/8] arm64: Kconfig: add support for LSUI

[PATCH] arm64: Force the use of CNTVCT_EL0 in __delay()
 2026-02-26  8:16 UTC  (5+ messages)

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-26  7:17 UTC  (7+ messages)

[PATCH v2] KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
 2026-02-25 21:10 UTC  (4+ messages)

[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
 2026-02-25 17:53 UTC  (2+ messages)

[PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers
 2026-02-25 17:45 UTC  (2+ messages)

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-02-25 17:40 UTC  (2+ messages)

[RFC PATCH] arm: enable PMU partitioning
 2026-02-25 17:37 UTC 

[PATCH 0/3] KVM: arm64: minor fixes about S2 page table walker
 2026-02-25 17:35 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: nv: Check S2 limits based on implemented PA size
` [PATCH 2/3] KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDR
` [PATCH 3/3] KVM: arm64: nv: Inject a SEA if failed to read the descriptor

[PATCH v13 0/8] support FEAT_LSUI
 2026-02-25 17:10 UTC  (4+ messages)
` [PATCH v13 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor


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