messages from 2026-04-17 15:56:37 to 2026-04-27 06:32:29 UTC [more...]
[PATCH] KVM: arm64: Wake-up from WFI when iqrchip is in userspace
2026-04-27 5:31 UTC (5+ messages)
[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
2026-04-27 6:31 UTC (4+ messages)
` [PATCH v4 1/3] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 2/3] swiotlb: dma: its: Enforce host page-size alignment for shared buffers
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI
[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2026-04-26 14:07 UTC (11+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
2026-04-25 14:19 UTC (11+ messages)
` [RFC PATCH v3 1/4] lsm: Allow LSMs to register for late_initcall_sync init
` [RFC PATCH v3 2/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v3 3/4] Revert "tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when it's built-in"
` [RFC PATCH v3 4/4] Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"
[RFC PATCH v2 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
2026-04-25 4:53 UTC (37+ messages)
` [RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v2 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH v2 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH v2 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver
[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-04-24 19:45 UTC (7+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap
[GIT PULL] KVM/arm64 fixes for 7.1, take #1
2026-04-24 15:14 UTC
[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
2026-04-24 12:24 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` (subset) "
[PATCH 0/6] KVM: arm64: pKVM init and feature detection fixes
2026-04-24 11:08 UTC (9+ messages)
` [PATCH 1/6] KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVer
` [PATCH 2/6] KVM: arm64: Fix typo in feature check comments
` [PATCH 3/6] KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVer
` [PATCH 4/6] KVM: arm64: Fix kvm_vcpu_initialized() macro parameter
` [PATCH 5/6] KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()
` [PATCH 6/6] KVM: arm64: Fix initialisation order in __pkvm_init_finalise()
[PATCH v2] KVM: arm64: Reject non compliant SMCCC function calls in pKVM
2026-04-24 11:08 UTC (2+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-04-24 10:08 UTC (10+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-04-23 18:34 UTC (4+ messages)
` [PATCH v10 14/30] KVM: arm64: Implement SME vector length configuration
[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-23 18:34 UTC (21+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout
[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-04-23 15:30 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
2026-04-23 12:25 UTC (3+ messages)
[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
2026-04-23 10:56 UTC (35+ messages)
` [RFC PATCH 1/4] security: ima: move ima_init into late_initcall_sync
` [RFC PATCH 2/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
` [RFC PATCH 3/4] firmware: arm_ffa: revert ffa_init() initcall level to device_initcall
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver
[PATCH] KVM: arm64: Validate the FF-A memory access descriptor placement
2026-04-23 9:55 UTC (9+ messages)
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-04-22 15:38 UTC (3+ messages)
[PATCH v2 0/4] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
2026-04-22 13:30 UTC (6+ messages)
` [PATCH v2 1/4] KVM: arm64: timer: Repaint kvm_timer_{should,irq_can}_fire() to kvm_timer_{pending,enabled}()
` [PATCH v2 2/4] KVM: arm64: timer: Kill the per-timer level cache
` [PATCH v2 3/4] KVM: arm64: vgic-v2: Force vgic init on injection outside the run loop
` [PATCH v2 4/4] KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injection
[kvm-unit-tests PATCH v1] arm64: update ESR_ELx definitions to match Linux kernel
2026-04-22 13:08 UTC
[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-22 7:02 UTC (17+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v7 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-21 17:08 UTC (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH] KVM: arm64: Treat ID_AA64DFR0_EL1.PMUVer as an unsigned field
2026-04-21 16:45 UTC (2+ messages)
[PATCH 00/18] KVM: arm64: Second batch of vgic fixes for 7.1
2026-04-21 16:02 UTC (9+ messages)
` [PATCH 05/18] KVM: arm64: vgic: Constify struct irq_ops usage
` [PATCH 06/18] KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()
` [PATCH 09/18] KVM: arm64: vgic-v5: Limit support to 64 PPIs
` [PATCH 12/18] KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftest
[PATCH] tracing: Make undefsyms_base.c a first-class citizen
2026-04-21 9:54 UTC
[PATCH] arm64: KVM: Initialize vGIC before preempt-disabled section in kvm_reset_vcpu()
2026-04-21 7:42 UTC (4+ messages)
[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
2026-04-21 4:15 UTC (5+ messages)
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 20:43 UTC (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-04-17 17:18 UTC (4+ messages)
` [PATCH 01/14] KVM: arm64: Donate MMIO to the hypervisor
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2026-04-17 16:47 UTC (4+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[PATCH 0/4] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
2026-04-17 15:56 UTC (3+ messages)
` [PATCH 2/4] KVM: arm64: timer: Kill the per-timer level cache
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