summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/proton-pack.c
AgeCommit message (Expand)AuthorLines
2023-04-20arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter-3/+0
2022-11-15arm64: factor out EL1 SSBS emulation hookMark Rutland-19/+7
2022-10-12arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips-0/+6
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas-1/+9
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas-1/+1
2022-09-16arm64: alternatives: proton-pack: prepare for cap changesMark Rutland-1/+1
2022-09-09arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song-1/+9
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown-1/+1
2022-04-08arm64: Add part number for Arm Cortex-A78AEChanho Park-0/+1
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon-5/+386
2022-03-07arm64: prevent instrumentation of bp hardening callbacksMark Rutland-3/+6
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse-0/+26
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse-0/+29
2022-02-24arm64: Mitigate spectre style branch history side channelsJames Morse-0/+278
2022-02-16arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse-2/+34
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse-0/+16
2022-02-15arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse-3/+3
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier-2/+3
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland-2/+2
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier-51/+33
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon-0/+12
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon-3/+10
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon-50/+13
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio-0/+1
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon-0/+1
2020-10-28KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd-2/+0
2020-10-21arm64: proton-pack: Update comment to reflect new function nameStephen Boyd-2/+2
2020-10-20arm64: spectre-v2: Favour CPU-specific mitigation at EL2Will Deacon-19/+17
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionWill Deacon-4/+34
2020-09-29arm64: Pull in task_stack_page() to Spectre-v4 mitigation codeWill Deacon-0/+1
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon-2/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon-57/+382
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon-0/+118
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon-0/+288
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon-0/+32