index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
proton-pack.c
Age
Commit message (
Expand
)
Author
2023-04-20
arm64: delete dead code in this_cpu_set_vectors()
Dan Carpenter
2022-11-15
arm64: factor out EL1 SSBS emulation hook
Mark Rutland
2022-10-12
arm64: Add AMPERE1 to the Spectre-BHB affected list
D Scott Phillips
2022-09-30
Merge branch 'for-next/misc' into for-next/core
Catalin Marinas
2022-09-30
Merge branch 'for-next/alternatives' into for-next/core
Catalin Marinas
2022-09-16
arm64: alternatives: proton-pack: prepare for cap changes
Mark Rutland
2022-09-09
arm64: spectre: increase parameters that can be used to turn off bhb mitigati...
Liu Song
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fields
Kristina Martsenko
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition names
Mark Brown
2022-04-08
arm64: Add part number for Arm Cortex-A78AE
Chanho Park
2022-03-14
Merge branch 'for-next/spectre-bhb' into for-next/core
Will Deacon
2022-03-07
arm64: prevent instrumentation of bp hardening callbacks
Mark Rutland
2022-03-07
arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...
James Morse
2022-02-24
arm64: Use the clearbhb instruction in mitigations
James Morse
2022-02-24
arm64: Mitigate spectre style branch history side channels
James Morse
2022-02-16
arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
James Morse
2022-02-16
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
2022-02-15
arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
James Morse
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
2020-12-02
arm64: add C wrappers for SET_PSTATE_*()
Mark Rutland
2020-11-27
Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/next
Marc Zyngier
2020-11-16
arm64: spectre: Consolidate spectre-v3a detection
Will Deacon
2020-11-16
arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
Will Deacon
2020-11-16
KVM: arm64: Allocate hyp vectors statically
Will Deacon
2020-11-13
arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-list
Konrad Dybcio
2020-11-09
arm64: alternatives: Split up alternative.h
Will Deacon
2020-10-28
KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIRED
Stephen Boyd
2020-10-21
arm64: proton-pack: Update comment to reflect new function name
Stephen Boyd
2020-10-20
arm64: spectre-v2: Favour CPU-specific mitigation at EL2
Will Deacon
2020-09-29
arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() option
Will Deacon
2020-09-29
arm64: Pull in task_stack_page() to Spectre-v4 mitigation code
Will Deacon
2020-09-29
KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled
Will Deacon
2020-09-29
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
2020-09-29
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
Will Deacon
2020-09-29
arm64: Rewrite Spectre-v2 mitigation code
Will Deacon
2020-09-29
arm64: Introduce separate file for spectre mitigations and reporting
Will Deacon