Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-04-11 03:03:22 to 2024-04-15 11:52:49 UTC [more...]

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-15 11:52 UTC  (35+ messages)
` [PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [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 v5 04/18] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH v5 05/18] ACPI: utils: Add an acpi_sta_enabled() helper and use it in acpi_processor_make_present()
` [PATCH v5 06/18] ACPI: scan: Add parameter to allow defering some actions in acpi_scan_check_and_detach
` [PATCH v5 07/18] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v5 08/18] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH v5 09/18] ACPI: Check _STA present bit before making CPUs not present
` [PATCH v5 10/18] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH v5 11/18] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v5 12/18] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v5 13/18] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v5 14/18] arm64: psci: Ignore DENIED CPUs
` [PATCH v5 15/18] arm64: arch_register_cpu() variant to allow checking of ACPI _STA
` [PATCH v5 16/18] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH v5 17/18] arm64: document virtual CPU hotplug's expectations
` [PATCH v5 18/18] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v1 00/44] KVM: arm64: Preamble for pKVM
 2024-04-15 11:36 UTC  (3+ 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  (13+ messages)
` [PATCH v2 1/9] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH v2 2/9] arm64/cpufeature: Detect PE support for FEAT_NMI
` [PATCH v2 3/9] arm64/nmi: Add Kconfig for NMI
` [PATCH v2 4/9] arm64/cpufeature: Simplify detect PE support for FEAT_NMI
` [PATCH v2 5/9] arm64/cpufeature: Use alternatives to check enabled ARM64_HAS_NMI feature
` [PATCH v2 6/9] arm64: daifflags: Add logical exception masks covering DAIF + PMR + ALLINT
` [PATCH v2 7/9] arm64: Unify exception masking at entry and exit of exception
` [PATCH v2 8/9] arm64: Deprecate old local_daif_{mask,save,restore}
` [PATCH v2 9/9] irqchip/gic-v3: Improve the maintainability of NMI masking in GIC driver

[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 "

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-15  8:59 UTC  (36+ messages)
` [kvm-unit-tests PATCH 01/33] arm: Add necessary header files in asm/pgtable.h
` [kvm-unit-tests PATCH 02/33] arm: Detect FDT overlap with uninitialised data
` [kvm-unit-tests PATCH 03/33] arm64: Expand SMCCC arguments and return values
` [kvm-unit-tests PATCH 04/33] arm: Make physical address mask dynamic
` [kvm-unit-tests PATCH 05/33] arm64: Introduce NS_SHARED PTE attribute
` [kvm-unit-tests PATCH 06/33] arm: Move io_init after vm initialization
` [kvm-unit-tests PATCH 07/33] arm: realm: Add RSI interface header
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
` [kvm-unit-tests PATCH 09/33] arm: realm: Realm initialisation
` [kvm-unit-tests PATCH 10/33] arm: realm: Add support for changing the state of memory
` [kvm-unit-tests PATCH 11/33] arm: realm: Set RIPAS state for RAM
` [kvm-unit-tests PATCH 12/33] arm: realm: Early memory setup
` [kvm-unit-tests PATCH 13/33] arm: realm: Add RSI version test
` [kvm-unit-tests PATCH 14/33] arm: selftest: realm: skip pabt test when running in a realm
` [kvm-unit-tests PATCH 15/33] arm: realm: add hvc and RSI_HOST_CALL tests
` [kvm-unit-tests PATCH 16/33] arm64: add ESR_ELx EC.SVE
` [kvm-unit-tests PATCH 17/33] arm64: enable SVE at startup
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore
` [kvm-unit-tests PATCH 19/33] arm64: selftest: add realm SVE VL test
` [kvm-unit-tests PATCH 20/33] arm: realm: Add tests for in realm SEA
` [kvm-unit-tests PATCH 21/33] lib/alloc_page: Add shared page allocation support
` [kvm-unit-tests PATCH 22/33] arm: gic-v3-its: Use shared pages wherever needed
` [kvm-unit-tests PATCH 23/33] arm: realm: Enable memory encryption
` [kvm-unit-tests PATCH 24/33] qcbor: Add QCBOR as a submodule
` [kvm-unit-tests PATCH 25/33] arm: Add build steps for QCBOR library
` [kvm-unit-tests PATCH 26/33] arm: Add a library to verify tokens using the "
` [kvm-unit-tests PATCH 27/33] arm: realm: add RSI interface for attestation measurements
` [kvm-unit-tests PATCH 28/33] arm: realm: Add helpers to decode RSI return codes
` [kvm-unit-tests PATCH 29/33] arm: realm: Add Realm attestation tests
` [kvm-unit-tests PATCH 30/33] "
` [kvm-unit-tests PATCH 31/33] arm: realm: Add a test for shared memory
` [kvm-unit-tests PATCH 32/33] arm: Add memtest support
` [kvm-unit-tests PATCH 33/33] NOT-FOR-MERGING: add run-realm-tests

