Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-05-22 07:45:19 to 2018-05-25 09:53:48 UTC [more...]

[PATCH v11 00/19] KVM: arm64: Optimise FPSIMD context switching
 2018-05-25 10:04 UTC  (25+ messages)
` [PATCH v11 01/19] arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
` [PATCH v11 02/19] thread_info: Add update_thread_flag() helpers
` [PATCH v11 03/19] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v11 04/19] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v11 05/19] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v11 06/19] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v11 07/19] arm64: fpsimd: Avoid FPSIMD context leakage for the init task
` [PATCH v11 08/19] arm64: fpsimd: Eliminate task->mm checks
` [PATCH v11 09/19] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH v11 10/19] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v11 11/19] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v11 12/19] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v11 13/19] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v11 14/19] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v11 15/19] KVM: arm64: Save host SVE context as appropriate
` [PATCH v11 16/19] KVM: arm64: Remove eager host SVE state saving
` [PATCH v11 17/19] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v11 18/19] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v11 19/19] KVM: arm64: Invoke FPSIMD context switch trap from C

[PATCH v2 00/14] ARM Spectre variant 2 fixes
 2018-05-25 10:00 UTC  (28+ messages)
` [PATCH 03/14] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH 06/14] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH 07/14] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH 08/14] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH 09/14] ARM: spectre-v2: add PSCI based hardening
` [PATCH 13/14] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling

[PATCH v4 14/26] arm64: kvm: Unmask PMR before entering guest
 2018-05-25  9:49 UTC 

[PATCH v10 00/18] KVM: arm64: Optimise FPSIMD context switching
 2018-05-25  9:45 UTC  (68+ messages)
` [PATCH v10 01/18] arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
` [PATCH v10 02/18] thread_info: Add update_thread_flag() helpers
` [PATCH v10 03/18] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v10 04/18] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v10 05/18] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v10 06/18] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v10 07/18] arm64: fpsimd: Eliminate task->mm checks
` [PATCH v10 08/18] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH v10 09/18] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v10 10/18] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v10 11/18] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v10 12/18] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v10 13/18] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v10 14/18] KVM: arm64: Save host SVE context as appropriate
` [PATCH v10 15/18] KVM: arm64: Remove eager host SVE state saving
` [PATCH v10 16/18] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v10 17/18] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v10 18/18] KVM: arm64: Invoke FPSIMD context switch trap from C

[PATCH 0/4] KVM/arm64: Cache maintenance relaxations
 2018-05-25  8:23 UTC  (10+ messages)
` [PATCH 1/4] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 2/4] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 3/4] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables

[PATCH 00/14] arm64 SSBD (aka Spectre-v4) mitigation
 2018-05-24 13:34 UTC  (51+ messages)
` [PATCH 01/14] arm/arm64: smccc: Add SMCCC-specific return codes
` [PATCH 02/14] arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
` [PATCH 03/14] arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
` [PATCH 04/14] arm64: Add ARCH_WORKAROUND_2 probing
` [PATCH 05/14] arm64: Add 'ssbd' command-line option
` [PATCH 06/14] arm64: ssbd: Add global mitigation state accessor
` [PATCH 07/14] arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
` [PATCH 08/14] arm64: ssbd: Disable mitigation on CPU resume if required by user
` [PATCH 09/14] arm64: ssbd: Introduce thread flag to control userspace mitigation
` [PATCH 10/14] arm64: ssbd: Add prctl interface for per-thread mitigation
` [PATCH 11/14] arm64: KVM: Add HYP per-cpu accessors
` [PATCH 12/14] arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
` [PATCH 13/14] arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
` [PATCH 14/14] arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID

[PATCH] arm64: kvm: use -fno-jump-tables with clang
 2018-05-23 18:57 UTC  (13+ messages)

[PATCHv4 00/10] ARMv8.3 pointer authentication userspace support
 2018-05-23  8:48 UTC  (6+ messages)
` [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication
` [PATCHv4 06/10] arm64: add basic pointer authentication support

[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
 2018-05-22 19:06 UTC  (3+ messages)
` [PATCHv2 06/12] arm64: add basic pointer authentication support

Clang arm64 build is broken
 2018-05-22 16:31 UTC  (5+ messages)

[PATCH v7 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
 2018-05-22 12:22 UTC  (3+ messages)

[PULL v8] KVM: arm64: Optimise FPSIMD context switching
 2018-05-22 12:04 UTC  (3+ messages)

[PATCH 0/14] ARM Spectre variant 2 fixes
 2018-05-22 10:55 UTC  (4+ messages)
` [PATCH 07/14] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit

[PATCH v8 00/13] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-05-22  7:55 UTC  (14+ messages)
` [PATCH v8 01/13] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v8 02/13] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 03/13] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v8 04/13] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v8 05/13] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v8 06/13] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v8 07/13] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v8 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH v8 09/13] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v8 10/13] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v8 11/13] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 12/13] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v8 13/13] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512


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