Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-04-15 06:54:30 to 2024-04-18 16:31:47 UTC [more...]

[PATCH 0/4] KVM: arm64: pKVM host proxy FF-A fixes
 2024-04-18 16:30 UTC  (3+ messages)
` [PATCH 1/4] KVM: arm64: Trap FFA_VERSION host call in pKVM
` [PATCH 2/4] KVM: arm64: Add support for FFA_PARTITION_INFO_GET

[PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
 2024-04-18 16:06 UTC  (3+ messages)

[v2] Support for Arm CCA VMs on Linux
 2024-04-18 16:04 UTC  (27+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [PATCH v2 05/43] arm64: RME: Add SMC definitions for calling the RMM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 11/43] arm64: kvm: Allow passing machine type in KVM creation
  ` [PATCH v2 12/43] arm64: RME: Keep a spare page delegated to the RMM
  ` [PATCH v2 13/43] arm64: RME: RTT handling
  ` [PATCH v2 14/43] arm64: RME: Allocate/free RECs to match vCPUs
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-18 14:19 UTC  (8+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18 13:54 UTC  (17+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v7 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v7 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v7 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v7 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v7 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-04-18 10:54 UTC  (4+ messages)
` [RFC PATCH v1 04/26] KVM: Don't allow private attribute to be set if mapped by host

[PATCH] KVM: arm64: Consider NUMA affinity when allocating per-CPU stack_page
 2024-04-18  9:03 UTC  (4+ messages)

[PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18  8:16 UTC  (32+ messages)
` [PATCH v6 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v6 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v6 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v6 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach();
` [PATCH v6 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v6 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v6 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v6 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v6 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v6 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v6 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v6 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT]
 2024-04-18  7:39 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-17 16:19 UTC  (40+ messages)
` [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()

[PATCH v3 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-17  7:51 UTC  (4+ messages)
` [PATCH v3 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-17  1:40 UTC  (8+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking

[PATCH v2 00/47] KVM: arm64: Preamble for pKVM
 2024-04-16 18:19 UTC  (67+ messages)
` [PATCH v2 01/47] KVM: arm64: Allocate per-cpu memory for the host fpsimd state in pKVM
` [PATCH v2 02/47] KVM: arm64: Do not re-initialize the KVM lock
` [PATCH v2 03/47] KVM: arm64: Issue CMOs when tearing down guest s2 pages
` [PATCH v2 04/47] KVM: arm64: Avoid BUG-ing from the host abort path
` [PATCH v2 05/47] KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
` [PATCH v2 06/47] KVM: arm64: Change kvm_handle_mmio_return() return polarity
` [PATCH v2 07/47] KVM: arm64: Move setting the page as dirty out of the critical section
` [PATCH v2 08/47] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH v2 09/47] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH v2 10/47] KVM: arm64: Support TLB invalidation in guest context
` [PATCH v2 11/47] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH v2 12/47] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH v2 13/47] KVM: arm64: Introduce predicates to check for protected state
` [PATCH v2 14/47] KVM: arm64: Split up nvhe/fixed_config.h
` [PATCH v2 15/47] KVM: arm64: Move pstate reset value definitions to kvm_arm.h
` [PATCH v2 16/47] KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
` [PATCH v2 17/47] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v2 18/47] KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
` [PATCH v2 19/47] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH v2 20/47] KVM: arm64: Refactor reset_mpidr() to extract its computation
` [PATCH v2 21/47] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v2 22/47] KVM: arm64: Refactor enter_exception64()
` [PATCH v2 23/47] KVM: arm64: Add PC_UPDATE_REQ flags covering all PC updates
` [PATCH v2 24/47] KVM: arm64: Add vcpu flag copy primitive
` [PATCH v2 25/47] KVM: arm64: Introduce gfn_to_memslot_prot()
` [PATCH v2 26/47] KVM: arm64: Do not use the hva in kvm_handle_guest_abort()
` [PATCH v2 27/47] KVM: arm64: Introduce hyp_rwlock_t
` [PATCH v2 28/47] KVM: arm64: Add atomics-based checking refcount implementation at EL2
` [PATCH v2 29/47] KVM: arm64: Use atomic refcount helpers for 'struct hyp_page::refcount'
` [PATCH v2 30/47] KVM: arm64: Remove locking from EL2 allocation fast-paths
` [PATCH v2 31/47] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH v2 32/47] KVM: arm64: Rename firmware pseudo-register documentation file
` [PATCH v2 33/47] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH v2 34/47] KVM: arm64: Prevent kmemleak from accessing .hyp.data
` [PATCH v2 35/47] KVM: arm64: Do not set the virtual timer offset for protected vCPUs
` [PATCH v2 36/47] KVM: arm64: Check directly whether a vcpu is protected
` [PATCH v2 37/47] KVM: arm64: Trap debug break and watch from guest
` [PATCH v2 38/47] KVM: arm64: Restrict protected VM capabilities
` [PATCH v2 39/47] KVM: arm64: Do not support MTE for protected VMs
` [PATCH v2 40/47] KVM: arm64: Move pkvm_vcpu_init_traps() to hyp vcpu init
` [PATCH v2 41/47] KVM: arm64: Fix initializing traps in protected mode
` [PATCH v2 42/47] KVM: arm64: Advertise GICv3 sysreg interface to protected guests
` [PATCH v2 43/47] KVM: arm64: Force injection of a data abort on NISV MMIO exit
` [PATCH v2 44/47] KVM: arm64: Remove unused vcpu parameter from guest_owns_fp_regs()
` [PATCH v2 45/47] KVM: arm64: Move guest_owns_fp_regs() to enable use in KVM code
` [PATCH v2 46/47] KVM: arm64: Add host_owns_fp_regs()
` [PATCH v2 47/47] KVM: arm64: Refactor checks for FP state ownership

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-16 14:28 UTC  (4+ messages)

[RFC 0/8] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-04-16  8:15 UTC  (11+ messages)
` [RFC 5/8] KVM: arm64: Explicitly handle MDSELR_EL1 traps as UNDEFINED
` [RFC 8/8] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-15 19:40 UTC  (2+ messages)

[PATCH v1 00/44] KVM: arm64: Preamble for pKVM
 2024-04-15 15:59 UTC  (5+ messages)
` [PATCH v1 07/44] KVM: arm64: Support TLB invalidation in guest context

[PATCH v2 0/9] Rework the DAIF mask, unmask and track API
 2024-04-15  9:48 UTC  (4+ messages)
` [PATCH v2 4/9] arm64/cpufeature: Simplify detect PE support for FEAT_NMI

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-04-15  9:36 UTC  (5+ messages)
` [PATCH v11 8/8] KVM: x86/mmu: Handle "

[PATCH v3 0/8] Rework the DAIF mask, unmask and track API
 2024-04-15  6:47 UTC  (6+ messages)
` [PATCH v3 4/8] arm64: daifflags: Add logical exception masks covering DAIF + PMR + ALLINT
` [PATCH v3 5/8] arm64: Unify exception masking at entry and exit of exception
` [PATCH v3 6/8] arm64: Deprecate old local_daif_{mask,save,restore}
` [PATCH v3 7/8] irqchip/gic-v3: Improve the maintainability of NMI masking in GIC driver
` [PATCH v3 8/8] arm64: kprobe: Keep NMI maskabled while kprobe is stepping xol


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