public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-01-29 00:26:11 to 2026-02-05 17:06:04 UTC [more...]

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-05 17:05 UTC  (54+ messages)
` [PATCH v4 01/41] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v4 02/41] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v4 03/41] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v4 04/41] arm64: mpam: Context switch the MPAM registers
` [PATCH v4 05/41] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v4 06/41] arm64: mpam: Drop the CONFIG_EXPERT restriction
` [PATCH v4 07/41] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v4 08/41] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v4 09/41] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v4 10/41] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v4 11/41] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v4 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v4 13/41] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v4 14/41] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v4 15/41] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v4 16/41] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v4 17/41] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v4 18/41] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v4 19/41] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v4 20/41] arm_mpam: resctrl: Add CDP emulation
` [PATCH v4 21/41] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v4 22/41] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v4 23/41] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v4 24/41] arm_mpam: resctrl: Add kunit test for rmid idx conversions
` [PATCH v4 25/41] arm_mpam: resctrl: Wait for cacheinfo to be ready
` [PATCH v4 26/41] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v4 27/41] arm_mpam: resctrl: Add support for csu counters
` [PATCH v4 28/41] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v4 29/41] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v4 30/41] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v4 31/41] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v4 32/41] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v4 33/41] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v4 34/41] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v4 35/41] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v4 36/41] arm_mpam: Add quirk framework
` [PATCH v4 37/41] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v4 38/41] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v4 39/41] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v4 40/41] arm_mpam: Quirk CMN-650's CSU NRDY behaviour
` [PATCH v4 41/41] arm64: mpam: Add initial MPAM documentation

[PATCH kvmtool v2 00/17] arm64: Support GICv5-based guests
 2026-02-05 10:58 UTC  (2+ messages)

[PATCH v2 00/20] KVM: arm64: Generalise RESx handling
 2026-02-05  9:08 UTC  (24+ messages)
` [PATCH v2 01/20] arm64: Convert SCTLR_EL2 to sysreg infrastructure
` [PATCH v2 02/20] KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
` [PATCH v2 03/20] KVM: arm64: Introduce standalone FGU computing primitive
` [PATCH v2 04/20] KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
` [PATCH v2 05/20] KVM: arm64: Extend unified RESx handling to runtime sanitisation
` [PATCH v2 06/20] KVM: arm64: Inherit RESx bits from FGT register descriptors
` [PATCH v2 07/20] KVM: arm64: Allow RES1 bits to be inferred from configuration
` [PATCH v2 08/20] KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
` [PATCH v2 09/20] KVM: arm64: Convert HCR_EL2.RW to AS_RES1
` [PATCH v2 10/20] KVM: arm64: Simplify FIXED_VALUE handling
` [PATCH v2 11/20] KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
` [PATCH v2 12/20] KVM: arm64: Add RES1_WHEN_E2Hx constraints "
` [PATCH v2 13/20] KVM: arm64: Move RESx into individual register descriptors
` [PATCH v2 14/20] KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
` [PATCH v2 15/20] KVM: arm64: Get rid of FIXED_VALUE altogether
` [PATCH v2 16/20] KVM: arm64: Simplify handling of full register invalid constraint
` [PATCH v2 17/20] KVM: arm64: Remove all traces of FEAT_TME
` [PATCH v2 18/20] KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
` [PATCH v2 19/20] KVM: arm64: Add sanitisation to SCTLR_EL2
` [PATCH v2 20/20] KVM: arm64: Add debugfs file dumping computed RESx values

[PATCH v1 0/3] KVM: arm64: Standardize debugfs iterators
 2026-02-05  8:57 UTC  (5+ messages)
` [PATCH v1 1/3] KVM: arm64: Use standard seq_file iterator for idregs debugfs
` [PATCH v1 2/3] KVM: arm64: Reimplement vgic-debug XArray iteration
` [PATCH v1 3/3] KVM: arm64: Use standard seq_file iterator for vgic-debug debugfs

[PATCH v11 00/30] Tracefs support for pKVM
 2026-02-05  1:32 UTC  (36+ messages)
