kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/24] Tracefs support for pKVM
 2025-09-03  4:58 UTC  (3+ messages)
` [PATCH v6 12/24] tracing: selftests: Add trace remote tests

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-02 15:41 UTC  (13+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL

[PATCH v2 0/2] KVM: arm64: VHE: Debug fixes
 2025-09-02 13:08 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: VHE: Initialize PMSCR_EL1
` [PATCH v2 2/2] KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctly

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-09-02 11:36 UTC  (30+ messages)
` [PATCH v8 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v8 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v8 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v8 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v8 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v8 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v8 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v8 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v8 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v8 12/29] KVM: arm64: Define internal features "
` [PATCH v8 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v8 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v8 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v8 16/29] KVM: arm64: Support SME control registers
` [PATCH v8 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v8 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v8 19/29] KVM: arm64: Support SME priority registers
` [PATCH v8 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v8 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v8 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v8 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v8 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v8 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v8 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v8 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v8 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v8 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v4 0/5] initialize SCTRL2_ELx
 2025-09-02 11:05 UTC  (12+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v4 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()

[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
 2025-09-02  9:54 UTC  (38+ messages)
` [PATCH v5 01/12] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
` [PATCH v5 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v5 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v5 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v5 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v5 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in mem conversion tests
` [PATCH v5 11/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in guest_memfd_test.c
` [PATCH v5 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-09-02  8:23 UTC  (8+ messages)
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
` [PATCH 4/5] KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probing
` [PATCH 2/5] KVM: arm64: Enable nested for GICv5 host with FEAT_GCIE_LEGACY
` [PATCH 1/5] KVM: arm64: Allow ICC_SRE_EL2 accesses on a GICv5 host
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info

[PATCH v2] KVM: arm64: Fix NULL pointer access issue
 2025-09-02  3:48 UTC 

[PATCH] KVM: arm64: Fix NULL pointer access issue
 2025-09-02  3:30 UTC  (7+ messages)

[PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths
 2025-09-01 20:04 UTC  (4+ messages)

[PATCH v3 0/5] initialize SCTRL2_ELx
 2025-09-01 15:01 UTC  (5+ messages)
` [PATCH v3 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()

[PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths
 2025-09-01 13:28 UTC  (2+ messages)

[PATCH V3 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-09-01 12:45 UTC  (6+ messages)
` [PATCH V3 1/2] arm64/sysreg: Update TCR_EL1 register
` [PATCH V3 2/2] arm64/sysreg: Replace TCR_EL1 field macros

[PATCH v7 00/29] KVM: arm64: Implement support for SME
 2025-09-01 12:44 UTC  (2+ messages)

[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-01 12:40 UTC  (13+ messages)
` [PATCH v8 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v8 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v8 03/12] perf: arm_spe: Expose event filter
` [PATCH v8 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v8 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v8 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v8 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v8 08/12] perf: Add perf_event_attr::config4
` [PATCH v8 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v8 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v8 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v8 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH v7 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-01 12:22 UTC  (9+ messages)
` [PATCH v7 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v7 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v7 09/12] perf: arm_spe: Add support for filtering on data source

[PATCH] KVM: arm64: nv: Allow shadow stage 2 read fault
 2025-09-01 11:06 UTC  (4+ messages)

[PATCH v2 0/4] Add workaround for HIP10/HIP10C erratum 162200802
 2025-09-01 10:55 UTC  (2+ messages)

[PATCH RESEND v7 0/6] support FEAT_LSUI and apply it on futex atomic ops
 2025-09-01 10:06 UTC  (2+ messages)

[PATCH v5 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-09-01  8:08 UTC  (2+ messages)

[PATCH v4 06/23] perf: arm_pmuv3: Keep out of guest counter partition
 2025-08-30  4:13 UTC  (2+ messages)

[GIT PULL] KVM/arm64 changes for 6.17, take #2
 2025-08-29 17:41 UTC  (2+ messages)

[PATCH V2 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-08-29 13:34 UTC  (5+ messages)
` [PATCH V2 1/2] arm64/sysreg: Update TCR_EL1 register
` [PATCH V2 2/2] arm64/sysreg: Replace TCR_EL1 field macros

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-08-29 11:38 UTC  (3+ messages)
` [PATCH v10 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)

[PATCH v3 0/3] arm64: sysreg: Fix sysreg field definitions and generation script
 2025-08-29 10:14 UTC  (7+ messages)
` [PATCH v3 1/3] arm64: sysreg: Fix and tidy up sysreg field definitions
` [PATCH v3 2/3] arm64: sysreg: Correct sign definitions for EIESB and DoubleLock
` [PATCH v3 3/3] arm64: sysreg: Add validation checks to sysreg header generation script

[PATCH 00/16] KVM: arm64: TTW reporting on SEA and 52bit PA in S1 PTW
 2025-08-27 16:10 UTC  (17+ messages)
` [PATCH 01/16] KVM: arm64: Add helper computing the state of 52bit PA support
` [PATCH 02/16] KVM: arm64: Account for 52bit when computing maximum OA
` [PATCH 03/16] KVM: arm64: Compute 52bit TTBR address and alignment
` [PATCH 04/16] KVM: arm64: Decouple output address from the PT descriptor
` [PATCH 05/16] KVM: arm64: Pass the walk_info structure to compute_par_s1()
` [PATCH 06/16] KVM: arm64: Compute shareability for LPA2
` [PATCH 07/16] KVM: arm64: Populate PAR_EL1 with 52bit addresses
` [PATCH 08/16] KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 support
` [PATCH 09/16] KVM: arm64: Report faults from S1 walk setup at the expected start level
` [PATCH 10/16] KVM: arm64: Allow use of S1 PTW for non-NV vcpus
` [PATCH 11/16] KVM: arm64: Allow EL1 control registers to be accessed from the CPU state
` [PATCH 12/16] KVM: arm64: Don't switch MMU on translation from non-NV context
` [PATCH 13/16] KVM: arm64: Add filtering hook to S1 page table walk
` [PATCH 14/16] KVM: arm64: Add S1 IPA to page table level walker
` [PATCH 15/16] KVM: arm64: Populate level on S1PTW SEA injection
` [PATCH 16/16] KVM: arm64: selftest: Expand external_aborts test to look for TTW levels

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2025-08-27 13:14 UTC  (6+ messages)

[PATCH v3 0/9] KVM: arm64: Reserve pKVM VM handle during initial VM setup
 2025-08-27 10:19 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: arm64: Add build-time check for duplicate DECLARE_REG use
` [PATCH v3 2/9] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
` [PATCH v3 3/9] KVM: arm64: Rename 'host_kvm' to 'kvm' in pKVM host code
` [PATCH v3 4/9] KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
` [PATCH v3 5/9] KVM: arm64: Decouple hyp VM creation state from its handle
` [PATCH v3 6/9] KVM: arm64: Separate allocation and insertion of pKVM VM table entries
` [PATCH v3 7/9] KVM: arm64: Consolidate pKVM hypervisor VM initialization logic
` [PATCH v3 8/9] KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initialization
` [PATCH v3 9/9] KVM: arm64: Reserve pKVM handle during pkvm_init_host_vm()

[RFC PATCH 00/16] KVM: arm64: Add "struct kvm_page_fault"
 2025-08-26 21:29 UTC  (6+ messages)
` [RFC PATCH 05/16] KVM: arm64: Introduce "struct kvm_page_fault" for tracking abort state

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-26 20:41 UTC  (8+ messages)


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).