summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Revert "arm64: Stash shadow stack pointer in the task struct on interrupt"Xiang Yang1-2/+6
2023-09-19arm64: sdei: abort running SDEI handlers during crashD Scott Phillips1-2/+25
2023-05-17arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel1-6/+2
2023-05-17arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel1-2/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse1-0/+8
2022-03-11arm64: Add percpu vectors for EL1James Morse1-6/+6
2022-03-11arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-20/+16
2022-03-11arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-9/+44
2022-03-11arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-1/+1
2022-03-11arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+12
2022-03-11arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+5
2022-03-11arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-03-11arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-5/+8
2022-03-11arm64: entry: Move the trampoline data page before the text pageJames Morse1-2/+7
2022-03-11arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+13
2022-03-11arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-03-11arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse1-1/+1
2022-03-11arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland1-2/+4
2021-05-19arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland1-13/+2
2021-05-19arm64: entry: factor irq triage logic into macrosMarc Zyngier1-37/+43
2021-04-21arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas1-4/+6
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-22/+13
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland1-30/+4
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland1-4/+5
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-0/+3
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+37
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon1-3/+3
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon1-4/+0
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-0/+37
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier1-21/+0
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-48/+48
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas1-0/+1
2020-07-23arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel1-48/+47
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon1-0/+1
2020-07-08arm64: entry: Tidy up block comments and label numbersWill Deacon1-8/+14
2020-07-08arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier1-15/+19
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-3/+35
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-13/+14
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon1-5/+5
2020-05-15arm64: scs: Add shadow stacks for SDEISami Tolvanen1-1/+13
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen1-2/+22
2020-05-04arm64: entry: Refactor and modernise annotation for ret_to_userMark Brown1-13/+14
2020-04-28arm64: remove ptrauth_keys_install_kernel sync argMark Rutland1-2/+2
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas1-0/+6
2020-03-18arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap1-2/+2
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+3
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko1-0/+3
2020-03-09arm64: sdei: Annotate SDEI entry points using new style annotationsMark Brown1-6/+6