aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2024-01-18arm64: entry: simplify kernel_exit logicMark Rutland
2024-01-18arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland
2024-01-12arm64: Rename ARM64_WORKAROUND_2966298Rob Herring
2023-09-29arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring
2023-08-04arm64: sdei: abort running SDEI handlers during crashD Scott Phillips
2023-05-25arm64: entry: Simplify tramp_alias macro and tramp_exit routineArd Biesheuvel
2023-05-25arm64: entry: Preserve/restore X29 even for compat tasksArd Biesheuvel
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland
2023-01-20arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2022-11-08arm64: Enable data independent timing (DIT) in the kernelArd Biesheuvel
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland
2022-08-23arm64: Fix comment typoKuan-Ying Lee
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel
2022-05-08arm64: entry: use stackleak_erase_on_task_stack()Mark Rutland
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne
2022-02-16arm64: Add percpu vectors for EL1James Morse
2022-02-16arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-02-15arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-02-15arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse
2022-02-15arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse
2022-02-15arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse
2022-02-15arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse
2022-02-15arm64: entry: Move the trampoline data page before the text pageJames Morse
2022-02-15arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse
2022-02-15arm64: entry: Make the trampoline cleanup optionalJames Morse
2022-02-15arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse
2022-02-15arm64: entry.S: Add ventry overflow sanity checksJames Morse
2022-02-15arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not setHe Ying
2021-12-06arm64: entry: Use SDEI event constantsFlorian Fainelli
2021-09-29arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledPeter Collingbourne
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas
2021-08-06arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown
2021-08-05arm64: entry: call exit_to_user_mode() from CMark Rutland
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland
2021-07-28arm64: avoid double ISB on kernel entryPeter Collingbourne
2021-07-28arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne
2021-07-27arm64: mte: avoid TFSRE0_EL1 related operations unless in async modePeter Collingbourne
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon
2021-06-07arm64: entry: handle all vectors with CMark Rutland