[v2] Support for Arm CCA VMs on Linux
 2024-04-15  8:14 UTC  (65+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [PATCH v2 01/14] arm64: rsi: Add RSI definitions
  ` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
  ` [PATCH v2 04/14] arm64: Mark all I/O as non-secure shared
  ` [PATCH v2 05/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [PATCH v2 06/14] arm64: Override set_fixmap_io
  ` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
  ` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
  ` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
  ` [PATCH v2 11/14] efi: arm64: Map Device with Prot Shared
  ` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token
  ` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
  ` [PATCH v2 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
  ` [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 08/43] arm64: RME: Define the user ABI
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 10/43] kvm: arm64: Expose debug HW register numbers for Realm
  ` [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 15/43] arm64: RME: Support for the VGIC in realms
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
  ` [PATCH v2 19/43] KVM: arm64: Handle realm MMIO emulation
  ` [PATCH v2 20/43] arm64: RME: Allow populating initial contents
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 22/43] KVM: arm64: Handle realm VCPU load
  ` [PATCH v2 23/43] KVM: arm64: Validate register access for a Realm VM
  ` [PATCH v2 24/43] KVM: arm64: Handle Realm PSCI requests
  ` [PATCH v2 25/43] KVM: arm64: WARN on injected undef exceptions
  ` [PATCH v2 26/43] arm64: Don't expose stolen time for realm guests
  ` [PATCH v2 27/43] arm64: rme: allow userspace to inject aborts
  ` [PATCH v2 28/43] arm64: rme: support RSI_HOST_CALL
  ` [PATCH v2 29/43] arm64: rme: Allow checking SVE on VM instance
  ` [PATCH v2 30/43] arm64: RME: Always use 4k pages for realms
  ` [PATCH v2 31/43] arm64: rme: Prevent Device mappings for Realms
  ` [PATCH v2 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
  ` [PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
  ` [PATCH v2 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
  ` [PATCH v2 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
  ` [PATCH v2 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
  ` [PATCH v2 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
  ` [PATCH v2 38/43] arm64: RME: Propagate max SVE vector length from RMM
  ` [PATCH v2 39/43] arm64: RME: Configure max SVE vector length for a Realm
  ` [PATCH v2 40/43] arm64: RME: Provide register list for unfinalized RME RECs
  ` [PATCH v2 41/43] arm64: RME: Provide accurate register list
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory
  ` [PATCH v2 43/43] KVM: arm64: Allow activating realms

[PATCH] KVM: arm64: Consider NUMA affinity when allocating per-CPU stack_page
 2024-04-15  7:36 UTC  (2+ messages)

[PATCH v3 0/8] Rework the DAIF mask, unmask and track API
 2024-04-15  6:47 UTC  (9+ messages)
` [PATCH v3 1/8] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH v3 2/8] arm64/cpufeature: Detect PE support for FEAT_NMI
` [PATCH v3 3/8] arm64/nmi: Add Kconfig for NMI
` [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

[PATCH] KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylist
 2024-04-14  9:01 UTC  (2+ messages)

[PATCH] KVM: arm64: Improve out-of-order sysreg table diagnostics
 2024-04-14  9:00 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: emulation for CTR_EL0
 2024-04-14  8:35 UTC  (8+ messages)
` [PATCH 2/4] KVM: arm64: maintain per VM value "
` [PATCH 3/4] KVM: arm64: add emulation for CTR_EL0 register

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

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-12 20:44 UTC  (12+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
 2024-04-12 14:41 UTC  (3+ messages)
` [PATCH v3 2/6] arm64: cpufeature: discover CPU support for MPAM

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

[PATCH v2] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
 2024-04-11 13:32 UTC 

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-11 13:25 UTC  (4+ messages)
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs

[PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
 2024-04-11  9:05 UTC  (10+ messages)

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-11  7:53 UTC  (2+ messages)

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-11  7:03 UTC  (3+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking


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