kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-25 11:00:54 to 2025-10-03 17:24:15 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2025-10-03 17:23 UTC  (3+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH] KVM: arm64: nv: do not inject L2-bound IRQs to L1 hypervisor
 2025-10-03 13:48 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Check range args for pKVM mem transitions
 2025-10-03 13:45 UTC  (7+ messages)

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

[PATCH v3 0/9] KVM Selftest Runner
 2025-10-03  6:39 UTC  (16+ messages)
` [PATCH v3 1/9] KVM: selftest: Create KVM selftest runner
` [PATCH v3 2/9] KVM: selftests: Provide executables path option to the "
` [PATCH v3 3/9] KVM: selftests: Add timeout option in selftests runner
` [PATCH v3 4/9] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v3 5/9] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v3 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v3 7/9] KVM: selftests: Print sticky KVM selftests runner status at bottom
` [PATCH v3 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v3 9/9] KVM: selftests: Provide README.rst "

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-03  5:03 UTC  (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-10-02 15:13 UTC  (19+ messages)
` [PATCH v4 02/28] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v4 10/28] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode

KVM: Nested VGIC emulation leads to infinite IRQ exceptions
 2025-10-02 15:08 UTC  (5+ messages)

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-10-02  9:35 UTC  (26+ messages)
` [PATCH v10 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v10 06/43] arm64: RME: Define the user ABI
` [PATCH v10 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v10 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v10 09/43] KVM: arm64: Allow passing machine type in KVM creation

[PATCH] KVM: arm64: Remove unreachable break after return
 2025-10-01  8:55 UTC  (3+ messages)

[PATCH] KVM: selftests: Fix irqfd_test for non-x86 architectures
 2025-10-01  8:55 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Document vCPU event ioctls as requiring init'ed vCPU
 2025-10-01  8:29 UTC  (2+ messages)

[PATCH] KVM: arm64: Document vCPU event ioctls as requiring init'ed vCPU
 2025-09-30 22:15 UTC 

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-09-30 19:29 UTC  (11+ messages)

[GIT PULL] KVM/arm64 updates for 6.18
 2025-09-30 17:12 UTC  (2+ messages)

selftests: kvm: irqfd_test: KVM_IRQFD failed, rc: -1 errno: 11 (Resource temporarily unavailable)
 2025-09-30 15:11 UTC  (2+ messages)

[PATCH 00/13] KVM: arm64: De-specialise the timer UAPI
 2025-09-30 12:41 UTC  (22+ messages)
` [PATCH 01/13] KVM: arm64: Hide CNTHV_*_EL2 from userspace for nVHE guests
` [PATCH 02/13] KVM: arm64: Introduce timer_context_to_vcpu() helper
` [PATCH 03/13] KVM: arm64: Replace timer context vcpu pointer with timer_id
` [PATCH 04/13] KVM: arm64: Make timer_set_offset() generally accessible
` [PATCH 05/13] KVM: arm64: Add timer UAPI workaround to sysreg infrastructure
` [PATCH 06/13] KVM: arm64: Move CNT*_CTL_EL0 userspace accessors to generic infrastructure
` [PATCH 07/13] KVM: arm64: Move CNT*_CVAL_EL0 "
` [PATCH 08/13] KVM: arm64: Move CNT*CT_EL0 "
` [PATCH 09/13] KVM: arm64: Fix WFxT handling of nested virt
` [PATCH 10/13] KVM: arm64: Kill leftovers of ad-hoc timer userspace access
` [PATCH 11/13] KVM: arm64: selftests: Make dependencies on VHE-specific registers explicit
` [PATCH 12/13] KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_list
` [PATCH 13/13] KVM: arm64: selftest: Fix misleading comment about virtual timer encoding

[PATCH kvmtool 00/15] arm64: Handle PSCI calls in userspace
 2025-09-30 10:37 UTC  (18+ messages)
` [PATCH kvmtool v4 01/15] Allow pausing the VM from vcpu thread
` [PATCH kvmtool v4 02/15] update_headers: arm64: Track psci.h for PSCI definitions
` [PATCH kvmtool v4 03/15] update headers: Linux v6.17-rc7
` [PATCH kvmtool v4 04/15] Import arm-smccc.h from Linux 6.16-rc1
` [PATCH kvmtool v4 04/15] Import arm-smccc.h from Linux 6.17-rc7
` [PATCH kvmtool v4 05/15] arm64: Stash kvm_vcpu_init for later use
` [PATCH kvmtool v4 06/15] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH kvmtool v4 07/15] arm64: Expose ARM64_CORE_REG() for general use
` [PATCH kvmtool v4 08/15] arm64: Add support for finding vCPU for given MPIDR
` [PATCH kvmtool v4 09/15] arm64: Add skeleton implementation for PSCI
` [PATCH kvmtool v4 10/15] arm64: psci: Implement CPU_SUSPEND
` [PATCH kvmtool v4 11/15] arm64: psci: Implement CPU_ON
` [PATCH kvmtool v4 12/15] arm64: psci: Implement AFFINITY_INFO
` [PATCH kvmtool v4 13/15] arm64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH kvmtool v4 14/15] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH kvmtool v4 15/15] arm64: smccc: Start sending PSCI to userspace

