public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-03-09 15:45:42 to 2026-03-13 10:00:58 UTC [more...]

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-13  9:59 UTC  (12+ 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

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-03-13  9:58 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 08/14] KVM: arm64: Trap & emulate the ITS MAPD command
` [PATCH 09/14] KVM: arm64: Trap & emulate the ITS VMAPP command
` [PATCH 10/14] KVM: arm64: Trap & emulate the ITS MAPC command
` [PATCH 11/14] KVM: arm64: Restrict host updates to GITS_CTLR
` [PATCH 12/14] KVM: arm64: Restrict host updates to GITS_CBASER
` [PATCH 13/14] KVM: arm64: Restrict host updates to GITS_BASER
` [PATCH 14/14] KVM: arm64: Implement HVC interface for ITS emulation setup

[PATCH] KVM: arm64: avoid unused-variable warning
 2026-03-13  9:49 UTC 

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-13  9:43 UTC  (17+ messages)
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v5 13/41] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v5 31/41] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v5 38/41] arm_mpam: Add workaround for T241-MPAM-4

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

[PATCH] tracing: Generate undef symbols allowlist for simple_ring_buffer
 2026-03-12 23:51 UTC  (3+ messages)

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-03-12 22:39 UTC  (12+ messages)
` [PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers

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

[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 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-12 15:00 UTC  (12+ 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 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] KVM: arm64: Discard PC update state on vcpu reset
 2026-03-12 14:08 UTC 

[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  (13+ messages)
` [RFC PATCH v3 01/12] coco: host: arm64: Add support for virtual device communication
` [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

[RFC PATCH v3 00/11] coco/TSM: Arm CCA guest TDISP lock/accept flow with verification and DMA enable
 2026-03-12  8:04 UTC  (12+ messages)
` [RFC PATCH v3 01/11] coco: guest: arm64: Guest TSM callback and realm device lock support
` [RFC PATCH v3 02/11] coco: guest: arm64: Fix a typo in the ARM_CCA_GUEST Kconfig help string ("and" -> "an")
` [RFC PATCH v3 03/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [RFC PATCH v3 04/11] coco: guest: arm64: Support guest-initiated TDI lock/unlock transitions
` [RFC PATCH v3 05/11] coco: guest: arm64: Refresh interface-report cache during device lock
` [RFC PATCH v3 06/11] coco: guest: arm64: Add measurement refresh via RHI_DA_VDEV_GET_MEASUREMENTS
` [RFC PATCH v3 07/11] coco: guest: arm64: Add guest APIs to read host-cached DA objects
` [RFC PATCH v3 08/11] coco: guest: arm64: Verify DA evidence with RSI_VDEV_GET_INFO digests
` [RFC PATCH v3 09/11] coco: guest: arm64: Hook TSM accept to Realm TDISP RUN transition
` [RFC PATCH v3 10/11] coco: arm64: dma: Update force_dma_unencrypted for accepted devices
` [RFC PATCH v3 11/11] coco: guest: arm64: Enable vdev DMA after attestation

[RFC PATCH v3 00/10] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
 2026-03-12  8:01 UTC  (11+ messages)
` [RFC PATCH v3 01/10] KVM: arm64: RMI: Add and export kvm_has_da_feature helper
` [RFC PATCH v3 02/10] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [RFC PATCH v3 03/10] coco: host: arm64: Build and register RMM pdev descriptors
` [RFC PATCH v3 04/10] coco: host: arm64: Add RMM device communication helpers
` [RFC PATCH v3 05/10] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [RFC PATCH v3 06/10] coco: host: arm64: Instantiate RMM pdev during device connect
` [RFC PATCH v3 07/10] X.509: Make certificate parser public
` [RFC PATCH v3 08/10] X.509: Parse Subject Alternative Name in certificates
` [RFC PATCH v3 09/10] X.509: Move certificate length retrieval into new helper
` [RFC PATCH v3 10/10] coco: host: arm64: Register device public key with RMM

[GIT PULL] KVM/arm64 fixes for 7.0, take #3
 2026-03-11 17:42 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.0, take #2
 2026-03-11 17:41 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix out-of-tree build for nVHE/pKVM tracing
 2026-03-11 17:24 UTC  (2+ messages)

[PATCH RESEND 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
 2026-03-11 15:41 UTC  (7+ messages)
` [PATCH RESEND 2/2] "

[PATCH v13 03/32] ring-buffer: Introduce ring-buffer remotes
 2026-03-11 15:23 UTC  (3+ messages)

[PATCH v3 00/36] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-11 12:50 UTC  (34+ messages)
` [PATCH v3 01/36] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v3 02/36] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v3 03/36] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v3 04/36] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v3 06/36] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v3 07/36] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v3 08/36] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v3 09/36] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v3 10/36] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v3 13/36] KVM: arm64: Handle aborts from protected VMs
` [PATCH v3 16/36] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v3 17/36] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v3 18/36] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v3 30/36] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v3 31/36] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v3 36/36] KVM: arm64: Rename PKVM_PAGE_STATE_MASK

[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-11 10:24 UTC  (3+ messages)
` [PATCH v2 14/35] KVM: arm64: Handle aborts from protected VMs

[kvm-unit-tests PATCH v1 0/5] basic EL1/EL0 guest support
 2026-03-10 16:08 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 5/5] arm64: add hypervisor trapping test

[PATCH] KVM: arm64: pkvm: Don't reprobe for ICH_VTR_EL2.TDS on CPU hotplug
 2026-03-10 10:17 UTC  (6+ messages)

[PATCH] KVM: arm64: Fix ICV_DIR_EL1 trapping detection for pKVM
 2026-03-10  8:56 UTC  (4+ messages)

[PATCH v3 2/3] swiotlb: dma: its: Enforce host page-size alignment for shared buffers
 2026-03-09 15:55 UTC  (3+ messages)


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