KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 10:34:41 to 2024-04-16 18:08:14 UTC [more...]

[PATCH v2 00/47] KVM: arm64: Preamble for pKVM
 2024-04-16 18:07 UTC  (64+ 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

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-16 17:41 UTC  (53+ 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

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-16 14:28 UTC  (27+ messages)
` [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-16 13:30 UTC  (13+ 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

[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

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

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

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

[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  (6+ messages)
` [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 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] 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 v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-15  3:13 UTC  (2+ messages)

[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  (2+ 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 v2 33/43] arm64: rme: Enable PMU support with a realm guest
 2024-04-13 23:44 UTC  (2+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-12 20:44 UTC  (8+ 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


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 read-only IMAP folder(s) and NNTP newsgroup(s).