public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-03-12 08:08:04 to 2026-03-17 08:09:06 UTC [more...]

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-03-17  8:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework
` [kvm-unit-tests PATCH v1 3/3] arm64: Add Stage-2 MMU demand paging test

[PATCH v4 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-03-17  6:36 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v4 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v4 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v4 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[kvm-unit-tests PATCH v1 0/5] basic EL1/EL0 guest support
 2026-03-17  0:41 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 4/5] arm64: add EL0/EL1 guest functionality

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

[PATCH v3] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-16 20:48 UTC  (5+ messages)

[PATCH 00/17] KVM: arm64: More user_mem_abort() rework
 2026-03-16 20:33 UTC  (21+ messages)
` [PATCH 01/17] KVM: arm64: Kill fault->ipa
` [PATCH 02/17] KVM: arm64: Make fault_ipa immutable
` [PATCH 03/17] KVM: arm64: Move fault context to const structure
` [PATCH 04/17] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH 05/17] KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
` [PATCH 06/17] KVM: arm64: Kill write_fault from kvm_s2_fault
` [PATCH 07/17] KVM: arm64: Kill exec_fault "
` [PATCH 08/17] KVM: arm64: Kill topup_memcache "
` [PATCH 09/17] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
` [PATCH 10/17] KVM: arm64: Kill logging_active from kvm_s2_fault
` [PATCH 11/17] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH 12/17] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH 13/17] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH 14/17] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH 15/17] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH 16/17] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH 17/17] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc

[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
 2026-03-16 18:13 UTC  (4+ messages)

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-16 17:44 UTC  (9+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v10 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v10 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v10 04/30] arm64/fpsimd: Determine maximum virtualisable SME vector length

[PATCH 00/10] KVM: arm64: Adopt scoped resource management (guard) for EL1 and EL2
 2026-03-16 17:39 UTC  (12+ messages)
` [PATCH 01/10] KVM: arm64: Add scoped resource management (guard) for hyp_spinlock
` [PATCH 02/10] KVM: arm64: Use guard(hyp_spinlock) in page_alloc.c
` [PATCH 03/10] KVM: arm64: Use guard(hyp_spinlock) in ffa.c
` [PATCH 04/10] KVM: arm64: Use guard(hyp_spinlock) in mm.c
` [PATCH 05/10] KVM: arm64: Use guard(hyp_spinlock) in pkvm.c
` [PATCH 06/10] KVM: arm64: Use guard(mutex) in mmu.c
` [PATCH 07/10] KVM: arm64: Use scoped resource management in arm.c
` [PATCH 08/10] KVM: arm64: Use guard(spinlock) in psci.c
` [PATCH 09/10] KVM: arm64: Use guard(spinlock) in reset.c
` [PATCH 10/10] KVM: arm64: Use guard(mutex) in pkvm.c

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-03-16 16:13 UTC  (20+ messages)
` [PATCH 01/14] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH 02/14] KVM: arm64: Track host-unmapped MMIO regions in a static array
` [PATCH 03/14] KVM: arm64: Support host MMIO trap handlers for unmapped devices
` [PATCH 04/14] KVM: arm64: Mediate host access to GIC/ITS MMIO via unmapping
` [PATCH 05/14] irqchip/gic-v3-its: Prepare shadow structures for KVM host deprivilege
` [PATCH 06/14] KVM: arm64: Add infrastructure for ITS emulation setup
` [PATCH 07/14] KVM: arm64: Restrict host access to the ITS tables

[PATCH RESEND 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
 2026-03-16 10:52 UTC  (6+ messages)
` [PATCH RESEND 2/2] "

[PATCH v2] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-16  9:31 UTC  (3+ messages)

[PATCH] KVM: arm64: Discard PC update state on vcpu reset
 2026-03-15 15:11 UTC  (5+ messages)

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

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-13 16:51 UTC  (16+ messages)
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v15 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor

[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-13 16:27 UTC  (15+ messages)
` [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 00/30] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-13 15:31 UTC  (2+ messages)

[PATCH] KVM: arm64: avoid unused-variable warning
 2026-03-13 11:07 UTC  (2+ messages)

[PATCH] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-13 10:23 UTC  (4+ messages)

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-13  9:43 UTC  (5+ messages)
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls

Question about ARM KVM stage2 contiguous bit support for contiguous hugetlb
 2026-03-13  7:49 UTC  (2+ messages)

[PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
 2026-03-12 22:13 UTC  (2+ messages)

[PATCH 1/3] KVM: arm64: fix include path for ring buffer implementation
 2026-03-12 22:08 UTC  (6+ messages)
` [PATCH 3/3] KVM: arm64: tracing: add ftrace dependency
` (subset) [PATCH 1/3] KVM: arm64: fix include path for ring buffer implementation

[PATCH v2 0/3] KVM: arm64: Read PMUVer as unsigned
 2026-03-12 21:44 UTC  (2+ messages)

[PATCH v14 00/30] Tracefs support for pKVM
 2026-03-12 20:40 UTC  (6+ messages)
` [PATCH v14 18/30] tracing: Check for undefined symbols in simple_ring_buffer

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

[PATCH] tracing: Update undefined symbols allow list for simple_ring_buffer
 2026-03-12 15:44 UTC  (3+ messages)

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

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-03-12 10:45 UTC  (8+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI

[RFC PATCH v3 00/12] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-03-12  8:07 UTC  (12+ messages)
` [RFC PATCH v3 02/12] coco: host: arm64: Add support for RMM vdev objects
` [RFC PATCH v3 03/12] coco: host: arm64: Add helpers to unlock and destroy RMM vdev
` [RFC PATCH v3 04/12] coco: host: arm64: Add support for da object read RHI handling
` [RFC PATCH v3 05/12] coco: host: arm64: Add helper for cached object fetches
` [RFC PATCH v3 06/12] coco: host: arm64: Fetch interface report via RMI
` [RFC PATCH v3 07/12] coco: host: arm64: Fetch device measurements "
` [RFC PATCH v3 08/12] coco: host: KVM: arm64: Handle vdev request exits and completion
` [RFC PATCH v3 09/12] coco: host: KVM: arm64: Handle vdev map/validation exits
` [RFC PATCH v3 10/12] KVM: arm64: Unmap device mappings when a private granule is destroyed
` [RFC PATCH v3 11/12] coco: host: arm64: Transition vdevs to TDISP RUN state
` [RFC PATCH v3 12/12] KVM: arm64: CCA: enable DA in realm create parameters


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