[PATCH] KVM: arm64: Prevent access to vCPU events before init
 2025-09-30  9:28 UTC  (3+ messages)

[PATCH 0/6] KVM ARM64 pre_fault_memory
 2025-09-30  0:53 UTC  (5+ messages)
` [PATCH 3/6] KVM: arm64: Add pre_fault_memory implementation

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-29 10:20 UTC  (20+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH] KVM: arm64: selftests: Test effective value of HCR_EL2.AMO
 2025-09-27 11:30 UTC  (2+ messages)

[PATCH] KVM: arm64: Use the in-context stage-1 in __kvm_find_s1_desc_level()
 2025-09-27 11:30 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Fixes for NV+SVE
 2025-09-27 11:29 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: nv: Don't treat ZCR_EL2 as a 'mapped' register
` [PATCH 2/2] KVM: arm64: nv: Don't advance PC when pending an SVE exception

[PATCH] KVM: selftests: Track width of arm64's timer counter as "int", not "uint64_t"
 2025-09-27 11:29 UTC  (3+ messages)

[PATCH v2 0/4] Add workaround for HIP10/HIP10C erratum 162200802
 2025-09-26 11:28 UTC  (6+ messages)

[RFC PATCH 0/5] Arm CCA planes support
 2025-09-26 11:02 UTC  (6+ messages)
` [RFC PATCH 1/5] arm64: RME: Add SMC definitions introduced in RMM v1.1
` [RFC PATCH 2/5] arm64: RME: Handle auxiliary RTT trees
` [RFC PATCH 3/5] arm64: RME: Support RMI_EXIT_S2AP_CHANGE
` [RFC PATCH 4/5] arm64: rme: Allocate AUX RTT PGDs and VMIDs
` [RFC PATCH 5/5] arm64: RME: Support num_aux_places & rtt_tree_pp realm parameters

KVM NV + SVE host OS warning
 2025-09-25 22:46 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-09-25 14:19 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v3 02/10] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v3 03/10] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v3 04/10] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v3 05/10] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v3 06/10] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v3 07/10] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v3 08/10] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v3 09/10] arm64: run at EL2 if supported
` [kvm-unit-tests PATCH v3 10/10] arm64: add EL2 environment variable

[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-25 13:36 UTC  (3+ messages)
` [PATCH v8 08/12] perf: Add perf_event_attr::config4

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-09-25 11:12 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: nv: FGT traps of MDSCR_EL1
 2025-09-25 11:12 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Compute per-vCPU FGTs at vcpu_load()
` [PATCH 2/2] KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when available


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).