aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2022-09-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-03-23arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-23arm64: Add percpu vectors for EL1James Morse
2022-03-23arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse
2022-03-23arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-03-23arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse
2022-03-23arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-03-23arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse
2022-03-23arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse
2022-03-23arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse
2022-03-23arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse
2022-03-23arm64: entry: Move the trampoline data page before the text pageJames Morse
2022-03-23arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse
2022-03-23arm64: entry: Make the trampoline cleanup optionalJames Morse
2022-03-23arm64: entry.S: Add ventry overflow sanity checksJames Morse
2019-12-21Revert "arm64: preempt: Fix big-endian when checking preempt count in assembly"Greg Kroah-Hartman
2019-12-05arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon
2019-07-27Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-26arm64: Do not enable IRQs for ct_user_exitJulien Thierry
2018-11-28arch/arm64: Add lazy preempt supportAnders Roxell
2018-11-13arm64: entry: Allow handling of undefined instructions from EL1Will Deacon
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland
2018-07-12arm64: convert syscall trace logic to CMark Rutland
2018-07-12arm64: convert raw syscall invocation to CMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-06arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar
2018-02-05membarrier/arm64: Provide core serializing commandMathieu Desnoyers
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon