messages from 2025-08-20 14:15:38 to 2025-08-26 19:25:13 UTC [more...]
[PATCH] KVM: selftests: fix irqfd_test on arm64
2025-08-26 19:24 UTC (7+ messages)
[RFC PATCH 00/16] KVM: arm64: Add "struct kvm_page_fault"
2025-08-26 18:58 UTC (20+ 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 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 (4+ messages)
` [PATCH v2 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH v2 2/2] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
2025-08-21 21:25 UTC (17+ messages)
` [PATCH v15 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v15 2/6] KVM: arm64: Manage GCS access and registers for guests
` [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 v15 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v15 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list
[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 (18+ messages)
` [PATCH v3 1/5] arm64: make SCTLR2_EL1 accessible
` [PATCH v3 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v3 3/5] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v3 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v3 5/5] arm64: make the per-task SCTLR2_EL1
[PATCH v6 00/24] Tracefs support for pKVM
2025-08-21 8:14 UTC (25+ messages)
` [PATCH v6 01/24] ring-buffer: Add page statistics to the meta-page
` [PATCH v6 02/24] ring-buffer: Introduce ring-buffer remotes
` [PATCH v6 03/24] tracing: Introduce trace remotes
` [PATCH v6 04/24] tracing: Add reset to "
` [PATCH v6 05/24] tracing: Add init callback "
` [PATCH v6 06/24] tracing: Add events "
` [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
[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
2025-08-20 14:56 UTC (44+ messages)
` [PATCH v10 01/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v10 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v10 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v10 04/43] arm64: RME: Add wrappers for RMI calls
` [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 v10 10/43] arm64: RME: RTT tear down
` [PATCH v10 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v10 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v10 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v10 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v10 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v10 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v10 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v10 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v10 19/43] arm64: RME: Allow populating initial contents
` [PATCH v10 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v10 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v10 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v10 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v10 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v10 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v10 26/43] arm64: RME: allow userspace to inject aborts
` [PATCH v10 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v10 28/43] arm64: RME: Allow checking SVE on VM instance
` [PATCH v10 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v10 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v10 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v10 32/43] arm64: RME: Enable PMU support with a realm guest
` [PATCH v10 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v10 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v10 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v10 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v10 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v10 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v10 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v10 40/43] arm64: RME: Provide accurate register list
` [PATCH v10 41/43] KVM: arm64: Expose support for private memory
` [PATCH v10 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v10 43/43] KVM: arm64: Allow activating realms
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox