Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-07-02 01:05:00 to 2025-07-10 10:48:44 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 6.16, take #4
 2025-07-10 10:48 UTC  (4+ messages)

[RFC PATCH] tools: Remove obsolete 32-bit arm kvm.h header file
 2025-07-10 10:25 UTC 

[PATCH v4 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-07-10  8:59 UTC  (8+ messages)
` [PATCH v4 1/6] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v4 2/6] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v4 3/6] KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization
` [PATCH v4 4/6] KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcap
` [PATCH v4 5/6] KVM: arm64: selftests: Add test for nASSGIcap attribute
` [PATCH v4 6/6] Documentation: KVM: arm64: Describe VGICv3 registers writable pre-init

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-10  5:24 UTC  (15+ messages)
` [PATCH v9 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v9 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-07-10  1:57 UTC  (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

[PATCH v2 00/15] Add KVM Selftests runner
 2025-07-10  0:20 UTC  (18+ messages)
` [PATCH v2 01/15] KVM: selftest: Create KVM selftest runner
` [PATCH v2 02/15] KVM: selftests: Enable selftests runner to find executables in different path
` [PATCH v2 03/15] KVM: selftests: Add timeout option in selftests runner
` [PATCH v2 04/15] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v2 06/15] KVM: selftests: Add a flag to print only test status in KVM Selftests run
` [PATCH v2 07/15] KVM: selftests: Add various print flags to KVM Selftest Runner
` [PATCH v2 11/15] KVM: selftests: Auto generate default tests for KVM Selftests Runner

[PATCH 0/2] KVM: arm64: Fix + test for SError ESR
 2025-07-09 16:59 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Populate ESR_ELx.EC for emulated SError injection
` [PATCH 2/2] KVM: arm64: selftests: Test ESR propagation for vSError injection

[PATCH v2 0/2] Fix and add warning of misuse of type##_replace_bits()
 2025-07-09 15:33 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMN
  ` (subset) "
` [PATCH v2 2/2] bitfield: Ensure the return values of helper functions are checked

[PATCH v10 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-09 14:34 UTC  (17+ messages)
` [PATCH v10 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v10 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v10 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v10 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v10 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v10 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-09 10:59 UTC  (21+ messages)
` [PATCH v13 01/20] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v13 02/20] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v13 03/20] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v13 04/20] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v13 05/20] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v13 06/20] KVM: Fix comments that refer to slots_lock
` [PATCH v13 07/20] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v13 08/20] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v13 09/20] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v13 10/20] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
` [PATCH v13 11/20] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v13 12/20] KVM: x86/mmu: Consult guest_memfd when computing max_mapping_level
` [PATCH v13 13/20] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v13 14/20] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v13 15/20] KVM: arm64: Refactor user_mem_abort()
` [PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v13 17/20] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v13 18/20] KVM: Introduce the KVM capability KVM_CAP_GMEM_MMAP
` [PATCH v13 19/20] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v13 20/20] KVM: selftests: guest_memfd mmap() test when mmap is supported

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-07-09  9:53 UTC  (3+ messages)
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1

[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
 2025-07-09  8:12 UTC  (3+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2

[PATCH] ARM64: errata: Add workaround for HIP10/HIP10C erratum 162200803
 2025-07-09  2:08 UTC  (9+ messages)

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-07-08 22:41 UTC  (17+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks

[PATCH v2 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-07-08 22:24 UTC  (8+ messages)
` [PATCH v2 2/5] irqchip/gic-v5: Populate struct gic_kvm_info
` [PATCH v2 1/5] irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts

[PATCH v3 00/27] KVM: arm64: SCTLR2, DoubleFault2, and NV external abort fixes
 2025-07-08 19:00 UTC  (30+ messages)
` [PATCH v3 01/27] arm64: Detect FEAT_SCTLR2
` [PATCH v3 02/27] arm64: Detect FEAT_DoubleFault2
` [PATCH v3 03/27] KVM: arm64: Add helper to identify a nested context
` [PATCH v3 04/27] KVM: arm64: Treat vCPU with pending SError as runnable
` [PATCH v3 05/27] KVM: arm64: nv: Respect exception routing rules for SEAs
` [PATCH v3 06/27] KVM: arm64: nv: Honor SError exception routing / masking
` [PATCH v3 07/27] KVM: arm64: nv: Add FEAT_RAS vSError sys regs to table
` [PATCH v3 08/27] KVM: arm64: nv: Use guest hypervisor's vSError state
` [PATCH v3 09/27] KVM: arm64: nv: Advertise support for FEAT_RAS
` [PATCH v3 10/27] KVM: arm64: nv: Describe trap behavior of SCTLR2_EL1
` [PATCH v3 11/27] KVM: arm64: Wire up SCTLR2_ELx sysreg descriptors
` [PATCH v3 12/27] KVM: arm64: Context switch SCTLR2_ELx when advertised to the guest
` [PATCH v3 13/27] KVM: arm64: Enable SCTLR2 "
` [PATCH v3 14/27] KVM: arm64: Describe SCTLR2_ELx RESx masks
` [PATCH v3 15/27] KVM: arm64: Factor out helper for selecting exception target EL
` [PATCH v3 16/27] KVM: arm64: nv: Ensure Address size faults affect correct ESR
` [PATCH v3 17/27] KVM: arm64: Route SEAs to the SError vector when EASE is set
` [PATCH v3 18/27] KVM: arm64: nv: Take "masked" aborts to EL2 when HCRX_EL2.TMEA "
` [PATCH v3 19/27] KVM: arm64: nv: Honor SError routing effects of SCTLR2_ELx.NMEA
` [PATCH v3 20/27] KVM: arm64: nv: Enable vSErrors when HCRX_EL2.TMEA is set
` [PATCH v3 21/27] KVM: arm64: Advertise support for FEAT_SCTLR2
` [PATCH v3 22/27] KVM: arm64: Advertise support for FEAT_DoubleFault2
` [PATCH v3 23/27] KVM: arm64: Don't retire MMIO instruction w/ pending (emulated) SError
` [PATCH v3 24/27] KVM: arm64: selftests: Add basic SError injection test
` [PATCH v3 25/27] KVM: arm64: selftests: Test SEAs are taken to SError vector when EASE=1
` [PATCH v3 26/27] KVM: arm64: selftests: Add SCTLR2_EL1 to get-reg-list
` [PATCH v3 27/27] KVM: arm64: selftests: Catch up set_id_regs with the kernel

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-08 18:02 UTC  (6+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[GIT PULL] KVM/arm64 fixes for 6.16, take #5
 2025-07-08 14:48 UTC  (2+ messages)

[PATCH 0/2] Fix and add warning of misuse of type##_replace_bits()
 2025-07-08 14:46 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMN
` [PATCH 2/2] bitfield: Ensure the return value of type##_replace_bits() is checked

[PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
 2025-07-08 13:44 UTC  (12+ messages)

[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-08 12:47 UTC  (32+ messages)
` [PATCH v9 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v9 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v9 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v9 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v9 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[kvm-unit-tests PATCH 0/2] riscv: Add kvmtool support
 2025-07-08  9:00 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Ensure proper host arch with kvmtool
` [kvm-unit-tests PATCH 2/2] riscv: Add kvmtool support

[PATCH v7 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-07-08  0:06 UTC  (4+ messages)
` [PATCH v7 2/5] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-04  8:41 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-04  8:41 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

[PATCH V5 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-07-03 19:02 UTC  (2+ messages)

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-07-03 18:03 UTC  (4+ messages)
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers

[PATCH v2 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-07-03 16:23 UTC  (4+ messages)
` [PATCH v2 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH v2 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH v2 3/3] kselftest/arm64: Add lsfe to the hwcaps test

[PATCH] KVM: arm64: Fix handling of FEAT_GTG for unimplemented granule sizes
 2025-07-03  9:41 UTC  (4+ messages)

[PATCH] KVM: arm64: Remove kvm_arch_vcpu_run_map_fp()
 2025-07-03  9:40 UTC  (2+ messages)

[PATCH] KVM: arm64: preserve pending during kvm_irqfd_deassign
 2025-07-02 15:19 UTC  (2+ messages)

[PATCH v8 00/14] arm: rework id register storage
 2025-07-02  9:01 UTC  (6+ messages)
` [PATCH v8 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-07-02  8:46 UTC  (4+ messages)
` [PATCH v3 07/10] arm/kvm: write back modified ID regs to KVM


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