` [PATCH v11 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v11 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v11 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v11 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v11 05/30] tracing: Introduce trace remotes
` [PATCH v11 06/30] tracing: Add reset to "
` [PATCH v11 07/30] tracing: Add non-consuming read "
` [PATCH v11 08/30] tracing: Add init callback "
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 10/30] tracing: Add events/ root files "
` [PATCH v11 11/30] tracing: Add helpers to create trace remote events
` [PATCH v11 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v11 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v11 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v11 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v11 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v11 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v11 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v11 24/30] KVM: arm64: Add trace remote "
` [PATCH v11 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v11 26/30] KVM: arm64: Add trace reset to "
` [PATCH v11 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v11 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v11 29/30] KVM: arm64: Add selftest event support "
` [PATCH v11 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2026-02-04  8:28 UTC  (3+ messages)
` [PATCH v3 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-03 13:00 UTC  (7+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v9 04/30] arm64/fpsimd: Check enable bit for FA64 when saving EFI state

[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-03  9:33 UTC  (29+ messages)
` [PATCH v3 28/47] arm_mpam: resctrl: Add support for csu counters
` [PATCH v3 29/47] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v3 41/47] arm_mpam: Generate a configuration for min controls
` [PATCH v3 45/47] arm_mpam: Add workaround for T241-MPAM-4

[PATCH v1] KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
 2026-02-02 15:47 UTC  (2+ messages)

[PATCH v1] KVM: arm64: nv: Use kvm_phys_size() for VNCR invalidation range
 2026-02-02 15:04 UTC  (4+ messages)

[PATCH 00/20] KVM: arm64: Generalise RESx handling
 2026-02-02  9:57 UTC  (28+ messages)
` [PATCH 12/20] KVM: arm64: Add RESx_WHEN_E2Hx constraints as configuration flags
` [PATCH 13/20] KVM: arm64: Move RESx into individual register descriptors
` [PATCH 14/20] KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
` [PATCH 15/20] KVM: arm64: Get rid of FIXED_VALUE altogether
` [PATCH 16/20] KVM: arm64: Simplify handling of full register invalid constraint
` [PATCH 17/20] KVM: arm64: Remove all traces of FEAT_TME
` [PATCH 18/20] KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
` [PATCH 19/20] KVM: arm64: Add sanitisation to SCTLR_EL2
` [PATCH 20/20] KVM: arm64: Add debugfs file dumping computed RESx values

[PATCH kvmtool v5 0/7] arm64: Nested virtualization support
 2026-02-02  8:54 UTC  (10+ messages)
` [PATCH kvmtool v5 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v5 5/7] arm64: Add FEAT_E2H0 support

[PATCH v10 00/30] Tracefs support for pKVM
 2026-01-31 12:54 UTC  (34+ messages)
` [PATCH v10 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v10 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v10 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v10 05/30] tracing: Introduce trace remotes
` [PATCH v10 06/30] tracing: Add reset to "
` [PATCH v10 08/30] tracing: Add init callback "
` [PATCH v10 10/30] tracing: Add events/ root files "
` [PATCH v10 11/30] tracing: Add helpers to create trace remote events
` [PATCH v10 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v10 14/30] tracing: Add a trace remote module for testing
` [PATCH v10 15/30] tracing: selftests: Add trace remote tests
` [PATCH v10 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v10 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v10 18/30] tracing: Check for undefined symbols in simple_ring_buffer

[PATCH v1] KVM: selftests: Improve sea_to_user test
 2026-01-31 12:37 UTC  (2+ messages)

[PATCH v4 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-30 17:26 UTC  (17+ messages)
` [PATCH v4 10/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v4 11/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v4 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v4 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v4 36/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` (subset) [PATCH v4 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support

[PATCH] KVM: arm64: nv: Add trap config for DBGWCR<15>_EL1
 2026-01-30 10:00 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix various comments
 2026-01-30  9:59 UTC  (2+ messages)

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-01-29 18:48 UTC  (4+ messages)
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort

[PATCH v4 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
 2026-01-29 11:29 UTC  (2+ messages)


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