messages from 2026-04-08 14:05:21 to 2026-04-20 14:47:31 UTC [more...]
[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
2026-04-20 14:47 UTC (20+ 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 v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-20 13:53 UTC (16+ 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 00/30] KVM: arm64: Add support for protected guest memory with pKVM
2026-04-20 11:26 UTC (4+ messages)
[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
2026-04-20 10:57 UTC (2+ messages)
[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-04-17 21:40 UTC (7+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH v2 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-04-17 17:18 UTC (10+ messages)
` [PATCH 01/14] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH 07/14] KVM: arm64: Restrict host access to the ITS tables
` [PATCH 08/14] KVM: arm64: Trap & emulate the ITS MAPD command
[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 00/18] KVM: arm64: Second batch of vgic fixes for 7.1
2026-04-17 16:10 UTC (22+ messages)
` [PATCH 01/18] KVM: arm64: vgic-v5: Add for_each_visible_v5_ppi() iterator
` [PATCH 02/18] KVM: arm64: vgic-v5: Move PPI caps into kvm_vgic_global_state
` [PATCH 03/18] KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constant
` [PATCH 04/18] KVM: arm64: vgic-v5: Drop pointless ARM64_HAS_GICV5_CPUIF check
` [PATCH 05/18] KVM: arm64: vgic: Constify struct irq_ops usage
` [PATCH 06/18] KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()
` [PATCH 07/18] KVM: arm64: vgic-v5: Drop defensive checks from vgic_v5_ppi_queue_irq_unlock()
` [PATCH 08/18] KVM: arm64: vgic: Rationalise per-CPU irq accessor
` [PATCH 09/18] KVM: arm64: vgic-v5: Limit support to 64 PPIs
` [PATCH 10/18] KVM: arm64: vgic-v5: Add missing trap handing for NV triage
` [PATCH 11/18] KVM: arm64: vgic-v5: Atomically assign bits to PPI DVI bitmap
` [PATCH 12/18] KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftest
` [PATCH 13/18] KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftest
` [PATCH 14/18] KVM: arm64: selftests: Improve error handling for "
` [PATCH 15/18] Documentation: KVM: Fix typos in VGICv5 documentation
` [PATCH 16/18] Documentation: KVM: Clarify that PMU_V3_IRQ IntID requirements for GICv5
` [PATCH 17/18] irqchip/gic-v5: Immediately exec priority drop following activate
` [PATCH 18/18] KVM: arm64: Fix arch timer interrupts for GICv3-on-GICv5 guests
[PATCH 0/4] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
2026-04-17 15:56 UTC (6+ messages)
` [PATCH 1/4] KVM: arm64: timer: Repaint kvm_timer_should_fire() to kvm_timer_pending()
` [PATCH 2/4] KVM: arm64: timer: Kill the per-timer level cache
` [PATCH 3/4] KVM: arm64: vgic-v2: Force vgic init on injection from userspace
` [PATCH 4/4] KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injection
[PATCH] KVM: arm64: pkvm: Adopt MARKER() to define host hypercall ranges
2026-04-17 14:23 UTC (4+ messages)
[PATCH] KVM: arm64: Re-allow hyp tracing HVCs for [nh]VHE
2026-04-17 14:23 UTC (4+ messages)
[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
2026-04-16 23:39 UTC (14+ messages)
` [PATCH v2 1/4] KVM: arm64: selftests: Add GPR save/restore functions for NV
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest
` [PATCH v2 4/4] KVM: arm64: selftests: Enhance hello_nested test
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-04-16 17:44 UTC (31+ messages)
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 21/48] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v13 24/48] arm64: RMI: Allow populating initial contents
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v13 46/48] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-04-16 16:16 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/7] lib: arm64: Generalize ESR exception class definitions for EL2 support
` [kvm-unit-tests PATCH v2 2/7] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v2 3/7] lib: arm64: Generalize exception vector definitions for EL2 support
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
` [kvm-unit-tests PATCH v2 5/7] lib: arm64: Add support for guest exit exception handling
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)
` [kvm-unit-tests PATCH v2 7/7] arm64: Add Stage-2 MMU demand paging test
[PATCH] arm64: KVM: Initialize vGIC before preempt-disabled section in kvm_reset_vcpu()
2026-04-16 14:20 UTC (2+ messages)
[PATCH v5 00/24] ARM64 PMU Partitioning
2026-04-14 19:55 UTC (2+ messages)
[PATCH v2 0/4] KVM: arm64: Handle unsupported guest translation granule sizes
2026-04-14 0:03 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: nv: Rename vtcr_to_walk_info() to setup_s2_walk()
` [PATCH v2 2/4] KVM: arm64: Factor out TG0/1 decoding of VTCR and TCR
` [PATCH v2 3/4] KVM: arm64: nv: Use literal granule size in TLBI range calculation
` [PATCH v2 4/4] KVM: arm64: Fallback to a supported value for unsupported guest TGx
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-04-13 14:41 UTC (6+ messages)
[GIT PULL] KVM/arm64 updates for 7.1
2026-04-13 9:48 UTC (2+ messages)
[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2026-04-13 8:48 UTC (9+ messages)
` [PATCH V3 7/7] "
[PATCH v6 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-13 8:19 UTC (6+ messages)
` [PATCH v6 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v6 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v6 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v6 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v5 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-11 10:20 UTC (5+ messages)
` [PATCH v5 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v5 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v5 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v5 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH] arm64: KVM: Initialize vGIC before preempt-disabled section in kvm_reset_vcpu()
2026-04-11 5:59 UTC
[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-04-10 16:44 UTC (5+ messages)
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:30 UTC (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:20 UTC (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v7 7/7] KVM: arm64: Normalize cache configuration
2026-04-09 21:10 UTC (11+ messages)
` [PATCH] KVM: arm64: Add KVM_CAP_ARM_NATIVE_CACHE_CONFIG vcpu capability
[PATCH 0/4] arm64: mitigate CVE-2024-7881 in the absence of firmware mitigation
2026-04-09 15:13 UTC (3+ messages)
[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
2026-04-09 15:01 UTC (6+ messages)
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR "
` [EXTERNAL] "
[PATCH 0/2] KVM: arm64: Handle unsupported guest translation granules
2026-04-09 12:54 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Factor out TG0/1 decoding of VTCR and TCR
[PATCH 0/2] KVM: arm64: KVM: arm64: Add per-VM WFI/WFE exit disable capability
2026-04-08 20:23 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Add KVM_CAP_ARM_DISABLE_EXITS for WFI/WFE passthrough
` [PATCH 2/2] KVM: arm64: selftests: Add KVM_CAP_ARM_DISABLE_EXITS UAPI test
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