summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-57/+157
|\
| * arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-241-0/+8
| * arm64: Add percpu vectors for EL1James Morse2022-02-161-6/+6
| * arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse2022-02-161-21/+16
| * arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-02-161-9/+44
| * arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse2022-02-151-1/+34
| * arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-02-151-1/+1
| * arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse2022-02-151-6/+12
| * arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse2022-02-151-6/+5
| * arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse2022-02-151-13/+15
| * arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse2022-02-151-5/+8
| * arm64: entry: Move the trampoline data page before the text pageJames Morse2022-02-151-2/+7
| * arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse2022-02-151-6/+13
| * arm64: entry: Make the trampoline cleanup optionalJames Morse2022-02-151-3/+7
| * arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse2022-02-151-1/+1
| * arm64: entry.S: Add ventry overflow sanity checksJames Morse2022-02-151-0/+3
* | Merge branch 'for-next/mte' into for-next/coreWill Deacon2022-03-141-7/+0
|\ \
| * | arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne2022-02-221-7/+0
| |/
* | arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not setHe Ying2022-02-151-0/+4
|/
* arm64: entry: Use SDEI event constantsFlorian Fainelli2021-12-061-2/+4
* arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledPeter Collingbourne2021-09-291-5/+5
* Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-261-45/+3
|\
| * arm64: entry: call exit_to_user_mode() from CMark Rutland2021-08-051-2/+2
| * arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-051-45/+3
| |
| \
*-. \ Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-261-24/+42
|\ \ \ | |_|/ |/| |
| | * arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown2021-08-061-1/+3
| |/ |/|
| * arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-3/+2
| * arm64: avoid double ISB on kernel entryPeter Collingbourne2021-07-281-2/+13
| * arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne2021-07-281-8/+4
| * arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-281-2/+2
| * arm64: mte: avoid TFSRE0_EL1 related operations unless in async modePeter Collingbourne2021-07-271-9/+19
|/
* Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-268/+91
|\
| * arm64: entry: handle all vectors with CMark Rutland2021-06-071-101/+45
| * arm64: entry: template the entry asm functionsMark Rutland2021-06-071-86/+27
| * arm64: entry: consolidate EL1 exception returnsMark Rutland2021-06-071-4/+8
| * arm64: entry: organise entry vectors consistentlyMark Rutland2021-06-071-21/+21
| * arm64: entry: organise entry handlers consistentlyMark Rutland2021-06-071-42/+36
| * arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-94/+14
| * arm64: entry: add a call_on_irq_stack helperMark Rutland2021-06-071-0/+36
| * arm64: entry: move NMI preempt logic to CMark Rutland2021-06-071-11/+1
| * arm64: entry: convert SError handlers to CMark Rutland2021-06-071-11/+5
| * arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2021-06-071-1/+1
* | arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon2021-05-271-4/+4
* | arm64: Implement stack trace termination recordMadhavan T. Venkataraman2021-05-251-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-16/+5
|\
| * arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-051-13/+2
| * arm64: stacktrace: restore terminal recordsMark Rutland2021-04-301-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-64/+110
|\ \ | |/
| * Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas2021-04-151-3/+43
| |\
| | * arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-14/+19