aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2022-09-16arm64: alternatives: have callbacks take a capGravatar Mark Rutland 1-4/+4
2022-08-23arm64: Fix comment typoGravatar Kuan-Ying Lee 1-1/+1
2022-06-24arm64: entry: simplify trampoline data pageGravatar Ard Biesheuvel 1-31/+22
2022-05-08arm64: entry: use stackleak_erase_on_task_stack()Gravatar Mark Rutland 1-1/+1
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreGravatar Will Deacon 1-57/+157
2022-03-14Merge branch 'for-next/mte' into for-next/coreGravatar Will Deacon 1-7/+0
2022-02-24arm64: Use the clearbhb instruction in mitigationsGravatar James Morse 1-0/+8
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryGravatar Peter Collingbourne 1-7/+0
2022-02-16arm64: Add percpu vectors for EL1Gravatar James Morse 1-6/+6
2022-02-16arm64: entry: Add macro for reading symbol addresses from the trampolineGravatar James Morse 1-21/+16
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesGravatar James Morse 1-9/+44
2022-02-15arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsGravatar James Morse 1-1/+34
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesGravatar James Morse 1-1/+1
2022-02-15arm64: entry: Make the kpti trampoline's kpti sequence optionalGravatar James Morse 1-6/+12
2022-02-15arm64: entry: Move trampoline macros out of ifdef'd sectionGravatar James Morse 1-6/+5
2022-02-15arm64: entry: Don't assume tramp_vectors is the start of the vectorsGravatar James Morse 1-13/+15
2022-02-15arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryGravatar James Morse 1-5/+8
2022-02-15arm64: entry: Move the trampoline data page before the text pageGravatar James Morse 1-2/+7
2022-02-15arm64: entry: Free up another register on kpti's tramp_exit pathGravatar James Morse 1-6/+13
2022-02-15arm64: entry: Make the trampoline cleanup optionalGravatar James Morse 1-3/+7
2022-02-15arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitGravatar James Morse 1-1/+1
2022-02-15arm64: entry.S: Add ventry overflow sanity checksGravatar James Morse 1-0/+3
2022-02-15arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not setGravatar He Ying 1-0/+4
2021-12-06arm64: entry: Use SDEI event constantsGravatar Florian Fainelli 1-2/+4
2021-09-29arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledGravatar Peter Collingbourne 1-5/+5
2021-08-26Merge branch 'for-next/entry' into for-next/coreGravatar Catalin Marinas 1-45/+3
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Gravatar Catalin Marinas 1-24/+42
2021-08-06arm64: entry: Add SYM_CODE annotation for __bad_stackGravatar Mark Brown 1-1/+3
2021-08-05arm64: entry: call exit_to_user_mode() from CGravatar Mark Rutland 1-2/+2
2021-08-05arm64: entry: move bulk of ret_to_user to CGravatar Mark Rutland 1-45/+3
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueGravatar Mark Rutland 1-3/+2
2021-07-28arm64: avoid double ISB on kernel entryGravatar Peter Collingbourne 1-2/+13
2021-07-28arm64: mte: optimize GCR_EL1 modification on kernel entry/exitGravatar Peter Collingbourne 1-8/+4
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlGravatar Peter Collingbourne 1-2/+2
2021-07-27arm64: mte: avoid TFSRE0_EL1 related operations unless in async modeGravatar Peter Collingbourne 1-9/+19
2021-06-24Merge branch 'for-next/entry' into for-next/coreGravatar Will Deacon 1-268/+91
2021-06-07arm64: entry: handle all vectors with CGravatar Mark Rutland 1-101/+45
2021-06-07arm64: entry: template the entry asm functionsGravatar Mark Rutland 1-86/+27
2021-06-07arm64: entry: consolidate EL1 exception returnsGravatar Mark Rutland 1-4/+8
2021-06-07arm64: entry: organise entry vectors consistentlyGravatar Mark Rutland 1-21/+21
2021-06-07arm64: entry: organise entry handlers consistentlyGravatar Mark Rutland 1-42/+36
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CGravatar Mark Rutland 1-94/+14
2021-06-07arm64: entry: add a call_on_irq_stack helperGravatar Mark Rutland 1-0/+36
2021-06-07arm64: entry: move NMI preempt logic to CGravatar Mark Rutland 1-11/+1
2021-06-07arm64: entry: convert SError handlers to CGravatar Mark Rutland 1-11/+5
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingGravatar Mark Rutland 1-1/+1
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosGravatar Will Deacon 1-4/+4
2021-05-25arm64: Implement stack trace termination recordGravatar Madhavan T. Venkataraman 1-1/+1
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-16/+5
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryGravatar Mark Rutland 1-13/+2