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

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-26 13:51 UTC  (14+ messages)
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
` [kvm-unit-tests PATCH 14/33] arm: selftest: realm: skip pabt test when running in a realm

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 12:41 UTC  (59+ 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 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 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled

[PATCH v2 0/6] KVM: arm64: emulation for CTR_EL0
 2024-04-26 10:49 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: change return value in arm64_check_features()
` [PATCH v2 2/6] KVM: arm64: unify trap setup code
` [PATCH v2 3/6] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH v2 4/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v2 5/6] KVM: arm64: show writable masks for feature registers
` [PATCH v2 6/6] KVM: arm64: rename functions for invariant sys regs

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (7+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

[PATCH v4 00/30] KVM: arm64: Preamble for pKVM
 2024-04-26  7:20 UTC  (34+ messages)
` [PATCH v4 01/30] KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
` [PATCH v4 02/30] KVM: arm64: Move guest_owns_fp_regs() to increase its scope
` [PATCH v4 03/30] KVM: arm64: Refactor checks for FP state ownership
` [PATCH v4 04/30] KVM: arm64: Do not re-initialize the KVM lock
` [PATCH v4 05/30] KVM: arm64: Issue CMOs when tearing down guest s2 pages
` [PATCH v4 06/30] KVM: arm64: Avoid BUG-ing from the host abort path
` [PATCH v4 07/30] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH v4 08/30] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH v4 09/30] KVM: arm64: Support TLB invalidation in guest context
` [PATCH v4 10/30] KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
` [PATCH v4 11/30] KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
` [PATCH v4 12/30] KVM: arm64: Prevent kmemleak from accessing .hyp.data
` [PATCH v4 13/30] KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
` [PATCH v4 14/30] KVM: arm64: Change kvm_handle_mmio_return() return polarity
` [PATCH v4 15/30] KVM: arm64: Move setting the page as dirty out of the critical section
` [PATCH v4 16/30] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH v4 17/30] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH v4 18/30] KVM: arm64: Introduce and use predicates that check for protected VMs
` [PATCH v4 19/30] KVM: arm64: Move pstate reset value definitions to kvm_arm.h
` [PATCH v4 20/30] KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
` [PATCH v4 21/30] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v4 22/30] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH v4 23/30] KVM: arm64: Refactor reset_mpidr() to extract its computation
` [PATCH v4 24/30] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v4 25/30] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH v4 26/30] KVM: arm64: Rename firmware pseudo-register documentation file
` [PATCH v4 27/30] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH v4 28/30] KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
` [PATCH v4 29/30] KVM: arm64: Restrict supported capabilities for protected VMs
` [PATCH v4 30/30] KVM: arm64: Force injection of a data abort on NISV MMIO exit

[v2] Support for Arm CCA VMs on Linux
 2024-04-25 22:56 UTC  (26+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [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 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 13/43] arm64: RME: RTT handling
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory

[PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
 2024-04-25 22:41 UTC  (5+ messages)

[PATCH v4] KVM: arm64: Add early_param to control WFx trapping
 2024-04-25 20:44 UTC  (3+ messages)

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-25 18:16 UTC  (6+ messages)

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-25 12:33 UTC  (22+ messages)
` [PATCH v3 01/19] KVM: Treat the device list as an rculist
` [PATCH v3 02/19] KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
` [PATCH v3 03/19] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
` [PATCH v3 04/19] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
` [PATCH v3 05/19] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
` [PATCH v3 06/19] KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
` [PATCH v3 07/19] KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
` [PATCH v3 08/19] KVM: arm64: vgic-its: Maintain a translation cache per ITS
` [PATCH v3 09/19] KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
` [PATCH v3 10/19] KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
` [PATCH v3 11/19] KVM: arm64: vgic-its: Rip out the global translation cache
` [PATCH v3 12/19] KVM: arm64: vgic-its: Get rid of the lpi_list_lock
` [PATCH v3 13/19] KVM: selftests: Align with kernel's GIC definitions
` [PATCH v3 14/19] KVM: selftests: Standardise layout of GIC frames
` [PATCH v3 15/19] KVM: selftests: Add quadword MMIO accessors
` [PATCH v3 16/19] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH v3 17/19] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH v3 18/19] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH v3 19/19] KVM: selftests: Add stress test for LPI injection

[GIT PULL] KVM/arm64 fixes for 6.9, part #2
 2024-04-24 19:39 UTC 

[PATCH 0/2] KVM: arm64: Avoid NULL dereference in vgic-v2 device attr accessors
 2024-04-24 19:15 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
` [PATCH 2/2] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF

[bug report] KVM: arm64: nv: Handle ERETA[AB] instructions
 2024-04-24 13:02 UTC  (4+ messages)

[PATCH] KVM: arm64: nv: Work around lack of pauth support in old toolchains
 2024-04-24  1:54 UTC  (9+ messages)

[PATCH v4 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-23 12:30 UTC  (7+ messages)
` [PATCH v4 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions

[PATCH v3 00/31] KVM: arm64: Preamble for pKVM
 2024-04-23  1:15 UTC  (8+ messages)
` [PATCH v3 27/31] KVM: arm64: Use atomic refcount helpers for 'struct hyp_page::refcount'

[PATCH v2 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-22 18:35 UTC  (4+ messages)
` [PATCH v2 01/19] KVM: Treat the device list as an rculist


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).