messages from 2026-07-06 10:07:35 to 2026-07-08 22:52:14 UTC [more...]
[PATCH 6.6 v2 0/6] arm64: KVM: Backport VHE-only boot fixes
2026-07-08 22:51 UTC (7+ messages)
` [PATCH 6.6 v2 1/6] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH 6.6 v2 2/6] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH 6.6 v2 3/6] arm64: Fix early handling of FEAT_E2H0 not being implemented
` [PATCH 6.6 v2 4/6] KVM: arm64: Initialize HCR_EL2.E2H early
` [PATCH 6.6 v2 5/6] KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()
` [PATCH 6.6 v2 6/6] arm64: Revamp HCR_EL2.E2H RES1 detection
[PATCH kvmtool v2 0/4] Add guest_memfd support for arm64
2026-07-08 18:25 UTC (5+ messages)
` [PATCH kvmtool v2 1/4] Initialize the return value in kvm__for_each_mem_bank()
` [PATCH kvmtool v2 2/4] Remove newline from end of die() aborts
` [PATCH kvmtool v2 3/4] Add support for registering guest_memfd-backed memory regions
` [PATCH kvmtool v2 4/4] arm64: Add --guest-memfd option to back guest RAM with guest_memfd
[PATCH v3 0/3] Optimize S2 page splitting
2026-07-08 17:17 UTC (11+ messages)
` [PATCH v3 1/3] KVM: arm64: Avoid re-testing walk_continue
` [PATCH v3 2/3] KVM: arm64: Introduce KVM_PGTABLE_WALK_SKIP_LEVEL* walk flags
` [PATCH v3 3/3] KVM: arm64: Make stage2_split_walker() skip unnecessary walks
[GIT PULL] KVM/arm64 fixes for 7.2, take #2
2026-07-08 16:12 UTC
[PATCH kvmtool v1 0/5] Add guest_memfd support for arm64
2026-07-08 15:59 UTC (21+ messages)
` [PATCH kvmtool v1 2/5] Remove newline from end of die() aborts
` [PATCH kvmtool v1 3/5] Use kvm_userspace_memory_region2 for all memory registration
` [PATCH kvmtool v1 4/5] Add guest_memfd support to kvm__register_mem()
` [PATCH kvmtool v1 5/5] arm64: Add --guest-memfd option to back guest RAM with guest_memfd
[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-08 15:54 UTC (27+ messages)
` [PATCH v2 01/18] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH v2 02/18] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v2 03/18] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH v2 04/18] KVM: arm64: Add a heap allocator "
` [PATCH v2 05/18] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v2 06/18] KVM: arm64: Add topup interface for the pKVM heap allocator
` [PATCH v2 07/18] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v2 08/18] KVM: arm64: Handle PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v2 09/18] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH v2 10/18] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v2 11/18] KVM: arm64: Add a shrinker for pKVM
` [PATCH v2 12/18] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v2 13/18] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v2 14/18] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path
` [PATCH v2 15/18] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v2 16/18] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v2 17/18] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v2 18/18] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-08 15:35 UTC (37+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v3 09/40] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v3 10/40] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v3 11/40] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v3 13/40] KVM: arm64: gic-v5: Implement VPE "
` [PATCH v3 14/40] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v3 15/40] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v3 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-08 15:25 UTC (3+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[PATCH] KVM: arm64: Fix potential leak in hyp_trace_buffer_alloc_bpages_backing
2026-07-08 15:19 UTC (5+ messages)
[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-08 15:13 UTC (11+ messages)
` [PATCH 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 24/28] KVM: arm64: Engage NV3 ERET trap elision
[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
2026-07-08 12:33 UTC (35+ messages)
` [PATCH v4 01/27] VFIO: take reference to the KVM module
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 08/27] KVM: arm64: Prepare sharing arm64 code "
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 15/27] KVM: S390: Prepare gmap for a second KVM implementation
` [PATCH v4 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v4 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v4 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
2026-07-08 9:43 UTC (22+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 2/7] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
Question about the "TLBs and I-cache are private to each vCPU" guarantee with VTTBR_EL2.CnP
2026-07-08 8:10 UTC (12+ messages)
[PATCH v2 0/4] trace_hyp_printk() for pKVM/nVHE hypervisor
2026-07-08 7:54 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Allow early calls to pKVM host_share/unshare_hyp
` [PATCH v2 2/4] KVM: arm64: Move kvm_define_hypevents.h to arch/arm64/kvm/
` [PATCH v2 3/4] tracing/remotes: Add REMOTE_EVENT_CUSTOM_PRINTK() helper
` [PATCH v2 4/4] KVM: arm64: Add hyp_printk event to nVHE/pKVM hyp
[PATCH 00/22] KVM: arm64: nv: Implement FEAT_HAFDBS, FEAT_HAFT
2026-07-08 7:35 UTC (4+ messages)
` [PATCH 07/22] KVM: arm64: nv: Set dirty state at stage-2
[linux-next:master] BUILD REGRESSION 5c73cd9f0819c1c44e373e3dabb68318b1de1a12
2026-07-08 1:52 UTC
[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-07 22:28 UTC (2+ messages)
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-07-07 17:12 UTC (14+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots
[PATCH v1 0/4] trace_hyp_printk() for pKVM/nVHE hypervisor
2026-07-07 16:53 UTC (4+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow early calls to pKVM host_share/unshare_hyp
[PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-07-07 14:04 UTC (5+ messages)
` (subset) "
[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
2026-07-07 13:38 UTC (15+ messages)
` [PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v2 12/13] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-07 10:07 UTC (9+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-07 8:39 UTC (12+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-07-06 23:09 UTC (5+ messages)
[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
2026-07-06 21:32 UTC (2+ messages)
[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
2026-07-06 21:32 UTC (2+ messages)
[PATCH 4/5] KVM: arm64: Initialize HCR_EL2.E2H early
2026-07-06 21:31 UTC (2+ messages)
[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
2026-07-06 21:31 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-07-06 16:43 UTC (3+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
[PATCH 0/2] KVM: arm64: Fixes for S2 permission relaxation
2026-07-06 16:19 UTC (2+ messages)
[PATCH v2] KVM: Move kvm_io_bus_get_dev() locking responsibilities to callers
2026-07-06 16:19 UTC (2+ messages)
[PATCH v3 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
2026-07-06 16:19 UTC (6+ messages)
` [PATCH v3 1/2] KVM: arm64: Fix sign-extension of MMIO loads
` [PATCH v3 2/2] KVM: arm64: selftests: Add MMIO sign-extending load test
[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
2026-07-06 14:44 UTC (5+ messages)
` [PATCH v5 02/10] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size
[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
2026-07-06 12:28 UTC (5+ messages)
` [RFC PATCH v2 23/29] target/arm/qmp: add query-arm-cpu-props-info
[PATCH v4 0/8] KVM: arm64: pKVM vCPU state management at EL2 (series A)
2026-07-06 11:59 UTC (10+ messages)
` [PATCH v4 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v4 6/8] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
` [PATCH v4 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests
[PATCH v2 0/3] KVM: arm64: Tidy up is_created
2026-07-06 10:31 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Drop the unused EL2-side is_created write
` [PATCH v2 2/3] KVM: arm64: Remove unreachable early checks in pkvm_init_host_vm()
` [PATCH v2 3/3] KVM: arm64: Drop redundant READ_ONCE() in pkvm_hyp_vm_is_created()
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