Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-03-31 19:42:22 to 2026-04-11 10:21:42 UTC [more...]

[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 

[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2026-04-10 19:55 UTC  (9+ messages)
` [PATCH V3 7/7] "

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-10 16:44 UTC  (17+ 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

[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 v13 00/48] arm64: Support for Arm CCA in KVM
 2026-04-10 15:12 UTC  (29+ messages)
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [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

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-04-10 13:52 UTC  (7+ messages)
` [PATCH 07/14] KVM: arm64: Restrict host access to the ITS tables
` [PATCH 08/14] KVM: arm64: Trap & emulate the ITS MAPD command

[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  (9+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
        ` [EXTERNAL] "
` [PATCH 3/3] KVM: arm64: selftests: Add vgic IIDR revision test

[PATCH 0/2] KVM: arm64: Handle unsupported guest translation granules
 2026-04-09 12:54 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Factor out TG0/1 decoding of VTCR and TCR
` [PATCH 2/2] KVM: arm64: Fallback to a supported value for unsupported guest TGx

[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

[GIT PULL] KVM/arm64 updates for 7.1
 2026-04-08 15:55 UTC 

[PATCH v2] KVM: arm64: Reject non compliant SMCCC function calls in pKVM
 2026-04-08 11:41 UTC 

[PATCH v2 0/5] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
 2026-04-08 11:30 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value
` [PATCH v2 2/5] KVM: arm64: vgic: Allow userspace to set IIDR revision 1
` [PATCH v2 3/5] KVM: arm64: selftests: Add vgic IIDR revision test
` [PATCH v2 4/5] KVM: arm64: vgic: Remove v2_groups_user_writable and use IIDR revision directly
` [PATCH v2 5/5] KVM: arm64: selftests: Add GICv2 IGROUPR writability test

[PATCH] arm64: clear_page[s] using memset
 2026-04-08  7:47 UTC  (6+ messages)

[PATCH v4 0/6] arm64: Add support for FEAT_Debugv8p9
 2026-04-07 14:29 UTC  (2+ messages)
` [PATCH v4 5/6] arm64/boot: Enable EL2 requirements "

[PATCH kvmtool v7 0/6] arm64: Nested virtualization support
 2026-04-07 13:49 UTC  (5+ messages)
` [PATCH kvmtool v7 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v7 6/6] arm64: Handle virtio endianness reset when running nested

[PATCH] KVM: arm64: Advertise ID_AA64PFR2_EL1.GCIE
 2026-04-06  7:32 UTC  (6+ messages)

[PATCH] KVM: arm64: Advertise ID_AA64PFR2_EL1.GCIE
 2026-04-05 12:11 UTC  (2+ messages)
`  "

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-04-02 23:38 UTC  (3+ messages)

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-04-02 21:12 UTC  (2+ messages)
` (subset) "

[PATCH] KVM: arm64: Pass a 64bit function-id in the SMC handlers
 2026-04-02 18:46 UTC  (6+ messages)

[PATCH] KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIs
 2026-04-02 13:37 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Avoid testing the IMPDEF behavior
 2026-04-02 13:37 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Tentative fixes for page-table lifetime issues
 2026-04-02 13:36 UTC  (2+ messages)

[PATCH v3] KVM: arm64: Prevent the host from using an smc with imm16 != 0
 2026-04-02 13:35 UTC  (2+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-04-02 12:42 UTC  (4+ messages)

[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
 2026-04-02 11:26 UTC  (33+ messages)
` [PATCH v1 01/27] VFIO: take reference to the KVM module
` [PATCH v1 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v1 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v1 04/27] arm64: Provide arm64 UAPI for other host architectures
` [PATCH v1 05/27] arm64: Extract sysreg definitions
` [PATCH v1 06/27] arm64: Provide arm64 API for non-native architectures
` [PATCH v1 07/27] KVM: arm64: Provide arm64 KVM "
` [PATCH v1 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v1 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v1 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v1 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v1 12/27] KVM: arm64: Share reset general register code
` [PATCH v1 13/27] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v1 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v1 15/27] KVM: S390: Refactor gmap
` [PATCH v1 16/27] KVM: Make device name configurable
` [PATCH v1 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v1 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v1 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v1 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v1 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v1 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v1 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v1 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v1 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v1 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v1 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v2 00/16] KVM: arm64: First batch of vgic-v5 related fixes
 2026-04-01 16:24 UTC  (19+ messages)
` [PATCH v2 01/16] KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
` [PATCH v2 02/16] KVM: arm64: Don't skip per-vcpu NV initialisation
` [PATCH v2 03/16] arm64: Fix field references for ICH_PPI_DVIR[01]_EL2
` [PATCH v2 04/16] KVM: arm64: Fix writeable mask for ID_AA64PFR2_EL1
` [PATCH v2 05/16] KVM: arm64: Account for RESx bits in __compute_fgt()
` [PATCH v2 06/16] KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
` [PATCH v2 07/16] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
` [PATCH v2 08/16] KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
` [PATCH v2 09/16] KVM: arm64: vgic-v5: Make the effective priority mask a strict limit
` [PATCH v2 10/16] KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
` [PATCH v2 11/16] KVM: arm64: Kill arch_timer_context::direct field
` [PATCH v2 12/16] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
` [PATCH v2 13/16] KVM: arm64: Move GICv5 timer PPI validation into timer_irqs_are_valid()
` [PATCH v2 14/16] KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handling
` [PATCH v2 15/16] KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported
` [PATCH v2 16/16] KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-04-01 15:34 UTC  (19+ messages)
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [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 0/3] KVM: arm64: Fix teardown of non-protected VMs with pKVM
 2026-04-01 15:29 UTC  (3+ messages)

[PATCH v5 00/38] KVM: arm64: Add support for protected guest memory with pKVM
 2026-04-01 15:28 UTC  (6+ messages)
` [PATCH v5 11/38] KVM: arm64: Split teardown hypercall into two phases

[PATCH 00/15] KVM: arm64: First batch of vgic-v5 related fixes
 2026-04-01  8:21 UTC  (9+ messages)
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
` [PATCH 12/15] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()

[PATCH] KVM: arm64: pkvm: Rollback refcount on hyp share/unshare error
 2026-04-01  3:01 UTC  (3+ messages)

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-03-31 19:42 UTC  (6+ messages)
` [PATCH v4 5/9] KVM: selftests: Run tests concurrently in "
` [PATCH v4 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v4 7/9] KVM: selftests: Print sticky KVM selftests runner status at bottom
` [PATCH v4 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v4 9/9] KVM: selftests: Provide README.rst "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox