Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-12-20 16:51:31 to 2025-01-10 21:04:09 UTC [more...]

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-10 21:04 UTC  (7+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH v1] arm64: Add TLB Conflict Abort Exception handler to KVM
 2025-01-10 18:49 UTC  (2+ messages)

[PATCH v2 0/7] Add support for NoTagAccess memory attribute
 2025-01-10 18:20 UTC  (12+ messages)
` [PATCH v2 1/7] arm64: Update the values to binary from hex
` [PATCH v2 2/7] KVM: arm64: MTE: Update code comments
` [PATCH v2 3/7] arm64: cpufeature: add Allocation Tag Access Permission (MTE_PERM) feature
` [PATCH v2 4/7] KVM: arm64: MTE: Add KVM_CAP_ARM_MTE_PERM
` [PATCH v2 5/7] KVM: arm64: MTE: Use stage-2 NoTagAccess memory attribute if supported
` [PATCH v2 6/7] KVM: arm64: MTE: Nested guest support
` [PATCH v2 7/7] KVM: arm64: Split some of the kvm_pgtable_prot bits into separate defines

[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
 2025-01-10 16:22 UTC  (8+ messages)
      ` [PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware\

[kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max
 2025-01-10 13:58 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/5] configure: Document that the architecture name 'aarch64' is also supported
` [kvm-unit-tests PATCH v1 2/5] configure: Display the default processor for arm and arm64
` [kvm-unit-tests PATCH v1 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v1 4/5] arm/arm64: Add support for --processor=max
` [kvm-unit-tests PATCH v1 5/5] configure: arm64: Make 'max' the default for --processor

[PATCH 0/3] KVM: arm64: Simplify pKVM memory transitions
 2025-01-10 12:19 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Drop pkvm_mem_transition for FF-A
` [PATCH 2/3] KVM: arm64: Drop pkvm_mem_transition for host/hyp sharing
` [PATCH 3/3] KVM: arm64: Drop pkvm_mem_transition for host/hyp donations

[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
 2025-01-10  1:15 UTC  (3+ messages)

[PATCH] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
 2025-01-09 22:38 UTC 

[PATCH v2 00/13] KVM: Introduce KVM Userfault
 2025-01-09 20:49 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v2 02/13] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [PATCH v2 03/13] KVM: Allow late setting of KVM_MEM_USERFAULT on guest_memfd memslot
` [PATCH v2 04/13] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v2 06/13] KVM: arm64: "
` [PATCH v2 07/13] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v2 08/13] KVM: selftests: Fix prefault_mem logic
` [PATCH v2 09/13] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v2 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v2 11/13] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v2 12/13] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v2 13/13] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details

[PATCH v2 00/12] Tracefs support for pKVM
 2025-01-09 16:45 UTC  (14+ messages)
` [PATCH v2 01/12] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH v2 02/12] ring-buffer: Introducing ring-buffer remote
` [PATCH v2 03/12] ring-buffer: Expose buffer_data_page material
` [PATCH v2 04/12] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH v2 05/12] KVM: arm64: Add clock support "
` [PATCH v2 06/12] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH v2 07/12] KVM: arm64: Add hyp tracing to tracefs
` [PATCH v2 08/12] KVM: arm64: Add clock for hyp tracefs
` [PATCH v2 09/12] KVM: arm64: Add raw interface "
` [PATCH v2 10/12] KVM: arm64: Add trace "
` [PATCH v2 11/12] KVM: arm64: Add support for hyp events
` [PATCH v2 12/12] KVM: arm64: Add kselftest for tracefs hyp tracefs

[PATCH v5 0/5] arm64: Support 2024 dpISA extensions
 2025-01-08 16:38 UTC  (8+ messages)
` [PATCH v5 1/5] arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented
` [PATCH v5 2/5] arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-12
` [PATCH v5 3/5] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v5 4/5] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v5 5/5] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-01-08 14:02 UTC  (10+ messages)
` [PATCH 7/7] "

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2025-01-08 12:13 UTC  (12+ messages)
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations

[PATCH v2] arm64: kvm: Introduce nvhe stack size constants
 2025-01-08 11:30 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Fix nVHE stacktrace VA bits mask
 2025-01-08 11:30 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: Update some comments to improve the code readability
 2025-01-08 10:58 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix FEAT_MTE in pKVM
 2025-01-08 10:25 UTC  (4+ messages)

[PATCH 00/13] Tracefs support for pKVM
 2025-01-07 21:46 UTC  (3+ messages)

[PATCH v4 0/9] arm64: Support 2024 dpISA extensions
 2025-01-07 17:18 UTC  (9+ messages)
` [PATCH v4 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-09
` [PATCH v4 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1

[PATCH v9 0/7] kvm/coresight: Support exclude guest and exclude host
 2025-01-07 11:37 UTC  (10+ messages)
` [PATCH v9 1/7] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v9 2/7] tools: arm64: Update sysreg.h header files
` [PATCH v9 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v9 4/7] coresight: trbe: Remove redundant disable call
` [PATCH v9 5/7] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v9 6/7] KVM: arm64: Support trace filtering for guests
` [PATCH v9 7/7] coresight: Pass guest TRFCR value to KVM

[PATCH v10 00/10] kvm/coresight: Support exclude guest and exclude host
 2025-01-07 11:32 UTC  (11+ messages)
` [PATCH v10 01/10] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v10 02/10] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v10 03/10] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v10 04/10] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v10 05/10] tools: arm64: Update sysreg.h header files
` [PATCH v10 06/10] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v10 07/10] coresight: trbe: Remove redundant disable call
` [PATCH v10 08/10] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v10 09/10] KVM: arm64: Support trace filtering for guests
` [PATCH v10 10/10] coresight: Pass guest TRFCR value to KVM

[PATCH] KVM: arm64: Fix nVHE stacktrace VA bits mask
 2025-01-07 10:34 UTC  (3+ messages)

[PATCH] KVM: arm64: Fix FEAT_MOPS in pKVM
 2025-01-07  9:59 UTC  (4+ messages)

[PATCH v2] arm64: Add basic JSON register parser
 2025-01-06 18:06 UTC  (4+ messages)

[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2025-01-06 10:57 UTC  (5+ messages)
` [PATCH V2 15/46] arm64/sysreg: Add register fields for PFAR_EL1

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-06  2:33 UTC  (11+ messages)
` [PATCH v2 01/12] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits

[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
 2025-01-03 18:18 UTC  (14+ messages)
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature

[GIT PULL] Last KVM/arm64 fixes for 6.13
 2025-01-02 22:20 UTC 

[PATCH v1 00/13] KVM: Introduce KVM Userfault
 2025-01-02 17:53 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] arm64: Add basic MTE test
 2025-01-02 13:23 UTC  (15+ messages)

[kvm-unit-tests PATCH v3] arm64: Add basic MTE test
 2025-01-02 11:10 UTC 

[PATCH] arm64: kvm: Fix potential overflow in len
 2024-12-28 10:07 UTC  (3+ messages)

[PATCH v8 0/8] kvm/coresight: Support exclude guest and exclude host
 2024-12-26 14:22 UTC  (10+ messages)
` [PATCH v8 6/8] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v8 7/8] KVM: arm64: Support trace filtering for guests

[PATCH] KVM: arm64: nv: Advertise the lack of AArch32 EL0 support
 2024-12-21 21:59 UTC  (2+ messages)

[PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-12-21 14:45 UTC  (13+ messages)

[PATCH RFC v3 00/27] KVM: arm64: Implement support for SME in non-protected guests
 2024-12-20 16:46 UTC  (20+ messages)
` [PATCH RFC v3 09/27] KVM: arm64: Factor SVE guest exit handling out into a function
` [PATCH RFC v3 10/27] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v3 11/27] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v3 12/27] KVM: arm64: Define internal features "
` [PATCH RFC v3 13/27] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v3 14/27] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v3 15/27] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v3 16/27] KVM: arm64: Add definitions for SME control register
` [PATCH RFC v3 17/27] KVM: arm64: Support TPIDR2_EL0
` [PATCH RFC v3 18/27] KVM: arm64: Support SMIDR_EL1 for guests
` [PATCH RFC v3 19/27] KVM: arm64: Support SME priority registers
` [PATCH RFC v3 20/27] KVM: arm64: Provide assembly for SME state restore
` [PATCH RFC v3 21/27] KVM: arm64: Support Z and P registers in streaming mode
` [PATCH RFC v3 22/27] KVM: arm64: Expose SME specific state to userspace
` [PATCH RFC v3 23/27] KVM: arm64: Context switch SME state for normal guests
` [PATCH RFC v3 24/27] KVM: arm64: Handle SME exceptions
` [PATCH RFC v3 25/27] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH RFC v3 26/27] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH RFC v3 27/27] KVM: arm64: selftests: Add SME to set_id_regs test


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