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