messages from 2024-04-12 14:40:23 to 2024-04-17 15:03:53 UTC [more...]
[PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
2024-04-17 15:03 UTC (20+ 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 v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
2024-04-17 15:01 UTC (54+ 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 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
[v2] Support for Arm CCA VMs on Linux
2024-04-17 13:37 UTC (21+ 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 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 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-04-15 17:03 UTC (10+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox