summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/proton-pack.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-2/+3
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland1-2/+2
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier1-51/+33
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon1-0/+12
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon1-3/+10
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon1-50/+13
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio1-0/+1
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon1-0/+1
2020-10-28KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd1-2/+0
2020-10-21arm64: proton-pack: Update comment to reflect new function nameStephen Boyd1-2/+2
2020-10-20arm64: spectre-v2: Favour CPU-specific mitigation at EL2Will Deacon1-19/+17
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon1-4/+34
2020-09-29arm64: Pull in task_stack_page() to Spectre-v4 mitigation codeWill Deacon1-0/+1
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon1-2/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon1-57/+382
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon1-0/+118
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon1-0/+288
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon1-0/+32