[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2026-03-30 12:17 UTC (4+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-30 11:31 UTC (11+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH] arm64/kvm: Enable eager hugepage splitting if HDBSS is available
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-03-30 10:58 UTC (18+ messages)
` [PATCH v13 30/48] KVM: arm64: Handle Realm PSCI requests
` [PATCH v13 31/48] KVM: arm64: WARN on injected undef exceptions
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 34/48] arm64: RMI: support RSI_HOST_CALL
[PATCH v3] KVM: arm64: Prevent the host from using an smc with imm16 != 0
2026-03-30 10:54 UTC
[PATCH 0/4] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-03-30 10:06 UTC (5+ messages)
` [PATCH 1/4] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH 2/4] KVM: arm64: nv: Accelerate canonical IPA unmapping with canonical s2 mmu maple tree
` [PATCH 3/4] KVM: arm64: nv: Remove reverse map entries during TLBI handling
` [PATCH 4/4] KVM: arm64: nv: Create nested IPA direct map to speed up reverse map removal
[PATCH] KVM: arm64: pkvm: Rollback refcount on hyp share/unshare error
2026-03-30 9:41 UTC (2+ messages)
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2026-03-30 6:21 UTC (3+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
2026-03-30 4:57 UTC (37+ messages)
` [PATCH v2 01/30] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v2 02/30] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v2 03/30] KVM: arm64: Extract PFN resolution in user_mem_abort()
` [PATCH v2 04/30] KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
` [PATCH v2 05/30] KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
` [PATCH v2 06/30] KVM: arm64: Extract page table mapping "
` [PATCH v2 07/30] KVM: arm64: Simplify nested VMA shift calculation
` [PATCH v2 08/30] KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
` [PATCH v2 09/30] KVM: arm64: Simplify return logic in user_mem_abort()
` [PATCH v2 10/30] KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
` [PATCH v2 11/30] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v2 13/30] KVM: arm64: Clean up control flow in kvm_s2_fault_map()
` [PATCH v2 14/30] KVM: arm64: Kill fault->ipa
` [PATCH v2 15/30] KVM: arm64: Make fault_ipa immutable
` [PATCH v2 16/30] KVM: arm64: Move fault context to const structure
` [PATCH v2 17/30] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH v2 18/30] KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
` [PATCH v2 19/30] KVM: arm64: Kill write_fault from kvm_s2_fault
` [PATCH v2 20/30] KVM: arm64: Kill exec_fault "
` [PATCH v2 21/30] KVM: arm64: Kill topup_memcache "
` [PATCH v2 22/30] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
` [PATCH v2 23/30] KVM: arm64: Kill logging_active from kvm_s2_fault
` [PATCH v2 24/30] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH v2 25/30] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH v2 26/30] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH v2 27/30] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH v2 28/30] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH v2 29/30] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH v2 30/30] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc
[PATCH v4 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
2026-03-28 17:13 UTC (6+ messages)
` [PATCH v4 1/3] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
` [PATCH v4 2/3] KVM: arm64: Disable SPE Profiling Buffer "
` [PATCH v4 3/3] KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
[PATCH 0/2] KVM: arm64: Small cleanups for stage-2 mmu teardown
2026-03-28 14:54 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Rename kvm_free_stage2_pgd()
` [PATCH 2/2] KVM: arm64: Refactor stage2 mmu tear down functions
[PATCH] KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime
2026-03-28 11:21 UTC
[PATCH] KVM: arm64: ptdump: Initialize parser_state before pgtable walk
2026-03-28 11:13 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Tentative fixes for page-table lifetime issues
2026-03-27 19:27 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Don't leave mmu->pgt dangling on kvm_init_stage2_mmu() error
` [PATCH 2/2] KVM: arm64: Destroy stage-2 page-table in kvm_arch_destroy_vm()
[PATCH v17 0/8] support FEAT_LSUI
2026-03-27 19:21 UTC (5+ messages)
` (subset) "
[PATCH V2 0/2] arm64/mm: Drop TTBR_CNP_BIT and TTBR_ASID_MASK
2026-03-27 19:20 UTC (2+ messages)
[PATCH v3 0/5] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
2026-03-27 19:15 UTC (3+ messages)
` [PATCH v3 4/5] arm64: errata: Work around early CME DVMSync acknowledgement
[PATCH v4 00/38] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-27 18:13 UTC (40+ messages)
` [PATCH v4 01/38] KVM: arm64: Remove unused PKVM_ID_FFA definition
` [PATCH v4 02/38] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v4 03/38] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v4 04/38] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v4 05/38] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v4 06/38] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v4 07/38] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v4 08/38] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v4 09/38] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v4 10/38] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v4 11/38] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v4 12/38] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v4 13/38] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v4 14/38] KVM: arm64: Handle aborts from protected VMs
` [PATCH v4 15/38] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v4 16/38] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v4 17/38] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v4 18/38] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v4 19/38] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v4 20/38] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v4 21/38] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v4 22/38] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v4 23/38] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v4 24/38] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v4 25/38] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v4 26/38] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v4 27/38] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v4 28/38] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v4 29/38] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v4 30/38] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v4 31/38] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v4 32/38] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v4 33/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v4 34/38] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v4 35/38] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v4 36/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
` [PATCH v4 37/38] KVM: arm64: Rename PKVM_PAGE_STATE_MASK
` [PATCH v4 38/38] drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOL
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-03-27 16:21 UTC (24+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
` [PATCH v6 02/40] arm_mpam: Reset when feature configuration bit unset
` [PATCH v6 08/40] arm64: mpam: Drop the CONFIG_EXPERT restriction
` [PATCH v6 11/40] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v6 14/40] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v6 21/40] arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERT
` [PATCH v6 22/40] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v6 25/40] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v6 36/40] arm_mpam: Add workaround for T241-MPAM-1
[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
2026-03-26 21:34 UTC (11+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Add library functions for NV
` [PATCH 2/3] KVM: arm64: sefltests: Add basic NV selftest
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions
[PATCH v3 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
2026-03-26 18:21 UTC (5+ messages)
` [PATCH v3 1/3] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
` [PATCH v3 2/3] KVM: arm64: Disable SPE Profiling Buffer "
` [PATCH v3 3/3] KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
[PATCH 00/15] KVM: arm64: First batch of vgic-v5 related fixes
2026-03-26 15:35 UTC (16+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
` [PATCH 02/15] KVM: arm64: Don't skip per-vcpu NV initialisation
` [PATCH 03/15] arm64: Fix field references for ICH_PPI_DVIR[01]_EL2
` [PATCH 04/15] KVM: arm64: Fix writeable mask for ID_AA64PFR2_EL1
` [PATCH 05/15] KVM: arm64: Account for RESx bits in __compute_fgt()
` [PATCH 06/15] KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
` [PATCH 07/15] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
` [PATCH 08/15] KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
` [PATCH 10/15] KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
` [PATCH 11/15] KVM: arm64: Kill arch_timer_context::direct field
` [PATCH 12/15] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
` [PATCH 13/15] KVM: arm64: Move GICv5 timer PPI validation into timer_irqs_are_valid()
` [PATCH 14/15] KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handling
` [PATCH 15/15] KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported
[PATCH v2 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
2026-03-26 12:49 UTC (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
` [PATCH v2 2/3] KVM: arm64: Disable SPE Profiling Buffer "
` [PATCH v2 3/3] KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
[PATCH v2 00/11] arm64: Fully disable configured-out features
2026-03-25 17:51 UTC (5+ messages)
` [PATCH v2 01/11] arm64: Skip update of an idreg field affected by an override
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-03-25 16:26 UTC (3+ messages)
[PATCH v2] KVM: arm64: Prevent the host from using an smc with imm16 != 0
2026-03-25 16:02 UTC (13+ messages)
[PATCH] KVM: arm64: Inject UNDEF when host is executing an smc with imm16 != 0
2026-03-25 10:01 UTC (3+ messages)
[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-24 18:16 UTC (7+ messages)
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
[PATCH v5 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-03-24 17:39 UTC (4+ messages)
` [PATCH v5 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[GIT PULL] KVM/arm64 fixes for 7.0, take #4
2026-03-24 16:32 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-03-24 15:44 UTC (5+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework
page: next (older)
- 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