Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-08-21 08:14:30 to 2025-08-29 00:03:31 UTC [more...]

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-29  0:03 UTC  (10+ 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 v5 00/12] Direct Map Removal Support for guest_memfd
 2025-08-28 21:00 UTC  (21+ 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

[GIT PULL] KVM/arm64 changes for 6.17, take #2
 2025-08-28 20:00 UTC 

[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
 2025-08-28 14:05 UTC  (7+ messages)
` [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 4/5] KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probing
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
` [PATCH 5/5] irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info

[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  (22+ messages)
` [RFC PATCH 01/16] KVM: arm64: Drop nested "esr" to eliminate variable shadowing
` [RFC PATCH 02/16] KVM: arm64: Get iabt status on-demand
` [RFC PATCH 03/16] KVM: arm64: Move SRCU-protected region of kvm_handle_guest_abort() to helper
` [RFC PATCH 04/16] KVM: arm64: Use guard(srcu) in kvm_handle_guest_abort()
` [RFC PATCH 05/16] KVM: arm64: Introduce "struct kvm_page_fault" for tracking abort state
` [RFC PATCH 06/16] KVM: arm64: Pass kvm_page_fault pointer to transparent_hugepage_adjust()
` [RFC PATCH 07/16] KVM: arm64: Pass @fault to fault_supports_stage2_huge_mapping()
` [RFC PATCH 08/16] KVM: arm64: Add helper to get permission fault granule from ESR
` [RFC PATCH 09/16] KVM: arm64: Track perm fault granule in "struct kvm_page_fault"
` [RFC PATCH 10/16] KVM: arm64: Drop local vfio_allow_any_uc, use vm_flags snapshot
` [RFC PATCH 11/16] KVM: arm64: Drop local mte_allowed, "
` [RFC PATCH 12/16] KVM: arm64: Move VMA-related information into "struct kvm_page_fault"
` [RFC PATCH 13/16] KVM: arm64: Stash "mmu_seq" in "
` [RFC PATCH 14/16] KVM: arm64: Track "forced" information "
` [RFC PATCH 15/16] KVM: arm64: Extract mmap_lock-protected code to helper for user mem aborts
` [RFC PATCH 16/16] KVM: arm64: Don't bother nullifying "vma" in mem abort path

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

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26 16:58 UTC  (12+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH] KVM: arm64: nv: Allow shadow stage 2 read fault
 2025-08-26 13:55 UTC  (5+ messages)

[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
 2025-08-25 21:08 UTC 

[PATCH v2 0/4] Add workaround for HIP10/HIP10C erratum 162200802
 2025-08-25  2:39 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Allow userspace to write GICD_TYPER.num_LPIs
` [PATCH v2 2/4] KVM: arm64: selftests: Add test for GICD.num_LPIs
` [PATCH v2 3/4] Documentation: KVM: arm64: Add GICD_TYPER.num_LPIs writable description
` [PATCH v2 4/4] ARM64: errata: Add workaround for HIP10/HIP10C erratum 162200802

[STABLE] [PATCH] KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fix
 2025-08-22 14:25 UTC  (5+ messages)
` Patch "KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fix" has been added to the 5.15-stable tree
` Patch "KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fix" has been added to the 6.1-stable tree
` Patch "KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fix" has been added to the 6.6-stable tree

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-22 10:32 UTC  (4+ messages)
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks

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

[PATCH v4 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-08-22  1:54 UTC  (5+ messages)
` [PATCH v4 3/6] KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization

[PATCH v3 0/6] KVM: arm64: FEAT_RASv1p1 support and RAS selection
 2025-08-22  0:01 UTC  (9+ messages)
` [PATCH v3 2/6] KVM: arm64: Handle RASv1p1 registers
` [PATCH v3 6/6] KVM: arm64: Get rid of ARM64_FEATURE_MASK()

[PATCH v2 0/2] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
 2025-08-22  0:02 UTC  (2+ messages)

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-21 21:25 UTC  (7+ messages)
` [PATCH v15 3/6] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

[PATCH v4 0/5] initialize SCTRL2_ELx
 2025-08-21 17:24 UTC  (6+ messages)
` [PATCH v4 1/5] arm64: make SCTLR2_EL1 accessible
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v4 3/5] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v4 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v4 5/5] arm64: make the per-task SCTLR2_EL1

[PATCH v3 0/5] initialize SCTRL2_ELx
 2025-08-21 10:14 UTC  (4+ messages)
` [PATCH v3 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()

[PATCH v6 00/24] Tracefs support for pKVM
 2025-08-21  8:14 UTC  (20+ messages)
` [PATCH v6 06/24] tracing: Add events to trace remotes
` [PATCH v6 07/24] tracing: Add events/ root files "
` [PATCH v6 08/24] tracing: Add helpers to create trace remote events
` [PATCH v6 09/24] ring-buffer: Export buffer_data_page and macros
` [PATCH v6 10/24] tracing: Introduce simple_ring_buffer
` [PATCH v6 11/24] tracing: Add a trace remote module for testing
` [PATCH v6 12/24] tracing: selftests: Add trace remote tests
` [PATCH v6 13/24] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v6 14/24] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v6 15/24] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v6 16/24] KVM: arm64: Add clock support for "
` [PATCH v6 17/24] KVM: arm64: Add tracing capability "
` [PATCH v6 18/24] KVM: arm64: Add trace remote "
` [PATCH v6 19/24] KVM: arm64: Sync boot clock with "
` [PATCH v6 20/24] KVM: arm64: Add trace reset to "
` [PATCH v6 21/24] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v6 22/24] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp
` [PATCH v6 23/24] KVM: arm64: Add selftest event support "
` [PATCH v6 24/24] tracing: selftests: Add pKVM trace remote tests


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