Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-07-19 05:54:30 to 2025-07-24 06:28:29 UTC [more...]

[PATCH v5 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-07-24  6:28 UTC  (5+ messages)
` [PATCH v5 1/6] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v5 2/6] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v5 3/6] KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization
` [PATCH v5 4/6] KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcap

[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
 2025-07-23 15:56 UTC  (12+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Fix ordering of ICH_HCR_EL2
` [PATCH 2/4] KVM: arm64: Clarify the check for reset callback in check_sysreg_table()
` [PATCH 3/4] KVM: arm64: Enforce the sorting of the GICv3 system register table
` [PATCH 4/4] KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test

[PATCH 0/5] KVM: arm64: Config driven dependencies for TCR2/SCTLR/MDCR
 2025-07-23 15:53 UTC  (3+ messages)

[PATCH v15 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:46 UTC  (69+ messages)
` [PATCH v15 01/21] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v15 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v15 03/21] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v15 04/21] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v15 10/21] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
` [PATCH v15 11/21] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v15 13/21] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v15 14/21] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v15 16/21] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v15 17/21] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v15 18/21] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v15 19/21] KVM: Introduce the KVM capability KVM_CAP_GMEM_MMAP

[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:03 UTC  (35+ messages)
` [PATCH v16 01/22] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v16 02/22] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v16 03/22] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 06/22] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v16 07/22] KVM: Fix comments that refer to slots_lock
` [PATCH v16 08/22] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v16 09/22] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 11/22] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v16 12/22] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 16/22] KVM: arm64: Refactor user_mem_abort()
` [PATCH v16 17/22] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v16 18/22] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v16 19/22] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v16 20/22] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v16 21/22] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported

[RFC PATCH 1/2] KVM: Add arch hooks for KVM syscore ops
 2025-07-23  9:42 UTC  (6+ messages)
` [RFC PATCH 2/2] KVM: arm64: vgic-its: Unmap all vPEs on shutdown

[PATCH v4 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-07-22 21:50 UTC  (13+ 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 6/6] Documentation: KVM: arm64: Describe VGICv3 registers writable pre-init

[PATCH v7 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-07-22 16:37 UTC  (15+ messages)
` [PATCH v7 2/5] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v7 5/5] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH v5 0/5] support FEAT_LSUI and apply it on futex atomic ops
 2025-07-22 16:19 UTC  (8+ messages)
` [PATCH v5 1/5] arm64: cpufeature: add FEAT_LSUI
` [PATCH v5 2/5] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v5 3/5] arm64: Kconfig: add LSUI Kconfig
` [PATCH v5 4/5] arm64: futex: refactor futex atomic operation
` [PATCH v5 5/5] arm64: futex: support futex with FEAT_LSUI

[PATCH] KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
 2025-07-22 15:47 UTC  (4+ messages)

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-22 13:29 UTC  (14+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches

[bug report] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
 2025-07-22 12:59 UTC 

KVM: arm64: vgic-its: Return -ENXIO to invalid KVM_DEV_ARM_VGIC_GRP_CTRL attrs
 2025-07-22 10:33 UTC  (2+ messages)

[PATCH v15 15/21] KVM: arm64: Refactor user_mem_abort()
 2025-07-22  9:25 UTC 

[PATCH] KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU state
 2025-07-21 22:24 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: FEAT_RASv1p1 support and RAS selection
 2025-07-21 22:24 UTC  (15+ messages)
` [PATCH 1/7] arm64: Add capability denoting FEAT_RASv1p1
` [PATCH 2/7] KVM: arm64: Filter out HCR_EL2 bits when running in hypervisor context
` [PATCH 3/7] KVM: arm64: Make RAS registers UNDEF when RAS isn't advertised
` [PATCH 4/7] KVM: arm64: Handle RASv1p1 registers
` [PATCH 5/7] KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2
` [PATCH 6/7] KVM: arm64: Expose FEAT_RASv1p1 in a canonical manner
` [PATCH 7/7] KVM: arm64: Make ID_AA64PFR0_EL1.RAS writable
` (subset) [PATCH 0/7] KVM: arm64: FEAT_RASv1p1 support and RAS selection

[PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-07-21 18:00 UTC  (2+ messages)

[PATCH] arm64: kvm, smccc: Fix vendor uuid
 2025-07-21 17:45 UTC  (7+ messages)

[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
 2025-07-21 14:00 UTC 

[PATCH v5 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-07-21 13:05 UTC  (13+ messages)
` [PATCH v5 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v5 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v5 03/12] perf: arm_spe: Expose event filter
` [PATCH v5 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v5 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v5 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v5 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v5 08/12] perf: Add perf_event_attr::config4
` [PATCH v5 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v5 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v5 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v5 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH v4 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-07-21 12:53 UTC  (13+ messages)
` [PATCH v4 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v4 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v4 03/12] perf: arm_spe: Expose event filter
` [PATCH v4 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v4 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v4 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v4 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v4 08/12] perf: Add perf_event_attr::config4
` [PATCH v4 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v4 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v4 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v4 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH] KVM: arm64: Filter out HCR_EL2.VSE when running in hypervisor context
 2025-07-20 17:39 UTC  (2+ messages)

[PATCH v3 00/27] KVM: arm64: SCTLR2, DoubleFault2, and NV external abort fixes
 2025-07-20 11:45 UTC  (5+ messages)
` [PATCH v3 18/27] KVM: arm64: nv: Take "masked" aborts to EL2 when HCRX_EL2.TMEA is set

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-19 21:24 UTC  (6+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

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

[GIT PULL] irqchip: Add GICv5 support
 2025-07-19  7:32 UTC  (3+ messages)


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